summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | NASM 2.10rc2Keith Kanios2010-11-061-1/+1
* | version: reverting back to 2.10rc1Keith Kanios2010-11-061-1/+1
* | preproc.c: merge from preproc-rewrite branchKeith Kanios2010-11-064-844/+1110
* | coff: Cover 'else' with cond compilationCyrill Gorcunov2010-11-071-1/+1
* | test: Add br3104312.asm testCyrill Gorcunov2010-11-061-0/+11
* | eval: rexp3 should operate with 64bit numbersCyrill Gorcunov2010-11-061-1/+1
* | Merge branch 'owc'Cyrill Gorcunov2010-11-061-2/+2
|\ \
| * | make: Lift up openwcom.mak for build on FreeDOSowcAnthony Williams2010-10-301-2/+2
* | | test: Add br3092924.asmCyrill Gorcunov2010-11-061-0/+25
* | | coff: Handle massive relocationsCyrill Gorcunov2010-11-061-5/+40
* | | coff: Issue fatal signal on relocations more then 0xffffCyrill Gorcunov2010-11-061-0/+4
* | | make: Add tags and TAGS targetsCyrill Gorcunov2010-11-051-1/+11