summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* outmacho64.c: Add PC-Relative GOT support and perform general code cleanup.macho64Keith Kanios2009-07-081-28/+33
* Push files missed during last commit.Keith Kanios2009-07-0759-0/+7354
* Add outmacho64.c and related files back after updating macho64 branch to late...Keith Kanios2009-07-071-7/+10
* Push to synchronize macho64 branch with latest master/2.07 sourceKeith Kanios2009-07-07186-15121/+8608
* outmacho64.c: mass updateKeith Kanios2009-07-061-87/+177
* modified: output/outmacho64.cKeith2008-10-091-29/+77
* output: combine macros for the most generic output formatsH. Peter Anvin2008-09-097-19/+11
* Merge branch 'master' into macho64H. Peter Anvin2008-09-097-13/+26
|\
| * 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
* | outmacho.mac: add final newlineH. Peter Anvin2008-09-091-1/+1
* | Merge branch 'master' into macho64H. Peter Anvin2008-09-092-2/+2
|\ \ | |/
| * macros: win32 and win64 are COFF, not Mach-OH. Peter Anvin2008-09-092-2/+2
* | Makefiles: fix accidental revert of Makefile.in; run "make alldeps"H. Peter Anvin2008-09-085-20/+24
* | Changes to be committed:Keith2008-09-088-33/+77
* | Changes to be committed:Keith Kanios2008-09-082-0/+1398
|/
* 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