]> granicus.if.org Git - yasm/shortlog
yasm
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...
2005-11-01 Peter Johnson* assocdat.c (yasm__assoc_data_add): Add safety valve...
2005-11-01 Peter Johnson* elf.c (elf_symtab_create): Default type to STT_NOTYPE.
2005-11-01 Peter JohnsonAdd macros for ELF's type, size, and weak directives.
2005-11-01 Peter Johnson* elf-objfmt.c (elf_objfmt_symtab_append): Don't append...
2005-11-01 Peter JohnsonFix implementation of r1298 and fixup testcases.
2005-11-01 Peter JohnsonFix linker errors with GAS parser directives .data...
2005-10-30 Peter Johnson* x86id.re: Fix typo that broke fcmovu and left fcmovnu...
2005-10-30 Peter JohnsonMake negative times value an error case.
2005-10-30 Peter Johnson* intnum.c (yasm_intnum_is_zero, yasm_intnum_is_pos1...
2005-10-27 Peter Johnson* bytecode.h (yasm_dv_create_string): Fix up documentation.
2005-10-26 Peter JohnsonEnhance builtin bytecode_data to support embedded NULs...
2005-10-24 Peter JohnsonSupport standalone, segment, and REX prefixes in GAS...
2005-10-23 Peter Johnson* gas-bison.y, gas-token.re: Support multiple instructi...
2005-10-19 Peter Johnson* gas-token.re (strbuf_append): Allocate before store...
2005-10-19 Peter Johnson* gas-bison.y: Add support for .value alias for .2byte...
2005-10-19 Peter Johnson* elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix...
2005-10-17 Peter JohnsonAdd support for LEB128 encoded integers (both signed...
2005-10-16 Peter Johnson* gas-bison.y, gas-token.re: Implement .weak directive.
2005-10-16 Peter Johnson* gas-bison.y: Implement .type and .size directives.
2005-10-15 Peter Johnson* Makefile.am: Actually include Mkfiles/dj/_stdint...
2005-10-15 Peter Johnson* Makefile.flat, Makefile.dj: Further enhance flat...
2005-10-15 Peter Johnson* x86id.re: Fix basic uses of pop suffixes for GAS...
2005-10-14 Peter JohnsonResync alternate build Makefiles with tree changes.
2005-10-13 Peter Johnson* x86bc.c (x86_bc_insn_resolve): Fix loss of precision...
2005-10-10 Peter Johnson* x86id.re (DEF_INSN_DATA, yasm_x86__parse_check_insn...
2005-10-10 Peter Johnson* nasm-pp.c, x86id.re: Remove a couple of unused variables.
2005-10-10 Peter Johnsonre2c: Unbreak distcheck.
2005-10-10 Peter JohnsonUpdate all re2c input files to use case-insensitive...
2005-10-09 Peter Johnsonre2c: Finish update to latest version.
2005-10-09 Peter Johnsonre2c: Fix yyaccept warnings.
2005-10-09 Peter JohnsonContinue re2c updates. This one gets rid of the unused...
2005-10-09 Peter Johnson* cleanup.c: Add strdup implementation as strdup is...
2005-10-09 Peter JohnsonUpdate re2c to May 12, 2004 version. This adds an...
2005-10-09 Peter Johnson* re2c: Start syncing back up to re2c HEAD. This gets...
2005-10-07 Peter Johnson* x86arch.h (x86_insn): Combine shift_op, signext_imm8_...
next