summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.04rc5nasm-2.04rc5H. Peter Anvin2008-09-241-1/+1
* %error, %warning out on the final pass, add %fatalH. Peter Anvin2008-09-245-8/+165
* Allow value to TIMES to be negative while optimization is in progressCharles Crayne2008-09-231-1/+1
* test: test for code that relies on the optimizer to be validH. Peter Anvin2008-09-231-0/+133
* NASM 2.04rc4nasm-2.04rc4H. Peter Anvin2008-09-221-1/+1
* BR 1239818 - handle multiple %else clausesVictor van den Elzen2008-09-182-37/+138
* NASM 2.04rc3nasm-2.04rc3H. Peter Anvin2008-09-121-1/+1
* Halt assembly if addresses are not converging.Charles Crayne2008-09-112-13/+16
* Limit number of passes to 1000Victor van den Elzen2008-09-111-3/+13
* Remove obsolete ROL-EQU hackVictor van den Elzen2008-09-113-29/+0
* doc: document the use of macros in %errorH. Peter Anvin2008-09-101-1/+8
* doc: Call %xdefine a "resolving define" instead of "enhancing define"H. Peter Anvin2008-09-101-1/+1
* doc: clean up formatting around -O optionH. Peter Anvin2008-09-101-14/+14
* NASM 2.04rc2nasm-2.04rc2H. Peter Anvin2008-09-101-1/+1
* changes: document optimizer changeH. Peter Anvin2008-09-101-0/+4
* Decouple forward references from optimizationCharles Crayne2008-09-104-96/+29
* Run "make alldeps"H. Peter Anvin2008-09-095-6/+10
* macros.pl: don't include macros for disabled output formatsH. Peter Anvin2008-09-091-4/+13
* outaout.mac: aoutb is an alias for aoutH. Peter Anvin2008-09-091-1/+1
* macros.pl: be a bit more careful with open()H. Peter Anvin2008-09-091-2/+2
* macros: win32 and win64 are COFF, not Mach-OH. Peter Anvin2008-09-092-2/+2
* NASM 2.04rc1nasm-2.04rc1H. Peter Anvin2008-09-031-1/+1
* Remove obsolete tagrelease script (duplicate of tag-release)H. Peter Anvin2008-09-031-15/+0
* Update doc/changes.srcH. Peter Anvin2008-09-031-2/+10
* Document %use smartalignH. Peter Anvin2008-09-031-0/+45
* Document %unmacroH. Peter Anvin2008-09-031-2/+26
* outcoff: stylistic cleanupsH. Peter Anvin2008-09-021-11/+13
* outcoff: default output symbols to T_NULLH. Peter Anvin2008-09-021-0/+1
* BR 2048950: fix crash due to mmacro list overflowH. Peter Anvin2008-09-011-1/+2
* test/new: clean up whitespaceH. Peter Anvin2008-08-291-1/+0
* Script to create new test case boilerplateH. Peter Anvin2008-08-291-0/+10
* Accept implicit memory size for VMREAD/VMWRITEH. Peter Anvin2008-08-282-4/+8
* BR 2029472: Wrong operand size for VMREAD/VMWRITE in 64-bit modeH. Peter Anvin2008-08-282-2/+26
* .gitignore: ignore some editor backup filesH. Peter Anvin2008-08-281-0/+3
* BR 2028995: Missing MOVNTI m64, r64H. Peter Anvin2008-08-282-1/+12
* Testcase for XCRYPTH. Peter Anvin2008-08-281-0/+24
* BR 2029829: Accept VIA XCRYPT instructions with or without REPH. Peter Anvin2008-08-283-8/+28
* BR 2039212: Handle indirect far jumps in 64-bit modeH. Peter Anvin2008-08-282-2/+16
* Include "nasm.h" in "float.h"H. Peter Anvin2008-08-281-0/+2
* Add 256-bit AVX stores per the latest AVX spec.H. Peter Anvin2008-08-271-2/+7
* Add AVX forms of the AES instructions (new in the latest AVX spec)H. Peter Anvin2008-08-271-0/+12
* test: Fix file with no final newlineH. Peter Anvin2008-08-241-1/+1
* BR 2067820: add the MOVSXD instructionH. Peter Anvin2008-08-241-1/+2
* BR 2067837: remove double add of VEX instruction lengthH. Peter Anvin2008-08-241-2/+0
* BR 2062342: ndisasm: r12 *can* be an index registerH. Peter Anvin2008-08-201-2/+2
* BR 2030823: Problem with the 256-bit FMA instructionsH. Peter Anvin2008-08-132-16/+21
* BR 2043111: Typo in insns.dat: VCMPFT_OQPD VCMPFT_OQPSH. Peter Anvin2008-08-131-2/+2
* minor bugfix in performtest.plVictor van den Elzen2008-08-061-1/+1
* Add macro-defaults warning class and documentation.Victor van den Elzen2008-08-065-32/+131
* BR 2034542: fix crash when touching __FILE__H. Peter Anvin2008-07-312-1/+6