summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* BR 2028910: fix decoding of VEX prefixes in 16- and 32-bit modeH. Peter Anvin2008-07-301-16/+17
* BR 2025977: Handle SLDT with a 64-bit register operandH. Peter Anvin2008-07-301-0/+2
* preproc: restore correct break; in do_directive()H. Peter Anvin2008-07-231-10/+10
* BR 560960: warn about trailing garbage in %macro/%ifmacroVictor van den Elzen2008-07-231-1/+9
* Improve checking and documentation for %ifctxVictor van den Elzen2008-07-233-10/+12
* BR 2023036: MOV reg32,dreg and vice versa are NOLONGH. Peter Anvin2008-07-201-2/+2
* Err, "alignr" was really the same as the previous "alignb"H. Peter Anvin2008-07-201-4/+1
* Add "alignr" standard macro (using resb)H. Peter Anvin2008-07-201-0/+7
* Avoid redundant "const" for macros_tH. Peter Anvin2008-07-193-6/+6
* BR 2003451: add test caseH. Peter Anvin2008-07-191-0/+15
* BR 2003451: avoid "forwardness" leaks between operandsH. Peter Anvin2008-07-192-27/+28
* BR 2010180: outobj: Garbage may be written in a last PUBDEFSlavik Gnatenko2008-07-192-2/+168
* test: more smart alignment testH. Peter Anvin2008-07-171-0/+11