summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.09rc2nasm-2.09rc2H. Peter Anvin2010-07-061-1/+1
* doc: Update changes.srcCyrill Gorcunov2010-07-071-0/+34
* insns.dat: fix CPU flags for new instructionsH. Peter Anvin2010-07-061-9/+9
* Add RD*SBASE, WR*SBASE, RDRAND from AVX v7H. Peter Anvin2010-07-062-0/+35
* outbin: Cleanup bin_cleanupCyrill Gorcunov2010-07-061-5/+7
* outbin: Simplify reverse address computingCyrill Gorcunov2010-07-061-2/+2
* BR3025702: outbin -- Fix byte orderingCyrill Gorcunov2010-07-061-2/+2
* doc: inslist.src is an intermediate file, move to "make clean"H. Peter Anvin2010-06-251-1/+2
* BR 3020760: insns.dat -- confirm push imm32 on x86-64 explicitlyCyrill Gorcunov2010-06-251-0/+1
* preproc.c: Get rid of signed/unsigned comparison warningCyrill Gorcunov2010-06-201-2/+2
* BR 3018233: handle LFS, LGS and LSS with a 64-bit registerH. Peter Anvin2010-06-181-1/+4
* openwcom.mak: drop /f from delete commandsH. Peter Anvin2010-06-151-30/+30
* Rename filenames to 8.3 formatH. Peter Anvin2010-06-1511-324/+316
* expand_mmac_params: Expand local single macros unconditionallyCyrill Gorcunov2010-06-081-8/+1
* expand_mmac_params: Expand local single macros unconditionallyCyrill Gorcunov2010-06-081-6/+1
* outobj: handle compilers without 64-bit switch() supportH. Peter Anvin2010-06-071-1/+5
* outelf32: handle compilers without 64-bit switch() supportH. Peter Anvin2010-06-071-14/+22
* NASM 2.09rc1nasm-2.09rc1Cyrill Gorcunov2010-06-061-1/+1
* nasmdoc: Document macro parameters rangeCyrill Gorcunov2010-06-051-1/+43
* expand_mmac_params_range: Simplify conditionCyrill Gorcunov2010-06-051-4/+2
* preproc.c: Fix argument indices checking in parameters rangeCyrill Gorcunov2010-06-051-2/+4
* preproc.c: Introduce macros parameters range expansionCyrill Gorcunov2010-06-051-77/+164
* expand_mmac_params: Format conditionCyrill Gorcunov2010-06-041-3/+3
* nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov2010-06-034-8/+7
* preproc.c: Use list_ helpersCyrill Gorcunov2010-06-021-33/+23
* expand_mmac_params: Don't forget to handle TOK_OTHERCyrill Gorcunov2010-06-021-1/+2
* BR3005117: Expland local single macro before pasting tokensCyrill Gorcunov2010-06-021-0/+26
* New %use package "fp"H. Peter Anvin2010-05-071-0/+54
* nasmdoc: document octal/binary floating-pointH. Peter Anvin2010-05-071-5/+9
* nasmdoc: add missing commaH. Peter Anvin2010-05-071-1/+1
* nasmdoc: update the full set of numeric prefix/suffix characters.H. Peter Anvin2010-05-071-7/+11
* outobj: update error messageH. Peter Anvin2010-05-061-2/+2
* outobj: properly error on unsupported relocationsH. Peter Anvin2010-05-061-12/+38
* outelf64: update copyright dateH. Peter Anvin2010-05-061-1/+1
* ELF support for 8-bit relocationsH. Peter Anvin2010-05-062-35/+92
* Permit short intersegment jumpsH. Peter Anvin2010-05-061-9/+13
* Add support for one-byte relocationsH. Peter Anvin2010-05-066-126/+68
* MachO: Fix misprinted macho_sectalignCyrill Gorcunov2010-04-282-4/+4
* obj: Implement sectalign helperCyrill Gorcunov2010-04-251-1/+44
* macho: Implement sectalign handlerCyrill Gorcunov2010-04-252-2/+36
* ieee: Fix section index match in sectalign handlerCyrill Gorcunov2010-04-251-1/+1
* headers: Update yearCyrill Gorcunov2010-04-254-8/+8
* outieee: Implement sectalign handlerCyrill Gorcunov2010-04-251-1/+23
* outbin: Drop current_section variableCyrill Gorcunov2010-04-221-7/+3
* outbin: Prune ancient format_mode variableCyrill Gorcunov2010-04-221-42/+22
* ilog2: optimize use of bsr for x86-64H. Peter Anvin2010-04-221-6/+6
* doc: use bouncer URLs for the ABI docsH. Peter Anvin2010-04-221-2/+2
* bin: Implement sectalign handlerCyrill Gorcunov2010-04-221-3/+24
* coff: Use IMAGE_SCN_ALIGN_MASK macroCyrill Gorcunov2010-04-221-2/+2
* coff: Allow alignment greater then 64 bytes on winCyrill Gorcunov2010-04-221-1/+5