summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.06rc7nasm-2.06rc7H. Peter Anvin2009-03-151-1/+1
* BR 2672117: handle long lines for db/dw/etc.H. Peter Anvin2009-03-071-13/+13
* autoconf: detect the broken bool in OpenWatcom 1.8H. Peter Anvin2009-03-013-1/+26
* Most instruction codes are octal, so print errors that way tooH. Peter Anvin2009-03-011-2/+2
* optimization.asm: more sbyte testsH. Peter Anvin2009-02-261-0/+12
* sbyte: optimization is OK if UNKNOWN isn't setH. Peter Anvin2009-02-261-1/+1
* optimization.asm: add sbyte testsH. Peter Anvin2009-02-261-0/+18
* NASM 2.06rc6nasm-2.06rc6H. Peter Anvin2009-02-261-1/+1
* BR 2413265: don't pessimize displacementsH. Peter Anvin2009-02-261-1/+1
* optimization.asm: add EA optimization testsH. Peter Anvin2009-02-261-0/+24
* nasm.c: another readability cleanupH. Peter Anvin2009-02-261-3/+2
* nasm.c: readability cleanup for seg:off parsingH. Peter Anvin2009-02-261-14/+8
* Rename convergence.asm to optimization.asmVictor van den Elzen2009-02-251-3/+3
* Do not confuse segmentless adresses and unknown forward referencesVictor van den Elzen2009-02-254-14/+37
* Add VPCLMUL instructionsH. Peter Anvin2009-02-231-0/+12
* assemble: only be optimistic with NO_SEG if we're really in pass 1H. Peter Anvin2009-02-231-1/+1
* convergence.asm: add test of jmp to an absolute addressH. Peter Anvin2009-02-231-0/+3
* Add test file for optimal convergenceVictor van den Elzen2009-02-231-0/+34
* BR 2420167: jmp not always optimizedVictor van den Elzen2009-02-231-0/+5
* PCLMUL is apparently targeted for Westmere with the AES stuffH. Peter Anvin2009-02-211-6/+5
* NASM 2.06rc5nasm-2.06rc5H. Peter Anvin2009-02-211-1/+1
* BR 2557903: fix disassembly of a set of SSE MOV* instructionsH. Peter Anvin2009-02-211-6/+6
* BR 2541252: Fix issues in insns.dat, mostly related to LZCNT and POPCNTH. Peter Anvin2009-02-211-10/+10
* changes.src: document WAIT and %$$ fixesH. Peter Anvin2009-02-211-0/+6
* BR 2592476: Treat WAIT as a prefix even though it's really an instructionH. Peter Anvin2009-02-217-48/+49
* br704736: handle deep context-local macrosH. Peter Anvin2009-02-211-44/+44
* nasmlib: make nasm_strcat() take const argumentsH. Peter Anvin2009-02-212-2/+2
* outelf32/64: remove align_str in favor of fwritezero()H. Peter Anvin2009-02-212-8/+4
* outbin: fix typo: "sections" not "section"H. Peter Anvin2009-02-211-2/+2
* Unify all-zero buffers; add fwritezero()H. Peter Anvin2009-02-217-10/+34
* BR 2611906: proper error message for start < originH. Peter Anvin2009-02-211-30/+31
* NASM 2.06rc4nasm-2.06rc4H. Peter Anvin2009-02-211-1/+1
* Fix opcode for VADDSUBPS; operands for VBLEND; add SSE for AES opsH. Peter Anvin2009-02-211-14/+14
* FMA instructions won't be in Sandy BridgeH. Peter Anvin2009-02-213-245/+245
* Perl script used to generate FMA instruction patternsH. Peter Anvin2009-02-181-0/+72
* changes.src: document updated AVX specificationH. Peter Anvin2009-02-181-0/+2
* Update the VFMA* instructions per the AVX spec version 5H. Peter Anvin2009-02-181-64/+240
* insns.dat: fix minor formatting anomaliesH. Peter Anvin2009-02-181-3/+3
* insns.pl: handle the new VEX.DDS flag per AVX spec version 5H. Peter Anvin2009-02-181-1/+1
* BR 2593349: Move version message back to stdoutH. Peter Anvin2009-02-131-2/+2
* NASM 2.06rc3nasm-2.06rc3H. Peter Anvin2009-02-111-1/+1
* Allow global declaration after symbol definitionCharles Crayne2009-01-281-3/+5
* Fix Bugs item #2537867Charles Crayne2009-01-271-1/+1
* Document the as86 ..start labelSoronel Haetir2009-01-211-4/+4
* doc: clean up the "String Manipulation in Macros" sectionH. Peter Anvin2009-01-181-7/+7
* doc: indent the time macro exampleH. Peter Anvin2009-01-181-9/+9
* doc: fix typoH. Peter Anvin2009-01-181-1/+1
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2009-01-182-2/+4
|\
| * Generate warning for unknown section atributesCharles Crayne2009-01-182-2/+4
* | doc: update the section on numeric constantsH. Peter Anvin2009-01-181-17/+27
|/