summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * BR3174983: insns.dat -- Fix arguments encodong for VPEXTRWCyrill Gorcunov2011-02-141-2/+2
* | make: Add cscope targedCyrill Gorcunov2011-02-141-0/+5
* | Move implicit operand size override logic to calc_sizeVictor van den Elzen2010-12-293-27/+47
* | BR 3143040: Remove invalid form of VPEXTRWH. Peter Anvin2010-12-231-1/+0
* | preproc.c: fix tokenize() warnings for ignored expansion definitionsKeith Kanios2010-12-181-3/+8
* | doc/nasmdoc.src: document additions from preprocessor-rewrite mergeKeith Kanios2010-12-181-28/+49
* | preproc.c: simplify %un[i]macro warning messageKeith Kanios2010-12-181-1/+1
* | preproc.c: warn/ignore when attempting to %un[i]macro an active macroKeith Kanios2010-12-181-2/+8
* | preproc.c: replace tabs with spaces on recent commitsKeith Kanios2010-12-181-2/+2
* | preproc.c: free expansion definitions as neededKeith Kanios2010-12-181-16/+3
* | preproc.c: free tokens when ignoring expansion definition linesKeith Kanios2010-12-181-1/+1
* | preproc.c: placate tokenize() warnings during expansion definitionKeith Kanios2010-12-181-3/+3
* | NASM 2.10rc3nasm-2.10rc3H. Peter Anvin2010-12-171-1/+1
* | insns.pl: Fix up merge conflict for sureCyrill Gorcunov2010-11-231-1/+1
* | Merge branch 'insns'Cyrill Gorcunov2010-11-232-589/+583
|\ \
| * | insns: Fixup MOV[APS|UPS] for xmmrm casesinsnsCyrill Gorcunov2010-11-231-2/+2
| * | insns: Implement size bits on KATMAICyrill Gorcunov2010-11-231-69/+63
| * | insns.pl: Clear tabs/space messCyrill Gorcunov2010-11-231-520/+520
| |/
| * make: Lift up openwcom.mak for build on FreeDOSAnthony Williams2010-11-231-2/+2
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2010-11-212-14/+46
|\ \ | |/
| * NASM 2.09.04nasm-2.09.04Cyrill Gorcunov2010-11-211-1/+1
| * Changes for 2.09.04Cyrill Gorcunov2010-11-211-0/+12
| * BR3104852: only warn once for repeated prefixesVictor van den Elzen2010-11-211-1/+1
| * BR3058845: mostly fix bogus warning with implicit operand size overrideVictor van den Elzen2010-11-212-6/+30
| * misc: Enhance tag-releaseCyrill Gorcunov2010-11-211-14/+34
| * eval: rexp3 should operate with 64bit numbersCyrill Gorcunov2010-11-201-1/+1
| * Fix autoconf 2.68 warning.Victor van den Elzen2010-11-201-3/+2
| * coff: Handle massive relocationsCyrill Gorcunov2010-11-202-3/+44
* | Merge branch 'nasm-2.09.xx'H. Peter Anvin2010-11-162-1/+10
|\ \ | |/
| * BR 3109604: Fix C4 vs C5 VEX form selection in calcsize()H. Peter Anvin2010-11-162-1/+10
* | preproc.c: fix handling of %? and %??Keith Kanios2010-11-131-1/+1
* | Merge branch 'cleanup'Cyrill Gorcunov2010-11-112-824/+813
|\ \
| * | Revert 29cb0bb1b39f4e3c9e013993457e85fce14f5142Cyrill Gorcunov2010-11-111-1/+4
| * | preproc: Add dump_token helperCyrill Gorcunov2010-11-111-0/+18
| * | preproc: Use nasm_zalloc moreCyrill Gorcunov2010-11-111-7/+5
| * | preproc: Use memset for stack allocated structureCyrill Gorcunov2010-11-111-11/+4
| * | preproc: inc_fopen -- set sl->next earlyCyrill Gorcunov2010-11-111-1/+1
| * | preproc: Use nasm_zalloc for new_ExpDef, new_ExpInvCyrill Gorcunov2010-11-111-39/+10
| * | preproc: Use nasm_zalloc in new_LineCyrill Gorcunov2010-11-111-5/+2
| * | autoconf: Add --with-ccache optionCyrill Gorcunov2010-11-111-0/+9
| * | preproc.c: Get rid of tab/space messCyrill Gorcunov2010-11-111-809/+809
|/ /
* | preproc: do_directive: Allocate 'Include' from zeroified-memoryCyrill Gorcunov2010-11-101-14/+12
* | preproc.c: use nasm_strdup() rather than naked strdup()H. Peter Anvin2010-11-081-1/+1
* | preproc.c: placate errors in OpenWatcom Compilernasm-2.10rc2Keith Kanios2010-11-081-5/+7
* | BR3104852: only warn once for repeated prefixesVictor van den Elzen2010-11-071-1/+1
* | BR3058845: mostly fix bogus warning with implicit operand size overrideVictor van den Elzen2010-11-072-6/+30
* | preproc.c: Fix OpenWatcom compiler errorKeith Kanios2010-11-071-2/+2
* | preproc.c: Fix OpenWatcom compiler errorCyrill Gorcunov2010-11-081-2/+1
* | Fix autoconf 2.68 warning.Victor van den Elzen2010-11-071-3/+2
* | Fix Perl deprecation warnings.Victor van den Elzen2010-11-075-5/+5