summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* nasmlib: Introduce idata_bytes helperCyrill Gorcunov2009-10-314-90/+63
* BR 2887108: Use overflow_ helper to catch inappropriate imm optimizationCyrill Gorcunov2009-10-311-8/+9
* changes.src: document preprocessor directives added since 2.07Keith Kanios2009-10-252-0/+27
* preproc.c: fix exitmacro to account for if/endif blocksKeith Kanios2009-10-251-3/+21
* continue using is_class helperCyrill Gorcunov2009-10-182-3/+3
* changes.src: describe changes since version 2.07 up to 2.08rc1Cyrill Gorcunov2009-10-181-0/+17
* BR 2840300: fix macho symbol alignment bugKeith Kanios2009-10-162-6/+12
* parser.c: pasrse_line -- fix alignmentCyrill Gorcunov2009-10-141-3/+3
* assemble: xsizeflags[] is an opflags_t variableH. Peter Anvin2009-10-131-1/+1
* opflags: more int32_t -> opflags_t conversionsH. Peter Anvin2009-10-136-218/+262
* NASM 2.08rc1nasm-2.08rc1H. Peter Anvin2009-10-131-1/+1
* nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()H. Peter Anvin2009-10-133-3/+3
* nasm.c: use string helpersCyrill Gorcunov2009-10-131-19/+7
* preproc.c: use string helpersCyrill Gorcunov2009-10-131-10/+5
* nasm.c: getkw -- use string helpersCyrill Gorcunov2009-10-131-36/+27
* nasmlib: introduce string helpersCyrill Gorcunov2009-10-132-0/+41
* assemble.c: check constants for overflowCyrill Gorcunov2009-10-131-17/+27
* introduce "overflow" helpersCyrill Gorcunov2009-10-131-0/+27