summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix the [warning] directiveH. Peter Anvin2009-01-051-30/+28
* outas86: slight stylistic cleanupsH. Peter Anvin2009-01-031-8/+8
* Add entry point support to as86 backendSoronel Haetir2009-01-031-1/+11
* BR 2432826: Fix enforcement of the LONG bitH. Peter Anvin2008-12-291-4/+5
* BR 2413278: Nonoptimal forms of arithmetic instructions involving AXH. Peter Anvin2008-12-291-0/+24
* changes.src: document Mach-O alignment fix.H. Peter Anvin2008-12-221-0/+2
* NASM 2.06rc2nasm-2.06rc2H. Peter Anvin2008-12-191-1/+1
* Mach-O alignment fixDavid DeHaven2008-12-181-10/+21
* BR 2413272: Warn about byte displacement overflowVictor van den Elzen2008-12-101-12/+7
* NASM 2.06rc1nasm-2.06rc1H. Peter Anvin2008-11-301-1/+1
* ELF: use rbtree for symbol searchesH. Peter Anvin2008-11-067-96/+69
* rbtree: drop "const" from search functionH. Peter Anvin2008-11-062-3/+3
* changes.src: document POPCNT fix.H. Peter Anvin2008-11-061-0/+2
* Merge branch 'nasm-2.05.xx'H. Peter Anvin2008-11-062-3/+35
|\
| * test/popcnt.asm: simple test for the POPCNT instructionnasm-2.05.xxH. Peter Anvin2008-11-061-0/+32
| * The POPCNT instruction does not need sizes on memory operandsH. Peter Anvin2008-11-061-3/+3
| * BR 2229703: POPCNT r64,rm64 not POPCNT r64,rm32H. Peter Anvin2008-11-061-1/+1
| * preproc: BR 2222615: fix segfault on bogus %ifmacroH. Peter Anvin2008-11-061-1/+0
* | doc: better description of %lineH. Peter Anvin2008-11-051-5/+2
* | Fix BR #916647Victor van den Elzen2008-11-056-13/+16
* | changes.src: document if for %ifmacro.H. Peter Anvin2008-11-041-0/+2
* | test: add test for BR 2222615H. Peter Anvin2008-11-041-0/+19
* | preproc: BR 2222615: fix segfault on bogus %ifmacroH. Peter Anvin2008-11-041-1/+0
* | Prevent erroneous extra "final" passCharles Crayne2008-11-031-1/+1
* | doc/changes.src: document ELF TLSH. Peter Anvin2008-11-021-0/+2
* | doc: minor edit to the TLS documentation examples.H. Peter Anvin2008-11-021-2/+2
* | Document differences between TLS coding in ELF32 and ELF64Charles Crayne2008-11-011-2/+10
* | ELF32 support for offset to IE GOT entryCharles Crayne2008-11-011-4/+13
* | version.pl: snapshot releases *only* have digits in the tailH. Peter Anvin2008-11-011-1/+1
* | Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-3113-218/+237
* | ELF32 bit support of .tdata and .tbss sectionsCharles Crayne2008-10-301-0/+17