summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sync.c: Style nitfixCyrill Gorcunov2009-12-221-5/+6
* NASM 2.08rc6nasm-2.08rc6H. Peter Anvin2009-12-181-1/+1
* insns.dat: Restore default size of memory operandsCyrill Gorcunov2009-12-161-22/+22
* doc/changes.src: describe changesCyrill Gorcunov2009-12-131-0/+3
* Elf: bind labels to text section by defaultCyrill Gorcunov2009-12-102-22/+24
* BR2907058: insn_size - close file handle before returningCyrill Gorcunov2009-12-051-3/+5
* nasm.c: Use copy_filename to set error message fileCyrill Gorcunov2009-12-041-1/+1
* insns.dat: AVX -- no need for IF_ARx in templateCyrill Gorcunov2009-12-031-12/+12
* Run "make alldeps"H. Peter Anvin2009-11-305-286/+300
* outrdf.c: remove obsolete fileH. Peter Anvin2009-11-301-569/+0
* outform.h: fix OF_NO_RDF2H. Peter Anvin2009-11-301-1/+1
* AUTHORS: convert to UTF-8H. Peter Anvin2009-11-301-1/+1
* outmacho32: replace error() -> nasm_error()H. Peter Anvin2009-11-301-25/+23
* NASM 2.08rc5nasm-2.08rc5H. Peter Anvin2009-11-281-1/+1
* test/Makefile: make it easier to inject optionsH. Peter Anvin2009-11-281-1/+1
* preproc.c: expand_smacro -- break endless loop for interminable macro recursionCyrill Gorcunov2009-11-211-1/+2
* outcoff: BuildExportTable -- tab/space fixCyrill Gorcunov2009-11-171-1/+1
* outcoff: Do not fail on long export identifiersCyrill Gorcunov2009-11-171-22/+19
* NASM 2.08rc4nasm-2.08rc4H. Peter Anvin2009-11-131-1/+1
* Update test filesVictor van den Elzen2009-11-118-37/+9
* Add test/bisect.sh for use with "git bisect"Victor van den Elzen2009-11-112-1/+27
* Don't boundcheck 64-bit numbers, it gives problems due to overflowsVictor van den Elzen2009-11-111-9/+27
* NASM 2.08rc3nasm-2.08rc3H. Peter Anvin2009-11-091-1/+1
* insns.dat: remove non-DREX SSE5 instructionsH. Peter Anvin2009-11-091-31/+0
* changes.src: document removal of DREX instructionsH. Peter Anvin2009-11-091-1/+4
* SSE5: remove all DREX-based instructionsH. Peter Anvin2009-11-091-275/+1
* outelf32/64 - various cleanups in a sake of unificationCyrill Gorcunov2009-11-062-164/+156
* dwarfX_output: dont check for "ln" twiceCyrill Gorcunov2009-11-062-49/+37
* output/outelf64.c: simplify stabs64_cleanup, dwarf64_cleanupCyrill Gorcunov2009-11-061-26/+13
* Document BR 2887108 in changes.srcCyrill Gorcunov2009-11-061-1/+5
* Merge elf header filesCyrill Gorcunov2009-11-0611-382/+307
* hash_init: check for size being power of twoCyrill Gorcunov2009-11-061-0/+1
* hashtbl.c: Unify common hash ops by macrosCyrill Gorcunov2009-11-061-25/+34
* Introduce is_power2 helperCyrill Gorcunov2009-11-061-0/+3
* MOVD xmmreg: not valid with REX.WH. Peter Anvin2009-11-061-4/+4
* Comment out matches() operand flags logicCyrill Gorcunov2009-11-061-60/+83
* nasmlib.h: Introduce nasm_build_assertCyrill Gorcunov2009-11-051-0/+5
* test: imul.asm: move warning-generated tests under WARNH. Peter Anvin2009-11-031-6/+6
* test: imul.asm: more IMUL pattern testsH. Peter Anvin2009-11-031-0/+27
* NASM 2.08rc2nasm-2.08rc2H. Peter Anvin2009-11-031-1/+1
* matches: simplify check operand size actionsCyrill Gorcunov2009-11-031-5/+4
* IMUL: sbyteX fix -- last oneCyrill Gorcunov2009-11-031-3/+3
* IMUL: fix an additional incorrect sbyte useH. Peter Anvin2009-11-031-1/+1
* BR 2887108: fix incorrect sbyte usage in IMULH. Peter Anvin2009-11-031-2/+2
* Revert "BR 2887108: Use overflow_ helper to catch inappropriate imm optimizat...Cyrill Gorcunov2009-11-011-9/+8
* stdscan.c: use TOKEN_EOS and string helpersCyrill Gorcunov2009-10-311-6/+5
* Various tab/space/comment cleanupCyrill Gorcunov2009-10-313-322/+327
* output/outelf32-64: use string helpersCyrill Gorcunov2009-10-312-32/+12
* Remove outdated commentsCyrill Gorcunov2009-10-313-6/+6
* stdscan: switch to stdscan_get/set routinesCyrill Gorcunov2009-10-319-30/+38