platform/upstream/nasm.git
2008-10-27 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-27 Charles CrayneELF64 support for PC relative offset to IE GOT entry
2008-10-26 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-26 H. Peter AnvinBetter description of the number-overflow warning
2008-10-26 H. Peter AnvinBR: 2196966: make the -w/-W options work again
2008-10-26 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-26 Charles CrayneFlag thread local symbols in symbol table
2008-10-26 H. Peter Anvinsmartalign: clean up unnecessary duplication; tweak...
2008-10-25 Charles CrayneELF64 segment definitions for TLS
2008-10-25 H. Peter AnvinFor snapshot releases, expand out the mangled version...
2008-10-25 H. Peter Anvindisasm: introduce opy
2008-10-25 H. Peter Anvinassemble: use opx and opy in a few more places
2008-10-24 H. Peter Anvindoc/changes.src: retroactively document anonymous ...
2008-10-24 H. Peter Anvinpreproc: don't macro-expand the argument to %use
2008-10-24 H. Peter Anvindoc: document %pop with argument
2008-10-24 H. Peter Anvinpreproc: allow %pop to take an identifier, unify %push...
2008-10-24 H. Peter Anvindoc: document anonymous %push
2008-10-24 H. Peter Anvindoc/changes.src: begin the release notes for 2.06
2008-10-24 H. Peter Anvindoc: fix awkward word order
2008-10-24 H. Peter Anvinversion.pl: don't add an extra .00 for subminor if...
2008-10-24 H. Peter AnvinMerge branch 'indirect'
2008-10-24 H. Peter AnvinFix op2 references that had not yet been converted...
2008-10-24 H. Peter Anvindisasm: extension byte support in the disassembler
2008-10-24 H. Peter AnvinAdd extension bytecodes to support operands 4+
2008-10-24 H. Peter AnvinWhen issuing warnings for EA displacements, use the...
2008-10-24 H. Peter AnvinNASM 2.05
2008-10-24 H. Peter Anvindoc/changes.src: update release notes
2008-10-23 H. Peter AnvinThe CRC32 instructions can take 66 prefixes as well...
2008-10-23 H. Peter Anvintest/crc32.asm: test the CRC32 instruction
2008-10-23 H. Peter AnvinBR 2190521: fix the CRC32 opcodes
2008-10-22 H. Peter AnvinNASM 2.05rc8
2008-10-22 H. Peter AnvinBR 2187210: Fix PFRCPV and PFRSQRTV
2008-10-22 H. Peter Anvinassemble: not all backends handle intra-segment OUT_REL*ADR
2008-10-22 H. Peter AnvinBR 2148448: fix relative addresses in bin output
2008-10-20 H. Peter AnvinUpdate .gitignore to include additional generated files
2008-10-20 H. Peter Anvintest/ppindirect.asm: test token pasting inside %[...]
2008-10-20 H. Peter Anvinpreproc: fix terminal token pasting in indirect sequences
2008-10-20 H. Peter Anvinpreproc: error on unterminated %[...]
2008-10-20 H. Peter Anvinpreproc: fix exit conditions for indirection loop
2008-10-20 H. Peter Anvinpreproc: correctly handle quoted strings inside %[...
2008-10-20 H. Peter Anvindoc: document the %[...] construct.
2008-10-19 H. Peter Anvintest: better smartalign tests
2008-10-19 H. Peter Anvinsmartalign: use a "times" construct rather than %rep
2008-10-19 H. Peter Anvinmacros.pl: handle \-continuation lines in macros.pl
2008-10-19 H. Peter Anvinsmartalign: rewrite to use the indirect construct,...
2008-10-19 H. Peter Anvintest: add test for preprocessor indirection construct
2008-10-19 H. Peter Anvinpreproc: fix list iteration in the case of expand_indir...
2008-10-19 H. Peter Anvinpreproc: Add new %[...] indirection construct
2008-10-19 H. Peter AnvinNASM 2.05rc7
2008-10-18 H. Peter AnvinELF64: once again, fix generation of "naked" OUT_REL*ADR
2008-10-18 H. Peter AnvinNASM 2.05rc6
2008-10-18 H. Peter Anvindoc/changes.src: document massive changes to ELF64...
2008-10-18 H. Peter AnvinELF64: PLT32, GOTPCREL, and GOTPCREL64 really need...
2008-10-18 H. Peter AnvinELF64: the "size" argument to OUT_REL*ADR isn't really...
2008-10-18 H. Peter Anvinassemble: for OUT_REL*ADR, the "size" argument is not...
2008-10-18 H. Peter Anvintest/elf64so.asm: demonstrate a case where we bind...
2008-10-18 H. Peter AnvinELF64: actually generate relative GOT/PLT references...
2008-10-18 H. Peter Anvintest/Makefile: enable debugging info for elftest/elftest64
2008-10-18 H. Peter AnvinELF64: GOTOFF64 doesn't need a gsym at all
2008-10-18 H. Peter AnvinELF64: We apparently don't need exactitude for GOTOFF64
2008-10-18 H. Peter Anvinelftest64: both Small PIC and Medium PIC model tests
2008-10-18 H. Peter AnvinELF64: GOT and PLT references need a symbol (a slot...
2008-10-18 H. Peter AnvinELF64: unbreak generating no-segment addresses
2008-10-18 H. Peter AnvinSAA: add saa_writeaddr() similar to other locations
2008-10-18 H. Peter Anvintest/Makefile: the elftest objects depend on $(NASM)
2008-10-18 H. Peter AnvinELF64: use the RELA addend field instead of relying...
2008-10-18 H. Peter AnvinTest and Makefile rules for 32- and 64-bit ELF shared...
2008-10-16 H. Peter AnvinNASM 2.05rc5
2008-10-16 H. Peter AnvinTest for BR 2172659
2008-10-16 H. Peter AnvinBR 2172659: Fix incorrect output value for byte operands
2008-10-15 H. Peter AnvinAdd reference to %+ from macro parameter concatenation
2008-10-15 H. Peter Anvindoc: minor editorial change
2008-10-15 H. Peter AnvinELF64: fix various GOT relocations
2008-10-15 H. Peter AnvinTest for various ELF64 GOT references
2008-10-15 H. Peter Anvindoc: add link to the macro packages when talking about...
2008-10-13 H. Peter AnvinBR 2164053: --prefix _ not --prefix_
2008-10-13 H. Peter AnvinNASM 2.05rc4
2008-10-13 H. Peter AnvinDocument RIP-relative GOT fixes in ELF64
2008-10-12 Charles CrayneFix typo in previous outelf64.c commit
2008-10-12 Charles CrayneRIP rel relocations for PIC released for testing.
2008-10-09 H. Peter Anvinassemble.c: use case4() macros like in disasm.c
2008-10-09 H. Peter Anvindisasm: collapse all the segment register push/pop...
2008-10-09 H. Peter Anvintest/pushseg.asm: add "pop cs"
2008-10-09 H. Peter Anvintest/pushseg.asm: test for push/pop of segment registers
2008-10-09 H. Peter AnvinReshuffle and move the bytecodes for segment register...
2008-10-08 H. Peter AnvinCollect statistics on bytecode use in insnsb.c
2008-10-08 H. Peter AnvinNASM 2.05rc3
2008-10-07 H. Peter Anvintest/imul.asm: remove obsolete ERROR marker
2008-10-07 H. Peter AnvinTest for various IMUL patterns
2008-10-07 H. Peter AnvinAdd missing IMUL pattern: reg64,imm8
2008-10-07 H. Peter AnvinAdd a few missing \15 -> \275 conversions
2008-10-07 H. Peter AnvinChange \40 class opcodes to \254, except IMUL
2008-10-07 H. Peter AnvinNew opcode for 32->64 bit sign-extended immediate with...
2008-10-07 H. Peter Anvintest/immwarn.asm: add a few more non-warning tests
2008-10-07 H. Peter AnvinRemove is_sbyte64() and replace with is_sbyte32() plus...
2008-10-07 H. Peter AnvinAvoid double warning for signed dword immediate
2008-10-07 H. Peter AnvinNew opcodes to deal with 8-bit immediate sign extended...
2008-10-07 H. Peter AnvinNASM 2.05rc2
2008-10-07 H. Peter Anvinchanges: document immediate fix
2008-10-07 H. Peter AnvinBR 2148448: Fix RIP-relative addressing with an immediate
next