]> granicus.if.org Git - yasm/shortlog
yasm
2006-03-11 Peter Johnson* gas-token.re: Recognize ".fill" directive.
2006-03-08 Peter Johnson* nasm-token.re: Add support for the 777o form of octal...
2006-03-06 Peter Johnson* hamt.c: Fix bug introduced in [1407] that causes...
2006-03-05 Peter Johnson* gas-bison.y: Close a couple of memory leaks.
2006-03-05 Peter Johnson* hamt.c (HAMT_delete_trie): Close memory leak (max...
2006-03-05 Peter JohnsonMkfiles: Take hamt out of GAP builds here as well.
2006-03-05 Peter Johnson* gap.c: Don't use HAMT.
2006-03-05 Peter Johnson* hamt.c: Add stopgap fix for GAP in cross-build situat...
2006-03-05 Peter Johnson* bytecode.c (yasm_bc_destroy): Only xfree symrecs...
2006-03-05 Peter Johnson* dwarf2-info.c: Include config.h before looking for...
2006-03-05 Peter Johnson* dwarf2-info.c: Reorder includes so that compiling...
2006-03-05 Peter Johnson* bytecode.c (yasm_bc_create_insn): Use yasm_ops_initia...
2006-03-05 Peter JohnsonFix a few things found by valgrind. There will be...
2006-03-05 Peter Johnson* phash.c (phash_lookup), perfect.c (initnorm): Mask...
2006-03-05 Peter Johnson* tools/gap: Clean up unused variables, bad size usage...
2006-03-04 Peter Johnson* Mkfiles/vc, Mkfiles/vc8: Fix a couple problems with...
2006-03-04 Peter JohnsonRewrite x86 identifier recognition to use a minimal...
2006-03-04 Peter Johnson* genmodule.c: Enable svn:keywords Id.
2006-03-02 Peter Johnson* x86id.re (retnf_insn, yasm_x86__parse_check_insn...
2006-03-01 Peter Johnson* objfmt.h (yasm_objfmt_add_default_section): Update...
2006-02-28 Peter Johnson* coff-objfmt.c: Fix crash when sections are generated...
2006-02-25 Peter JohnsonFix #70 by allowing overrides on the default (usually...
2006-02-24 Peter JohnsonFix #69 by making the NASM preproc and parser use the...
2006-02-14 Peter Johnson* dwarf2-info.c (yasm_dwarf2__generate_info): Set secti...
2006-02-14 Peter JohnsonRemove some unused variables/functions.
2006-02-12 Peter Johnson* intnum.c (yasm_intnum_create_leb128): Create an intnu...
2006-02-12 Peter Johnson* dwarf2-info.c (yasm_dwarf2__generate_info): Fully...
2006-02-12 Peter Johnson* Mkfiles: Update to sync with [1376].
2006-02-12 Peter Johnson* dwarf2/Makefile.inc: Include dbgfmt-dwarf2.h.
2006-02-11 Peter JohnsonGenerate DWARF2 information from asm source, closing...
2006-02-11 Peter Johnson* stabs-elf.hex: Update to match previous commit.
2006-02-11 Peter Johnson* elf-objfmt.c (elf_objfmt_output): Create all missing...
2006-02-11 Peter Johnson* linemgr.h (yasm_linemap_traverse_filenames): New...
2006-02-10 Peter Johnson* configure.ac: Add checks for unistd.h and getcwd...
2006-02-10 Peter JohnsonFix #67 by autosizing push immediate with no specified...
2006-02-10 Peter Johnson* x86bc.c (x86_bc_insn_tobytes, x86_bc_jmp_tobytes...
2006-02-10 Peter Johnson* push64.errwarn, addbyte.errwarn, arithsmall.errwarn...
2006-02-10 Peter Johnson* intnum.c (yasm_intnum_get_sized): Honor negative...
2006-02-10 Peter Johnson* x86id.re (str_insn): Fix #68. Based on the patch...
2006-02-09 Peter Johnson* intnum.h (yasm_get_sleb128, yasm_size_sleb128): New...
2006-02-05 Peter JohnsonMatch yasm_symtab_traverse() implementation to doxygen...
2006-02-05 Peter Johnson* bitvect.c (BitVector_from_Enum): Silence compiler...
2006-02-05 Peter Johnson* expr.c (yasm_expr_print): Increase size of opstr...
2006-02-05 Peter Johnson* bytecode.c (yasm_bc_tobytes): *really* fix handling...
2006-02-05 Peter Johnson* objfmt.h (yasm_objfmt_output): Fix macro.
2006-02-04 Peter Johnson* re2c/main.c: Include string.h so strlen and memcpy...
2006-02-04 Peter Johnson* elf-objfmt.c (elf_objfmt_section_switch): Remove...
2006-02-04 Peter JohnsonUpdate FSF address in GPL and LGPL licenses.
2006-02-03 Peter Johnson* dwarf2-dbgfmt.c (generate_section): Split off large...
2006-02-01 Peter JohnsonImplement DWARF2 .file "foo.c" (sans file number) so...
2006-01-31 Peter Johnson* coretype.h (yasm__splitpath): Fix doxygen comment.
2006-01-31 Peter Johnson* dwarf2-dbgfmt.c (dwarf2_dbgfmt_generate_section)...
2006-01-30 Peter Johnson* coretype.h (yasm__splitpath): Add some detection...
2006-01-30 Peter Johnson* vc8/modules.vcproj: Unbreak.
2006-01-29 Peter JohnsonUpdate Mkfiles for DWARF2.
2006-01-29 Peter JohnsonAdd DWARF2 debugging format. Note: at the moment,...
2006-01-29 Peter Johnson* arch.h (yasm_arch_min_insn_len): Get the minimum...
2006-01-29 Peter Johnson* dbgfmt.h (yasm_dbgfmt_directive): Add section paramet...
2006-01-29 Peter Johnson* splitpath_test.c: Add no-filename cases.
2006-01-29 Peter JohnsonSet svn:keywords to include Id.
2006-01-29 Peter JohnsonAdd functions to split a path into a directory and...
2006-01-24 Peter Johnson* symrec.h (yasm_symtab_get): Fix doxygen documentation.
2006-01-23 Peter Johnson* gas-bison.y: Pass .loc and .file directives onto...
2006-01-23 Peter Johnson* parser.h (do_parse): Add dbgfmt parameter.
2006-01-23 Peter Johnson* linemgr.h (yasm_linemap_goto_next): Fix typo in text...
2006-01-23 Peter JohnsonImplement GAS syntax ".local" directive. This is used...
2006-01-23 Peter Johnson* intnum.c (yasm_intnum_set_uint): New function to...
2006-01-18 Peter Johnsonx86id.re: Fix #66 (fstp generated invalid opcode)....
2006-01-18 Peter Johnson* yasm.c (opt_objfmt_handler): Lowercase the objfmt...
2006-01-18 Peter Johnson* Makefile.am: Unbreak distcheck due to yasm32.rules...
2006-01-17 Peter JohnsonVC8 build files cleanup. Also combines yasm32.rules...
2006-01-17 Peter Johnson* standard.mac: Handle new x64 objfmt alias.
2006-01-15 Peter Johnson* coff-objfmt.c: Add "x64" as an alias for "win64"...
2006-01-13 Peter Johnson* elf-x86-x86.c (elf_x86_x86_write_reloc): Don't cast...
2006-01-11 Peter Johnson* bin-objfmt.c: Remove unused variable bitcnt.
2006-01-11 Peter JohnsonBuild cleanups (mostly for warnings) for VC8.
2006-01-09 Peter JohnsonFix VC8 build path problem.
2006-01-08 Peter JohnsonAdd VC8 build files.
2005-12-16 Peter JohnsonRather than pulling the objfmt keyword back from the...
2005-12-13 Peter Johnsonre2c.vcproj: Fix win32 build of re2c by including mbo_g...
2005-12-03 Peter JohnsonAvoid crash in section_switch for a number of object...
2005-11-30 Peter Johnson* coff-objfmt.c (coff_objfmt_output_secthead): Use...
2005-11-23 Peter Johnson* coff-objfmt.c: Support section names >8 characters...
2005-11-16 Peter Johnson* coff-objfmt.c (coff_objfmt_section_switch): First...
2005-11-13 Peter JohnsonMove section alignment to libyasm, refactoring it from...
2005-11-11 Peter JohnsonIn GAS mode, detect sections that are marked as contain...
2005-11-09 Peter JohnsonFix GAS section alignment, at least for ELF output...
2005-11-08 Peter JohnsonUnbreak distcheck.
2005-11-07 Peter JohnsonAdd ability for GAS input to set section alignment...
2005-11-07 Peter JohnsonChange some optimization settings so that imm8 optimiza...
2005-11-06 Peter JohnsonFix common and 0-offset local definition of symbol...
2005-11-06 Peter JohnsonAdd test output file missed in previous commit. Note...
2005-11-06 Peter JohnsonFix ELF64 relocations for common, global, and common...
2005-11-05 Peter Johnson* gas-bison.y: Fix a couple use-after-free's.
2005-11-03 Peter JohnsonHandle instruction and prefix identifiers properly...
2005-11-03 Peter Johnson* symrec.c (symrec_define): Don't error if a symbol...
2005-11-03 Peter JohnsonAdd warning class (YASM_WARN_UNINIT_CONTENTS) to turn...
2005-11-02 Peter JohnsonAdd support for single-level GAS .rept directive. ...
2005-11-02 Peter Johnson* libyasm.h (yasm_linemap_set): Allow NULL filename...
2005-11-01 Peter JohnsonFix the use of ELF type/size directives with local...
next