summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* assemble.c: use is_class helperCyrill Gorcunov2009-10-131-3/+3
* nasm.h: introduce is_class macro helperCyrill Gorcunov2009-10-131-0/+2
* use opflags_t type for operandsCyrill Gorcunov2009-10-132-2/+2
* style cleanupCyrill Gorcunov2009-10-133-435/+435
* assemble: when looking for a REGISTER operand, do an exclusive testH. Peter Anvin2009-10-061-1/+1
* assemble: treat register operands without size as wildcardsH. Peter Anvin2009-10-051-5/+20
* nasm.nsi: use "delete recursively" specificatorCyrill Gorcunov2009-09-271-7/+1
* nsis.nsi: add VS8 rules file to installCyrill Gorcunov2009-09-261-0/+10
* doc/nasmdoc.src: NASMENV -- fixup backslashesCyrill Gorcunov2009-09-261-3/+3
* Visual Studio 2008 NASM integrationHenry Tumblin2009-09-252-0/+95
* nasm.nsi: fixup shortcut target on nasm manualCyrill Gorcunov2009-09-231-1/+1
* nasm.nsi: fixup output nameCyrill Gorcunov2009-09-231-1/+1
* nasm.nsi: set compressor before MUI macrosCyrill Gorcunov2009-09-231-1/+2
* misc/release: *.ico are binary filesH. Peter Anvin2009-09-231-2/+2
* nasm.nsi: restore old output name and compressorCyrill Gorcunov2009-09-231-1/+2
* nasm.nsi: do not define VERSION twiceCyrill Gorcunov2009-09-231-1/+0
* substitute nasm.nsi with new nasm2.nsiCyrill Gorcunov2009-09-212-270/+158
* nsis2: prepare for substitutionCyrill Gorcunov2009-09-211-15/+14
* New NSIS scriptnsis2Cyrill Gorcunov2009-09-143-0/+200
* elf,stabs: stabs32/64_generate -- append ending tokenCyrill Gorcunov2009-09-142-16/+19
* output/elfcommon.h: tab/space cleanupCyrill Gorcunov2009-09-061-111/+111