]> granicus.if.org Git - yasm/shortlog
yasm
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-07 Peter JohnsonGet rid of calc_bc_dist_func, the only times this was...
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...
2006-05-12 Peter Johnson* x86id.c: Add support for 64-bit far jmp/call. These...
2006-05-12 Peter Johnson* value.c (yasm_value_output_basic): The destsize param...
2006-05-11 Peter JohnsonFix major bug related to multiple handling. Unfortunat...
2006-05-11 Peter Johnson* coff-objfmt.c: Support >=64K relocs on Win32/64 objects.
2006-05-10 Peter Johnson* coretype.h (yasm_value): Add size field (specified...
2006-05-10 Peter Johnson* Mkfiles: Update to match [1532].
2006-05-10 Peter Johnson* bc-int.h (yasm_bytecode_callback): Add reserve flag...
2006-05-09 Peter Johnson* expr.c (expr_get_item): Refactor itempool code.
2006-05-08 Peter JohnsonTry to combine as much data as possible into single...
2006-05-08 Peter Johnson* expr.c: Don't hit the allocator so hard with tiny...
2006-05-07 Michael UrmanAdd/Use helpers to pass void* as manually type-checked...
2006-05-07 Michael UrmanRework yasm.Expression to accept strings like '+' to...
2006-05-07 Michael UrmanRaise SymbolTable redefinition errors in Python.
2006-05-07 Peter Johnson* errwarn.c (yasm_error_matches): Make real function...
2006-05-06 Michael UrmanRaise IntNum division by zero errors in Python.
2006-05-06 Peter Johnson* lc3barch.c (lc3b_get_fill): Fix type-punning warning...
2006-05-05 Peter Johnson* errwarn.h (yasm_warn_set, yasm_warn_set_va): Fix...
2006-05-04 Peter JohnsonRevamp error/warning handling, using a model similar...
2006-05-04 Peter Johnson* ax_create_stdint_h.m4: Fix a couple bugs.
2006-05-03 Peter Johnson* configure.ac: Don't error-out configure if Python...
2006-04-30 Peter Johnson* elf.c (elf_strtab_enty_set_str): Update following...
2006-04-27 Peter Johnson* nasm-bison.y (nasm_parser_directive): The objfmt...
2006-04-26 Peter Johnson* x86id.c (yasm_x86__finalize_insn): Don't check for...
2006-04-26 Peter Johnson* hamt.c (HAMT_insert): Avoid hash collisions by checki...
2006-04-25 Peter Johnson* nasm-bison.y: Enable dbgfmt directives from NASM...
2006-04-24 Peter Johnson* nasm-token.re: Actually handle $-prefixed names corre...
2006-04-22 Peter Johnson* nasm-preproc.c (nasm_preproc_input): Don't generate...
2006-04-18 Peter Johnson* gas-bison.y: Handle segment register operands, fixing...
2006-04-17 Peter Johnson* symrec.pxi: Change various things to properties rathe...
2006-04-17 Peter Johnson* python_test.sh: Set srcdir and PYTHON to reasonable...
2006-04-17 Peter Johnson* python_test.sh: Use PYTHON variable to find python...
2006-04-17 Peter Johnson* intnum.c (yasm_intnum_calc): Use BitVector_Compare...
2006-04-17 Michael UrmanAdd intnum tests; test_cmp is failing right now and...
2006-04-17 Peter Johnson* test_symrec.py: Actually add test, and fix it to...
2006-04-17 Peter Johnson* python-yasm: Add test framework; large portions copie...
2006-04-17 Peter Johnson* symrec.pxi: Remove duplicate l.appends() in values...
2006-04-16 Peter Johnson* symrec.pxi: Implement iterators.
2006-04-16 Peter Johnsonsymrec.pxi: Implement __contains__ so that "'foo' in...
2006-04-16 Peter Johnson* nasm-eval.c (expr5, expr6): Remove unused variables.
2006-04-16 Peter Johnson* floatnum.pxi: yasm_floatnum doesn't support any ops...
2006-04-16 Peter Johnson* symrec.pxi: Revamp to more correctly generate Symbol...
2006-04-16 Peter Johnson* intnum.pxi: Use correct name for NotImplementedError.
2006-04-16 Peter Johnson* intnum.pxi: Implement full set of integer and compari...
2006-04-15 Peter Johnson* intnum.c (yasm_intnum_create_sized): New, reverse...
2006-04-15 Peter Johnson* python-yasm/Makefile.inc: .python_build needs to...
2006-04-15 Peter Johnson* python-yasm/Makefile.inc: Since we aren't using build...
2006-04-15 Peter JohnsonChange the NASM preprocessor to use yasm_intnum and...
2006-04-12 Peter JohnsonCorrectly handle input characters >127 by using unsigne...
2006-04-09 Peter Johnson* ax_create_stdint_h.m4: Don't bother using head -1...
2006-04-08 Peter JohnsonIn dwarf2, don't create symbols that are not in the...
2006-04-07 Peter JohnsonBump trunk internal version to 0.5.99.0.
2006-04-07 Peter Johnson* xstrdup.c: Remove compatibility shims that, due to...
2006-04-06 Peter JohnsonTake #2 on reversioning: decouple version and build...
2006-04-06 Peter Johnson* Mkfiles: Fix genversion include paths.
2006-04-05 Peter Johnson* Mkfiles: Bring up to date with main tree changes...
2006-04-05 Peter Johnson* vc8/config.h, vc/config.h, dj/config.h: Update versio...
2006-04-05 Peter JohnsonImplement better versioning. From now on, trunk's...
2006-04-05 Peter Johnson* COPYING: Update verbiage, add list of contributors...
2006-04-05 Peter Johnson* setup.py: strip() opts["srcdir"] to unbreak distcheck.
2006-04-05 Peter Johnson* setup.py: Incorporate cleanups suggested by Michael...
2006-04-05 Peter JohnsonQuiet warnings in Pyrex code by adding "-w" if GCC...
2006-04-05 Peter Johnson* Makefile.am: Unbreak build for when Python bindings...
2006-04-04 Peter Johnson* pyrex.m4: Add a little documentation.
2006-04-04 Peter JohnsonBe much smarter at checking for and running Pyrex....
2006-04-04 Peter JohnsonHook Python module into the build (even though it's...
2006-04-04 Peter Johnson* bytecode.pxi: Fix definition of yasm_dv_create_string().
2006-04-04 Peter Johnson* dwarf2-dbgfmt.c, cv-symline.c, nasm-pp.c: Clean up...
2006-04-03 Peter Johnson* value.pxi, expr.pxi: Copy instead of NULL'ing origin...
2006-04-03 Peter Johnson* coretype.h (yasm_output_value_func): Remove splint...
2006-04-03 Peter Johnson* cv-symline.c (cv_sym_bc_tobytes): Silence signedness...
2006-04-03 Peter Johnsonpython-yasm: Modularize and clean up. Note the modular...
2006-04-02 Michael UrmanCheckin of initial work on a pyrex python binding for...
2006-04-01 Peter Johnson* coff-objfmt.c (coff_objfmt_section_switch): Fix up...
2006-03-30 Peter Johnson* yasm.c (version_msg): Update copyright date range.
2006-03-30 Peter Johnson* yasm.rules: Clean up.
2006-03-29 Peter Johnson* yasm.rules: Add debug flag feature as configurable...
next