2006-03-01 |
Peter Johnson | * objfmt.h (yasm_objfmt_add_default_section): Update... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Peter Johnson | * coff-objfmt.c: Fix crash when sections are generated... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Peter Johnson | Fix #70 by allowing overrides on the default (usually... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Peter Johnson | Fix #69 by making the NASM preproc and parser use the... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Peter Johnson | * dwarf2-info.c (yasm_dwarf2__generate_info): Set secti... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Peter Johnson | Remove some unused variables/functions. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Peter Johnson | * intnum.c (yasm_intnum_create_leb128): Create an intnu... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Peter Johnson | * dwarf2-info.c (yasm_dwarf2__generate_info): Fully... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Peter Johnson | * Mkfiles: Update to sync with [1376]. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Peter Johnson | * dwarf2/Makefile.inc: Include dbgfmt-dwarf2.h. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Peter Johnson | Generate DWARF2 information from asm source, closing... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Peter Johnson | * stabs-elf.hex: Update to match previous commit. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Peter Johnson | * elf-objfmt.c (elf_objfmt_output): Create all missing... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Peter Johnson | * linemgr.h (yasm_linemap_traverse_filenames): New... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | * configure.ac: Add checks for unistd.h and getcwd... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | Fix #67 by autosizing push immediate with no specified... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | * x86bc.c (x86_bc_insn_tobytes, x86_bc_jmp_tobytes... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | * push64.errwarn, addbyte.errwarn, arithsmall.errwarn... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | * intnum.c (yasm_intnum_get_sized): Honor negative... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Johnson | * x86id.re (str_insn): Fix #68. Based on the patch... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Peter Johnson | * intnum.h (yasm_get_sleb128, yasm_size_sleb128): New... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Peter Johnson | Match yasm_symtab_traverse() implementation to doxygen... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Peter Johnson | * bitvect.c (BitVector_from_Enum): Silence compiler... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Peter Johnson | * expr.c (yasm_expr_print): Increase size of opstr... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Peter Johnson | * bytecode.c (yasm_bc_tobytes): *really* fix handling... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Peter Johnson | * objfmt.h (yasm_objfmt_output): Fix macro. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Peter Johnson | * re2c/main.c: Include string.h so strlen and memcpy... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Peter Johnson | * elf-objfmt.c (elf_objfmt_section_switch): Remove... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Peter Johnson | Update FSF address in GPL and LGPL licenses. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Peter Johnson | * dwarf2-dbgfmt.c (generate_section): Split off large... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Peter Johnson | Implement DWARF2 .file "foo.c" (sans file number) so... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Peter Johnson | * coretype.h (yasm__splitpath): Fix doxygen comment. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Peter Johnson | * dwarf2-dbgfmt.c (dwarf2_dbgfmt_generate_section)... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Peter Johnson | * coretype.h (yasm__splitpath): Add some detection... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Peter Johnson | * vc8/modules.vcproj: Unbreak. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | Update Mkfiles for DWARF2. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | Add DWARF2 debugging format. Note: at the moment,... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | * arch.h (yasm_arch_min_insn_len): Get the minimum... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | * dbgfmt.h (yasm_dbgfmt_directive): Add section paramet... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | * splitpath_test.c: Add no-filename cases. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | Set svn:keywords to include Id. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Peter Johnson | Add functions to split a path into a directory and... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Peter Johnson | * symrec.h (yasm_symtab_get): Fix doxygen documentation. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Peter Johnson | * gas-bison.y: Pass .loc and .file directives onto... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Peter Johnson | * parser.h (do_parse): Add dbgfmt parameter. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Peter Johnson | * linemgr.h (yasm_linemap_goto_next): Fix typo in text... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Peter Johnson | Implement GAS syntax ".local" directive. This is used... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Peter Johnson | * intnum.c (yasm_intnum_set_uint): New function to... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Peter Johnson | x86id.re: Fix #66 (fstp generated invalid opcode).... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Peter Johnson | * yasm.c (opt_objfmt_handler): Lowercase the objfmt... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Peter Johnson | * Makefile.am: Unbreak distcheck due to yasm32.rules... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Peter Johnson | VC8 build files cleanup. Also combines yasm32.rules... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Peter Johnson | * standard.mac: Handle new x64 objfmt alias. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Peter Johnson | * coff-objfmt.c: Add "x64" as an alias for "win64"... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Peter Johnson | * elf-x86-x86.c (elf_x86_x86_write_reloc): Don't cast... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Peter Johnson | * bin-objfmt.c: Remove unused variable bitcnt. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Peter Johnson | Build cleanups (mostly for warnings) for VC8. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Peter Johnson | Fix VC8 build path problem. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Peter Johnson | Add VC8 build files. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Peter Johnson | Rather than pulling the objfmt keyword back from the... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Peter Johnson | re2c.vcproj: Fix win32 build of re2c by including mbo_g... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Peter Johnson | Avoid crash in section_switch for a number of object... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_output_secthead): Use... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Peter Johnson | * coff-objfmt.c: Support section names >8 characters... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_section_switch): First... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Peter Johnson | Move section alignment to libyasm, refactoring it from... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Peter Johnson | In GAS mode, detect sections that are marked as contain... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Peter Johnson | Fix GAS section alignment, at least for ELF output... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Peter Johnson | Unbreak distcheck. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Peter Johnson | Add ability for GAS input to set section alignment... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Peter Johnson | Change some optimization settings so that imm8 optimiza... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Peter Johnson | Fix common and 0-offset local definition of symbol... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Peter Johnson | Add test output file missed in previous commit. Note... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Peter Johnson | Fix ELF64 relocations for common, global, and common... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Peter Johnson | * gas-bison.y: Fix a couple use-after-free's. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Peter Johnson | Handle instruction and prefix identifiers properly... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Peter Johnson | * symrec.c (symrec_define): Don't error if a symbol... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Peter Johnson | Add warning class (YASM_WARN_UNINIT_CONTENTS) to turn... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Peter Johnson | Add support for single-level GAS .rept directive. ... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Peter Johnson | * libyasm.h (yasm_linemap_set): Allow NULL filename... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | Fix the use of ELF type/size directives with local... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | * assocdat.c (yasm__assoc_data_add): Add safety valve... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | * elf.c (elf_symtab_create): Default type to STT_NOTYPE. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | Add macros for ELF's type, size, and weak directives. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | * elf-objfmt.c (elf_objfmt_symtab_append): Don't append... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | Fix implementation of r1298 and fixup testcases. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Peter Johnson | Fix linker errors with GAS parser directives .data... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Peter Johnson | * x86id.re: Fix typo that broke fcmovu and left fcmovnu... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Peter Johnson | Make negative times value an error case. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Peter Johnson | * intnum.c (yasm_intnum_is_zero, yasm_intnum_is_pos1... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Peter Johnson | * bytecode.h (yasm_dv_create_string): Fix up documentation. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Peter Johnson | Enhance builtin bytecode_data to support embedded NULs... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Peter Johnson | Support standalone, segment, and REX prefixes in GAS... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Peter Johnson | * gas-bison.y, gas-token.re: Support multiple instructi... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * gas-token.re (strbuf_append): Allocate before store... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * gas-bison.y: Add support for .value alias for .2byte... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Peter Johnson | Add support for LEB128 encoded integers (both signed... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Peter Johnson | * gas-bison.y, gas-token.re: Implement .weak directive. |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Peter Johnson | * gas-bison.y: Implement .type and .size directives. |
commit | commitdiff | tree | snapshot |
next |