platform/upstream/nasm.git
2009-04-08 H. Peter AnvinAUTHORS: Update information for HPA
2009-04-08 H. Peter AnvinNASM 2.06rc10
2009-04-08 H. Peter AnvinDocument preprocessor token concatenation fix.
2009-04-08 H. Peter AnvinHandle weird cases of token pasting
2009-04-08 H. Peter AnvinNASM 2.06rc9
2009-04-07 H. Peter Anvinnasm.nsi: add COPYING to the list of files to package
2009-04-07 H. Peter Anvinnasm.nsi: add NASM Manual; automate version generation
2009-04-07 Shao MillerAdd NSIS script to make a Windows installer
2009-03-29 Victor van... Add STRUC change to changes.src
2009-03-27 Victor van... FR 2499968: structures with non-zero base offset
2009-03-19 H. Peter Anvindisasm: fix reversed REP vs REPNE in eatbyte()
2009-03-19 H. Peter Anvindisasm: when no instruction is found, consider a naked...
2009-03-18 H. Peter AnvinNASM 2.06rc8
2009-03-18 Andy Polyakovoutcoff: BR 2685756: fix SAFESEH with an internal symbol
2009-03-18 Michael Schereroutelf32/64: fix uninitialized rbtree
2009-03-18 H. Peter AnvinBR 2690688: Fix opcodes for FMA instructions
2009-03-17 H. Peter AnvinAdd test from BR 2690688
2009-03-17 H. Peter AnvinBR 2690688: add missing VFM instructions
2009-03-16 H. Peter AnvinBR 2689316: PEXTRQ requires REX.W
2009-03-16 H. Peter Anvingenfma: fix spelling of the VFNM instructions
2009-03-16 H. Peter Anvininsns.dat: fix VFNM instructions incorrectly spelled...
2009-03-15 H. Peter AnvinNASM 2.06rc7
2009-03-08 H. Peter AnvinBR 2672117: handle long lines for db/dw/etc.
2009-03-01 H. Peter Anvinautoconf: detect the broken bool in OpenWatcom 1.8
2009-03-01 H. Peter AnvinMost instruction codes are octal, so print errors that...
2009-02-27 H. Peter Anvinoptimization.asm: more sbyte tests
2009-02-27 H. Peter Anvinsbyte: optimization is OK if UNKNOWN isn't set
2009-02-27 H. Peter Anvinoptimization.asm: add sbyte tests
2009-02-26 H. Peter AnvinNASM 2.06rc6
2009-02-26 H. Peter AnvinBR 2413265: don't pessimize displacements
2009-02-26 H. Peter Anvinoptimization.asm: add EA optimization tests
2009-02-26 H. Peter Anvinnasm.c: another readability cleanup
2009-02-26 H. Peter Anvinnasm.c: readability cleanup for seg:off parsing
2009-02-25 Victor van... Rename convergence.asm to optimization.asm
2009-02-25 Victor van... Do not confuse segmentless adresses and unknown forward...
2009-02-24 H. Peter AnvinAdd VPCLMUL instructions
2009-02-24 H. Peter Anvinassemble: only be optimistic with NO_SEG if we're reall...
2009-02-24 H. Peter Anvinconvergence.asm: add test of jmp to an absolute address
2009-02-23 Victor van... Add test file for optimal convergence
2009-02-23 Victor van... BR 2420167: jmp not always optimized
2009-02-22 H. Peter AnvinPCLMUL is apparently targeted for Westmere with the...
2009-02-22 H. Peter AnvinNASM 2.06rc5
2009-02-22 H. Peter AnvinBR 2557903: fix disassembly of a set of SSE MOV* instru...
2009-02-22 H. Peter AnvinBR 2541252: Fix issues in insns.dat, mostly related...
2009-02-22 H. Peter Anvinchanges.src: document WAIT and %$$ fixes
2009-02-22 H. Peter AnvinBR 2592476: Treat WAIT as a prefix even though it's...
2009-02-22 H. Peter Anvinbr704736: handle deep context-local macros
2009-02-22 H. Peter Anvinnasmlib: make nasm_strcat() take const arguments
2009-02-22 H. Peter Anvinoutelf32/64: remove align_str in favor of fwritezero()
2009-02-22 H. Peter Anvinoutbin: fix typo: "sections" not "section"
2009-02-22 H. Peter AnvinUnify all-zero buffers; add fwritezero()
2009-02-22 H. Peter AnvinBR 2611906: proper error message for start < origin
2009-02-22 H. Peter AnvinNASM 2.06rc4
2009-02-22 H. Peter AnvinFix opcode for VADDSUBPS; operands for VBLEND; add...
2009-02-22 H. Peter AnvinFMA instructions won't be in Sandy Bridge
2009-02-18 H. Peter AnvinPerl script used to generate FMA instruction patterns
2009-02-18 H. Peter Anvinchanges.src: document updated AVX specification
2009-02-18 H. Peter AnvinUpdate the VFMA* instructions per the AVX spec version 5
2009-02-18 H. Peter Anvininsns.dat: fix minor formatting anomalies
2009-02-18 H. Peter Anvininsns.pl: handle the new VEX.DDS flag per AVX spec...
2009-02-13 H. Peter AnvinBR 2593349: Move version message back to stdout
2009-02-11 H. Peter AnvinNASM 2.06rc3
2009-01-29 Charles CrayneAllow global declaration after symbol definition
2009-01-27 Charles CrayneFix Bugs item #2537867
2009-01-21 Soronel HaetirDocument the as86 ..start label
2009-01-19 H. Peter Anvindoc: clean up the "String Manipulation in Macros" section
2009-01-19 H. Peter Anvindoc: indent the time macro example
2009-01-19 H. Peter Anvindoc: fix typo
2009-01-19 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2009-01-19 H. Peter Anvindoc: update the section on numeric constants
2009-01-18 Charles CrayneGenerate warning for unknown section atributes
2009-01-05 H. Peter AnvinFix the [warning] directive
2009-01-04 H. Peter Anvinoutas86: slight stylistic cleanups
2009-01-04 Soronel HaetirAdd entry point support to as86 backend
2008-12-30 H. Peter AnvinBR 2432826: Fix enforcement of the LONG bit
2008-12-30 H. Peter AnvinBR 2413278: Nonoptimal forms of arithmetic instructions...
2008-12-23 H. Peter Anvinchanges.src: document Mach-O alignment fix.
2008-12-20 H. Peter AnvinNASM 2.06rc2
2008-12-18 David DeHavenMach-O alignment fix
2008-12-10 Victor van... BR 2413272: Warn about byte displacement overflow
2008-11-30 H. Peter AnvinNASM 2.06rc1
2008-11-07 H. Peter AnvinELF: use rbtree for symbol searches
2008-11-07 H. Peter Anvinrbtree: drop "const" from search function
2008-11-06 H. Peter Anvinchanges.src: document POPCNT fix.
2008-11-06 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-11-06 H. Peter Anvintest/popcnt.asm: simple test for the POPCNT instruction
2008-11-06 H. Peter AnvinThe POPCNT instruction does not need sizes on memory...
2008-11-06 H. Peter AnvinBR 2229703: POPCNT r64,rm64 not POPCNT r64,rm32
2008-11-06 H. Peter Anvinpreproc: BR 2222615: fix segfault on bogus %ifmacro
2008-11-05 H. Peter Anvindoc: better description of %line
2008-11-05 Victor van... Fix BR #916647
2008-11-04 H. Peter Anvinchanges.src: document if for %ifmacro.
2008-11-04 H. Peter Anvintest: add test for BR 2222615
2008-11-04 H. Peter Anvinpreproc: BR 2222615: fix segfault on bogus %ifmacro
2008-11-04 Charles CraynePrevent erroneous extra "final" pass
2008-11-03 H. Peter Anvindoc/changes.src: document ELF TLS
2008-11-03 H. Peter Anvindoc: minor edit to the TLS documentation examples.
2008-11-02 Charles CrayneDocument differences between TLS coding in ELF32 and...
2008-11-01 Charles CrayneELF32 support for offset to IE GOT entry
2008-11-01 H. Peter Anvinversion.pl: snapshot releases *only* have digits in...
next