]> granicus.if.org Git - yasm/shortlog
yasm
2006-10-21 Peter JohnsonAdd yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts...
2006-10-21 Peter JohnsonRevamp and update man pages. Still need to add in...
2006-10-21 Peter JohnsonFix #86 by requiring '-' (e.g. "yasm -") to read from...
2006-10-19 Peter JohnsonFix #85: Multiple may be 0. In this case, force size...
2006-10-19 Peter JohnsonFix #84: I broke the idiom of concating a decimal numbe...
2006-10-19 Peter Johnsonexpr.h: Fix comment to match [1655].
2006-10-18 Peter JohnsonDon't mix EQU expansion with other expr leveling; we...
2006-10-18 Peter JohnsonFix handling of CPU flags; the old code would simply...
2006-10-17 Peter Johnsonrdf: Enable Id keywords on various files.
2006-10-17 Peter Johnsonrdf-objfmt.c: Clean up unused variables.
2006-10-17 Peter JohnsonFix up Mkfiles for RDOFF2 support.
2006-10-17 Peter JohnsonAdd support for RDOFF2 object format (#73).
2006-10-17 Peter Johnsonnasm-token.re: Be even more pedantic and pass through...
2006-10-17 Peter Johnsonnasm-token.re: Fix handling of inside of directive...
2006-10-17 Peter Johnsonxdf-objfmt.c: Remove unused reloc list (this is taken...
2006-10-12 Peter JohnsonFix crash case in data bytecode handling (raw followed...
2006-10-08 Peter Johnsonutil.h: Use same workarounds for mingw32 as for the...
2006-10-08 Peter Johnsonexpr.c: Remove a couple of unused variables.
2006-10-07 Peter JohnsonFix error/warnings in the NASM preprocessor to referenc...
2006-10-05 Peter JohnsonChange genmodule to parse through the Makefile (or...
2006-10-05 Peter Johnsonre2c-parser.y: Work around a bug in Bison 2.1; Bison...
2006-10-05 Peter Johnsongenversion.c: Include ctype.h to get isdigit() definition.
2006-10-04 Peter JohnsonFollow-up to #80 and #81: "xchg ax, ax" can use the...
2006-10-03 Peter JohnsonFix #80: xchg ax, ax or xchg eax, eax in 64-bit mode...
2006-10-03 Peter JohnsonImprove error message for illegal use of A/B/C/DH with...
2006-09-30 Peter JohnsonAccept (but ignore) -O and -Onnn command line options...
2006-09-30 Peter JohnsonFix #77 by performing symrec-symrec -> subst placeholde...
2006-09-29 Peter Johnson- Fix much brokenness in absolute value handling, parti...
2006-09-27 Peter JohnsonFix #78: Handle C-style comments (/* */) in GAS parser.
2006-09-27 Peter JohnsonFix error message for arch/parser mismatch.
2006-09-25 Peter JohnsonFix duplicate line at the end of list output.
2006-09-22 Peter JohnsonFix NASM preprocessor outputting %line for every line.
2006-09-21 Peter JohnsonAdd SSE4 (aka SSSE3) instructions.
2006-09-19 Peter JohnsonMerge Bit::Vector 6.4 into trunk.
2006-09-19 Peter JohnsonRemove ancient doc directory.
2006-09-18 Peter JohnsonFix %INCLUDE in last line of mmac/loop expansion.
2006-09-18 Peter JohnsonFix memory leaks in %IF*, %ELIF*, and %UNDEF.
2006-09-17 Peter Johnsonnasm-pp.c: Fix handling of nested %macro and nested...
2006-09-16 Peter JohnsonActually use $ECHO_C in test shell scripts.
2006-09-16 Peter JohnsonMake out_test.sh smart about 0-byte errwarn output...
2006-09-16 Peter Johnson* yapp: Unbitrot. Note to actually build this you...
2006-09-16 Peter Johnson* preproc.h: Fix prototype naming of yasm_preproc_defin...
2006-09-16 Peter JohnsonResurrect yapp from revision 998.
2006-09-16 Peter Johnson* section.c (yasm_object_optimize): Set active flag...
2006-09-10 Peter JohnsonMove CPU_64 and CPU_Not64 to bits 30 and 31 to avoid...
2006-09-10 Peter JohnsonFix invalid memory access on macro with multiple of...
2006-09-03 Peter JohnsonAdd USE64 macro as alias for BITS 64, for parity with...
2006-08-12 Peter JohnsonFix #58 and a more basic form of this bug (all EAs...
2006-08-12 Peter Johnson * bytecode.h: Fix doxygen comments.
2006-08-12 Peter JohnsonFix a bunch of unused variable warnings and a warning...
2006-08-11 Peter JohnsonBring Mkfiles up to date with new optimizer and removal...
2006-08-10 Peter Johnson* POTFILES.in: Unbreak dist by removing a nonexistent...
2006-08-10 Peter JohnsonInclude test_bytecode.py and test_expr.py in the distri...
2006-08-10 Peter JohnsonRemove jmpsize_threshold added in new-optimizer; it...
2006-08-10 Peter JohnsonMerge new-optimizer branch back into trunk (from [1596...
2006-08-10 Peter JohnsonMerge [1547]-[1593] (inclusive) from trunk.
2006-08-08 Peter JohnsonRewrite offset-setter (ORG and ALIGN) optimization...
2006-08-08 Peter JohnsonDon't include unused checker functions if not checking...
2006-07-18 Peter JohnsonFix (hopefully finally) fsub and fdiv operand reversal...
2006-06-24 Peter JohnsonCheck for more complex circular references.
2006-06-21 Peter JohnsonSupport optimization of multiple.
2006-06-21 Peter JohnsonUnbreak compat-queue.h on non-BSD systems.
2006-06-21 Peter JohnsonUpdate POTFILES for new optimizer; disable lc3b as...
2006-06-20 Peter JohnsonIn preparation for further work on optimizing multiple...
2006-06-19 Peter JohnsonStart implementing support for multiples.
2006-06-19 Peter JohnsonMake imm8 expansion work.
2006-06-18 Peter JohnsonSupport align. Made a few other minor cleanups while...
2006-06-15 Peter JohnsonThanks to [1581], x86id seems to be correct now, so...
2006-06-15 Peter JohnsonFix some bugs in step 2. Actually pass len_diff to...
2006-06-15 Peter JohnsonFix farith and farithp instructions for GAS mode (e...
2006-06-14 Peter JohnsonImplement first cut at optimizer step 2. Limitations:
2006-06-13 Peter JohnsonBuild up interval tree. Change how SPECIAL_BC_OFFSET...
2006-06-13 Peter Johnson* compat-queue.h: Update; adds FOREACH_*_SAFE, removes...
2006-06-12 Peter JohnsonMove towards building interval tree by splitting depend...
2006-06-12 Peter Johnsonyasm_intnum_set_int(): Oops; compile before committing...
2006-06-12 Peter JohnsonAdd yasm_intnum_set_int().
2006-06-11 Peter JohnsonSet svn:keywords on inttree.c and inttree.h.
2006-06-11 Peter JohnsonActually bring interval tree implementation into repo.
2006-06-11 Peter Johnsonx86_bc_insn_expand(): Don't require ea/imm to be abs...
2006-06-11 Peter JohnsonRevert value.c/h changes made in [1567].
2006-06-11 Peter JohnsonMove closer to implementing Q.
2006-06-11 Peter JohnsonImplement first phase of align and org.
2006-06-10 Peter JohnsonReimplement optimizer pass 1b and fix x86 so that jumps...
2006-06-10 Peter Johnsonx86_bc_insn_tobytes(): Fix the case where we get here...
2006-06-10 Peter JohnsonReintegrate stabs dbgfmt.
2006-06-10 Peter Johnsonx86_bc_jmp_calc_len(): Make sure we always set jmp...
2006-06-10 Peter Johnsonyasm_object_optimize(): Fix error/warning handling...
2006-06-10 Peter JohnsonFix all tests with miscomparing object files. Dramatic...
2006-06-10 Peter JohnsonGet rid of origin_prevbc; it's no longer needed due...
2006-06-09 Peter JohnsonSupport __OUTPUT_FORMAT__ (NASM naming) as alias for...
2006-06-08 Peter JohnsonFix cross-reference filename/line number. We were...
2006-06-08 Peter Johnson* x86parse.gap: Make cmpxchg16b only work as an instruc...
2006-06-08 Peter JohnsonAdd support for cmpxchg16b.
2006-06-07 Peter JohnsonGet rid of calc_bc_dist_func, the only times this was...
2006-06-01 Peter JohnsonFix use of arithmetic with single-character constants...
2006-06-01 Peter Johnson* bc-data.c (yasm_bc_create_data): Fix crash on empty...
2006-05-31 Peter JohnsonChange yasm_value macros into functions. Fix up the...
2006-05-31 Peter JohnsonMerge [1333]-[1543] (inclusive) into new-optimizer...
2006-05-28 Peter JohnsonChange calc_len to call back to add_span function so...
2006-05-22 Peter Johnson* x86parse.gap: Update pushf generation to match popf...
next