summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.06rc16nasm-2.06rc16H. Peter Anvin2009-06-281-1/+1
* Run make alldepsH. Peter Anvin2009-06-275-20/+30
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-276-14/+17
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-2727-194/+222
* debug: make *all* the null debug routines available as a libraryH. Peter Anvin2009-06-273-20/+12
* output: call debug init from a central locationH. Peter Anvin2009-06-274-5/+2
* test/Makefile: add rule to produce a .dbg fileH. Peter Anvin2009-06-271-0/+3
* outform: build ALL formats by default, including DBGH. Peter Anvin2009-06-271-0/+6
* outelf.c: add appropriate #ifdefsH. Peter Anvin2009-06-271-0/+5
* outdbg: make outdbg.c compile cleanlyH. Peter Anvin2009-06-271-10/+12
* NASM 2.06rc15nasm-2.06rc15H. Peter Anvin2009-06-271-1/+1
* BR 2781900: handle common labels while optimizingH. Peter Anvin2009-06-272-70/+81
* parser.c: fix stylistic nitpickH. Peter Anvin2009-06-271-1/+0
* assemble.c: stylistic nitpickH. Peter Anvin2009-06-271-3/+2
* preproc: use %if 0 instead of %ifdef BOGUSH. Peter Anvin2009-06-271-5/+6
* hashtbl: make hash_iterate() not crash on an uninitalized tableH. Peter Anvin2009-06-271-1/+4
* nasm.c: clean up pass exit logicH. Peter Anvin2009-06-271-26/+25
* ndisasm: fix disassembly of JRCXZH. Peter Anvin2009-06-263-3/+3
* NASM 2.06rc14nasm-2.06rc14H. Peter Anvin2009-06-261-1/+1
* insns.dat: reformatH. Peter Anvin2009-06-261-104/+104
* insns.dat: add relaxed forms for XOP/FMA4/CVT16 instructionsH. Peter Anvin2009-06-261-146/+148
* Add Cyrill Gorcunov to AUTHORSH. Peter Anvin2009-06-261-0/+4
* insns.pl: remove stray whitespaceH. Peter Anvin2009-06-251-1/+1
* insns.pl: add "nohi" code for REX_NHH. Peter Anvin2009-06-251-0/+2
* insns.pl: fix indentationH. Peter Anvin2009-06-251-141/+141
* ELF: make debugging functions staticH. Peter Anvin2009-06-252-65/+70
* ELF: remove loop invariant calculation of global offsetH. Peter Anvin2009-06-252-6/+18
* ELF: clean up the arithmetic for global symbolsH. Peter Anvin2009-06-252-32/+52
* ELF: bump GLOBAL_TEMP_BASEH. Peter Anvin2009-06-251-1/+1
* ELF: eliminate hard-coded section numbersH. Peter Anvin2009-06-254-81/+146
* Handle the new ELF headers in the dependency generationH. Peter Anvin2009-06-2510-27/+48
* ELF: add header files, begin merging common code, drop .commentH. Peter Anvin2009-06-2511-324/+678
* NASM 2.06rc13nasm-2.06rc13H. Peter Anvin2009-06-251-1/+1
* changes.src: updateH. Peter Anvin2009-06-251-0/+6
* insns: make the MMX version of PINSRW match the SSE/AVX onesH. Peter Anvin2009-06-244-9/+24
* Intel FMA: drop relaxed formsH. Peter Anvin2009-06-242-210/+196
* Fix the PINSR series of instructionsH. Peter Anvin2009-06-244-18/+178
* Add support for instructions which always use low 8-bit registersH. Peter Anvin2009-06-243-3/+24
* insns.dat: fix typos: VCMPORD_SP[SD] entered as VCMPORS_SP[SD]H. Peter Anvin2009-06-241-4/+2
* insns.dat: collapse relaxed formsH. Peter Anvin2009-06-241-1212/+608
* insns.pl: allow relaxed forms to be created without duplicationH. Peter Anvin2009-06-241-32/+77
* changes.src: fix some odd spacingH. Peter Anvin2009-06-241-2/+2
* parser: don't use midcode declarationsH. Peter Anvin2009-06-231-1/+2
* BR 2782055: reject invalid tokens after ]Victor van den Elzen2009-06-231-8/+16
* specfile: update URLsH. Peter Anvin2009-05-261-2/+2
* Nindent: add back the -nut optionH. Peter Anvin2009-05-251-1/+1
* Nindent: update with the -npro and -il0 optionsH. Peter Anvin2009-05-251-2/+18
* doc: use NASM syntax for x87 registersH. Peter Anvin2009-05-231-1/+1
* insns.dat - fixup for XOP (SSE5) AMD instructionsCyrill Gorcunov2009-05-171-13/+23
* insns.dat - introcuce base XOP (SSE5) AMD instructionsCyrill Gorcunov2009-05-151-0/+199