]> granicus.if.org Git - yasm/shortlog
yasm
2002-01-11 Peter JohnsonMake jcc's default to JR_SHORT in NASM syntax, and...
2002-01-11 Peter JohnsonFinish bc_calc_len(), with fixes to x86_bc_calc_len_ins...
2002-01-11 Peter JohnsonIn optimize_bytecode(), calculate bc->offset *before...
2002-01-11 Peter JohnsonImplement rest of bc_calc_len for general bytecodes.
2002-01-10 Peter JohnsonDon't store "determined" immediate len and neg. Both...
2002-01-10 Peter JohnsonAdd comment about bc_calc_len() possibly returning -1.
2002-01-10 Peter JohnsonFix memory leak.
2002-01-10 Peter JohnsonRework resolve_label() and add a second pass.
2002-01-10 Peter JohnsonAdd new bc_resolve() family, and rewrite calc_len to...
2002-01-09 Peter JohnsonAdd bcs_next (STAILQ_NEXT).
2002-01-09 Peter JohnsonAdd bcs_first() (STAILQ_FIRST).
2002-01-09 Peter JohnsonTiny formatting fix.
2002-01-09 Peter JohnsonChange return type of calc_len() family back to int...
2002-01-09 Peter Johnson- Use new symrec_get_label().
2002-01-09 Peter JohnsonAdd basic optimizer to checks.
2002-01-09 Peter JohnsonRemove symrec_get_int_value(), add symrec_get_label().
2002-01-09 Peter JohnsonGeneral code cleanup.
2002-01-09 Peter JohnsonLCLint cleanups.
2002-01-09 Michael UrmanFix one line odd error: missing initialization of step.
2002-01-09 Peter JohnsonBe nice for debugging purposes and set effaddr sib...
2002-01-09 Peter JohnsonMake resolve_label() take a symrec * instead of a secti...
2002-01-09 Peter JohnsonRemove unused variable declaration.
2002-01-09 Michael UrmanChange from linked list to vector representation for...
2002-01-09 Peter JohnsonComment fix.
2002-01-09 Peter Johnsonbc_calc_len() family should return unsigned long, not...
2002-01-09 Peter JohnsonCut bitvect allocations even more by making a bitvect_f...
2002-01-09 Peter JohnsonAllocate single static temporary bitvect for conversion...
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter JohnsonFree in_filename.
2002-01-09 Peter JohnsonDon't shadow global (standard C) "index" (noticed by...
2002-01-09 Peter JohnsonCorrect for renamed/moved files.
2002-01-09 Peter JohnsonLCLint-inspired cleanups.
2002-01-09 Peter JohnsonLine number is a long (found by lclint).
2002-01-07 Peter JohnsonChange from current file/line dual storage to a monoton...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonFix warnings that appear with -O turned on.
2001-12-28 Peter JohnsonAdd tests/Makefile.inc to EXTRA_DIST.
2001-12-27 Michael Urmanignore automake's error on multiple lex.am invocations
2001-12-27 Peter JohnsonChange EXTRA_DIST to reflect movement of strsep.c and...
2001-12-27 Peter JohnsonMake sure bison gets -d flag (creates a separate header...
2001-12-27 Peter JohnsonFix issues with yy->nasm_parser_ renaming. AM_YFLAGS...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonMoved function replacements to top-level.
2001-12-26 Peter JohnsonAdd @LIBOBJS@ to library linkages (for missing functions).
2001-12-26 Peter JohnsonLink with @LIBOBJS@ (for replacement functions).
2001-12-26 Peter JohnsonRemove config/* files, and automatically create the...
2001-12-26 Peter JohnsonFailed builds could prevent updating of "latest" symlin...
2001-12-26 Peter JohnsonInclude intl from build directory, not source directory.
2001-12-26 Peter JohnsonAdd intl directory to INCLUDES.
2001-12-26 Peter JohnsonThis was significantly out of date. Bring up-to-date...
2001-12-26 Peter JohnsonBring up-to-date with new generated files (due to new...
2001-12-26 Peter JohnsonRemove stamp-h.in to fix distcheck issue when autogen...
2001-12-26 Peter JohnsonDon't include config/* files explicitly (they're includ...
2001-12-26 Peter JohnsonMassive build system change: single Makefile instead...
2001-12-26 Peter JohnsonMassive build system change: single Makefile instead...
2001-12-24 Peter JohnsonFix build problem on Linux with toascii() define.
2001-12-24 Peter JohnsonRemove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER.
2001-12-24 Peter JohnsonRemove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER.
2001-12-24 Peter JohnsonAdd autoconf 2.50-based configure.ac. Keep configure...
2001-12-24 Peter JohnsonAdd autoconf 2.50-based configure.ac. Keep configure...
2001-12-07 Peter JohnsonStart work on optimizer module. Moved all "post-parser...
2001-12-03 Peter JohnsonLCLint-related comment fixes.
2001-12-03 Peter JohnsonAdd support for incbin pseudo-instruction.
2001-12-03 Peter JohnsonMove assert.h include to util.h
2001-12-03 Peter JohnsonAdd opt_flags (space for use by the optimizer).
2001-12-03 Peter JohnsonPlug memory leak in floatnum_new().
2001-12-02 Peter Johnsonstrcmp() returns 0 if the strings are equal.
2001-12-02 Peter JohnsonMake extension-replacement a utility function in file...
2001-12-02 Peter JohnsonFix a few LCLint errors.
2001-12-02 Peter JohnsonReplace extension on output format rather than just...
2001-12-02 Peter JohnsonGenerate smaller code where possible (eg, when op_len...
2001-12-02 Peter JohnsonAllow overrides (a32/a16/rep/etc) to appear on their...
2001-12-02 Peter JohnsonAdd support for NASM's %line.
2001-12-02 Peter JohnsonUse stdout as the default output file if stdin is the...
2001-12-02 Peter JohnsonRemove definition of line_number; it was overriding...
2001-12-02 Peter JohnsonFix typo in HAVE_STRCMPI strncasecmp() #define.
2001-12-02 Peter JohnsonDo intl more correctly. nointl/libintl.h is unnecessar...
2001-12-02 Peter JohnsonOptimize if dev is not enabled. Don't use DEVFLAGS...
2001-12-01 Peter Johnson(Mostly) Clean up floatnum internal allocations.
2001-12-01 Peter JohnsonFix so "0h" works.
2001-12-01 Peter JohnsonChange REG_SOMEREG -> reg_somereg and add rules that...
2001-12-01 Peter JohnsonDon't free EA when simplifying shift_op case. Not...
2001-12-01 Peter JohnsonFix bug with ONE generation (overwrote both [0] and...
2001-12-01 Peter JohnsonChange dbg optimizer to basic.
2001-12-01 Peter JohnsonDelete dbg optimizer (won't be useful) and add "basic...
2001-11-26 Peter JohnsonSwitch from using ternary tree to Hash Array Mapped...
2001-11-21 Peter JohnsonGeneral tests of directives.
2001-11-21 Peter JohnsonTest the imm and imm8x forms of add.
2001-11-21 Peter JohnsonAdd two larger NASM-preprocessed files from UIUC ECE...
2001-11-21 Peter JohnsonTest global/common sharing in addition to extern.
2001-11-21 Peter JohnsonHow does NASM's bin format handle sections?
2001-11-21 Peter JohnsonMassive cleanup of debugging output (via _print() funct...
2001-11-21 Peter JohnsonPolish up most directive support. This necessitated...
2001-11-21 Peter JohnsonAdd vps_next().
2001-11-20 Peter JohnsonAllow multiple EXTERN's of same variable without error...
2001-11-20 Peter JohnsonDon't do REG_E?AX combining with reg8/reg8x instruction...
2001-11-19 Peter JohnsonPlug memory leak in dvs_delete().
next