mpx: Clean up instruction data
[platform/upstream/nasm.git] / output /
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-03 Marat Dukhancoff: Better handling of section redefinition
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-09-21 Marat Dukhancoff: Support for section names longer than 8 bytes
2013-03-31 Philipp KlokeFixed wrong format specifier in format string
2013-03-31 Philipp KlokeRemove unnecessary calls to memset
2013-02-24 Andrew NayenkoFix warnings generated by clang 3.0
2012-11-28 Keith KaniosBR3392232: Fix relocations in MachO64
2012-11-16 Cyrill Gorcunovoutput: Add more Elf unification
2012-11-05 Cyrill GorcunovBR3392231: Fix get_closest_section_symbol_by_offset
2012-02-03 H.J. Lubackend: add support for x32 ELF
2011-08-28 Cyrill Gorcunovelf64: Make linelist to look the same as elf32
2011-08-28 Cyrill Gorcunovelf32: Drop holes in linelist structure
2011-08-28 Cyrill Gorcunovoutobj: Reorder Segment members to eliminate holes
2011-08-28 Cyrill Gorcunovoutieee: Reorder ieeeSection members to eliminate holes
2011-07-17 Cyrill Gorcunovelf64: Drop unused 'zero' variable
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Keith KaniosBR3282788: Fix 64-bit Mach-O bug that crashes NASM...
2011-07-03 Cyrill Gorcunovoutput/outbin.c: initialize section attribs upon creation
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-04-12 Keith KaniosBR3282788: Fix 64-bit Mach-O bug that crashes NASM...
2011-04-06 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-04-06 Cyrill Gorcunovofmt: Alias shortname must be used for __OUTPUT_FORMAT_...
2011-03-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-03-12 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-28 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-28 Keith Kaniosoutput/outbin.c: initialize section align/start attribu...
2011-02-28 Cyrill Gorcunovelf64: Use nasm_zalloc helper
2011-02-28 Cyrill Gorcunovoutelf32: Use nasm_zalloc helper
2011-02-28 Cyrill Gorcunovoutcoff: Use nasm_zalloc helper
2011-02-28 Cyrill Gorcunovbin: Use nasm_zalloc for default section creation
2011-02-27 Cyrill Gorcunovbin: Use nasm_zalloc helper for section allocation...
2011-02-27 Keith Kaniosoutput/outbin.c: initialize section align/start attribu...
2010-11-20 Cyrill Gorcunovcoff: Handle massive relocations
2010-11-16 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-11-06 Cyrill Gorcunovcoff: Cover 'else' with cond compilation
2010-11-06 Cyrill GorcunovMerge branch 'owc'
2010-11-06 Cyrill Gorcunovcoff: Handle massive relocations
2010-11-05 Cyrill Gorcunovcoff: Issue fatal signal on relocations more then 0xffff
2010-11-05 Cyrill Gorcunovcoff: Add IMAGE_SCN_MAX_RELOC constant
2010-10-27 Cyrill GorcunovBR3079550: NASM crash on run-time for OMF output format
2010-10-06 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-10-01 Cyrill GorcunovBR3079550: NASM crash on run-time for OMF output format
2010-07-29 Cyrill Gorcunovelf: Move stabs symbol table format into outelf.h
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-07-06 Cyrill Gorcunovoutbin: Cleanup bin_cleanup
2010-07-06 Cyrill Gorcunovoutbin: Simplify reverse address computing
2010-07-06 Cyrill GorcunovBR3025702: outbin -- Fix byte ordering
2010-06-15 H. Peter AnvinRename filenames to 8.3 format
2010-06-07 H. Peter Anvinoutobj: handle compilers without 64-bit switch() support
2010-06-07 H. Peter Anvinoutelf32: handle compilers without 64-bit switch()...
2010-06-03 Cyrill Gorcunovnasmlib: Rename elements() macro to ARRAY_SIZE
2010-05-07 H. Peter Anvinoutobj: update error message
2010-05-07 H. Peter Anvinoutobj: properly error on unsupported relocations
2010-05-07 H. Peter Anvinoutelf64: update copyright date
2010-05-06 H. Peter AnvinELF support for 8-bit relocations
2010-05-06 H. Peter AnvinAdd support for one-byte relocations
2010-04-28 Cyrill GorcunovMachO: Fix misprinted macho_sectalign
2010-04-25 Cyrill Gorcunovobj: Implement sectalign helper
2010-04-25 Cyrill Gorcunovmacho: Implement sectalign handler
2010-04-25 Cyrill Gorcunovieee: Fix section index match in sectalign handler
2010-04-24 Cyrill Gorcunovoutieee: Implement sectalign handler
2010-04-22 Cyrill Gorcunovoutbin: Drop current_section variable
2010-04-22 Cyrill Gorcunovoutbin: Prune ancient format_mode variable
2010-04-22 Cyrill Gorcunovbin: Implement sectalign handler
2010-04-22 Cyrill Gorcunovcoff: Use IMAGE_SCN_ALIGN_MASK macro
2010-04-22 Cyrill Gorcunovcoff: Allow alignment greater then 64 bytes on win
2010-04-22 Cyrill Gorcunovcoff: Fix section alignment computation
2010-04-22 Cyrill Gorcunovcoff: Use predefined macros instead of numbers and...
2010-04-22 Cyrill Gorcunovpecoff.h: Complete header
2010-04-21 H. Peter AnvinRemove open-coded ilog2() implementations
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro in common section flags
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro and eliminate open coded...
2010-04-21 Cyrill Gorcunovpecoff.h: Add more constants
2010-04-21 Cyrill Gorcunovpecoff: Update machine types
2010-04-21 Cyrill Gorcunovoutput: Introduce pecoff.h
2010-04-21 Cyrill Gorcunovcoff: Implement sectalign handler
2010-04-21 Cyrill GorcunovRename SEGALIGN to SECTALIGN
2010-04-20 Cyrill GorcunovElf64: Implement segalign handler
2010-04-20 Cyrill GorcunovElf-32: Implement segalign handling
2010-04-20 Cyrill Gorcunovofmt: Implement null_segalign stubs
2010-04-20 Cyrill GorcunovElf: Rename SEG_ALIGN to SEC_FILEALIGN
2010-04-20 Cyrill GorcunovAdd "win" alias for "win32" output format
2010-04-11 Cyrill GorcunovElf: switch section_attrib to a new nasm_opt_val interface
2010-04-11 Cyrill GorcunovElf: Use SHA_ANY constant instead of open coded number
2010-04-09 Cyrill Gorcunovofmt: Introduce output format aliases
2010-04-09 Cyrill GorcunovElf: Some unification snippets for 32/64 bit versions
2010-04-09 Cyrill GorcunovElf: Merge WRITE_STAB to outelf.h
2010-04-09 Cyrill GorcunovElf: Drop never used SOC helper
2010-04-09 Cyrill GorcunovElf: Introduce section_attrib helper
2010-02-11 Cyrill Gorcunovoutput/outbin.c: Fix misprinted alignment bound
2010-02-11 Cyrill GorcunovElf: Drop useless SEG_ALIGN_1
2010-02-11 Cyrill GorcunovUse ALIGN helper
2010-01-03 Cyrill GorcunovELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
2010-01-03 Cyrill Gorcunovelf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpers
2010-01-03 Cyrill Gorcunovoutput/outelfX.c: Use definitions from stabs.h
2010-01-03 Cyrill GorcunovAdd common STABs definition into output/stabs.h
2010-01-03 Cyrill GorcunovoutelfX.c: Trivial cleanup
next