summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.12.02rc3nasm-2.12.02rc3H. Peter Anvin2016-05-091-1/+1
* doc: document warning improvementsH. Peter Anvin2016-05-092-2/+16
* .gitignore: add .s and .i filesH. Peter Anvin2016-05-091-1/+3
* Fix and clean up listing of macro expansionH. Peter Anvin2016-05-092-8/+17
* Show the expanded macro stack when displaying diagnosticsH. Peter Anvin2016-05-098-13/+78
* Ignore unrecognized warning namesH. Peter Anvin2016-05-091-5/+2
* doc/changes.src: document PTR warningH. Peter Anvin2016-05-091-0/+4
* Specifically if we encounter the PTR keywordH. Peter Anvin2016-05-096-4/+18
* Fix the handling of pass1 warnings, display control option for warningsH. Peter Anvin2016-05-091-7/+15
* outmacho: Fix missing braceH. Peter Anvin2016-05-091-1/+1
* NASM 2.12.02rc2nasm-2.12.02rc2H. Peter Anvin2016-05-091-1/+1
* changes.src: update as of the current timeH. Peter Anvin2016-05-091-0/+5
* outmacho: Fix relative relocations for 32-bit Mach-OZenith4322016-05-091-0/+4
* NASM 2.12.02rc1nasm-2.12.02rc1H. Peter Anvin2016-04-051-1/+1
* changes.src: document %if error fixH. Peter Anvin2016-04-051-0/+5
* preproc: correct the logic in the suppression of preproc errorsH. Peter Anvin2016-04-051-1/+1
* changes.src: fix old typoH. Peter Anvin2016-04-051-1/+1
* insns.dat: Bring back rax for 64 bit mode of MONITORXCyrill Gorcunov2016-03-271-0/+1
* insns.dat: Fix monitorx instructionCyrill Gorcunov2016-03-271-1/+2
* insns.dat: Allow MONITORX, MWAITX and CLZERO in 32bit mode as wellCyrill Gorcunov2016-03-231-5/+5
* NASM 2.12.01nasm-2.12.01H. Peter Anvin2016-03-171-1/+1
* msvc.mak: /Ox and /Oy are redundant with /O2H. Peter Anvin2016-03-081-1/+4
* nasmdoc.src: remove unimplemented %comment directiveH. Peter Anvin2016-03-071-11/+0
* Makefiles: run "make alldeps"H. Peter Anvin2016-03-075-11/+11
* Defer debug format search until after command line parsingH. Peter Anvin2016-03-074-17/+28
* ofmt: get rid of the debuginfo parameter to ofmt->cleanup()H. Peter Anvin2016-03-0714-68/+43
* NASM 2.12.01rc2nasm-2.12.01rc2H. Peter Anvin2016-03-071-1/+1
* doc: document fix to the codeview output formatH. Peter Anvin2016-03-071-0/+3
* outelf*: remove null debug functionsH. Peter Anvin2016-03-073-69/+15
* codeview: remove hack for handling local labelsH. Peter Anvin2016-03-071-17/+2
* outieee: no need to filter .. symbols in the debug format anymoreH. Peter Anvin2016-03-071-9/+5
* outobj: no need to filter .. symbols in the debug format anymoreH. Peter Anvin2016-03-071-8/+4
* labels: emit the same label name to the output and debug backends!!H. Peter Anvin2016-03-073-24/+36
* Change nasmlist/ListGen to lfmt/struct lfmtH. Peter Anvin2016-03-0712-125/+126
* Remove ofmt->current_dfmt indirectionH. Peter Anvin2016-03-0712-57/+55
* Merge branch 'nasm-2.12.xx' of ssh://repo.or.cz/srv/git/nasm into nasm-2.12.xxH. Peter Anvin2016-03-071-1/+1
|\
| * doc: changes -- Don't forget to mention MONITORX and MWAITXCyrill Gorcunov2016-03-071-1/+1
* | NASM 2.12.01rc1nasm-2.12.01rc1H. Peter Anvin2016-03-071-1/+1
|/
* doc: changes -- Add CLZERO into the listCyrill Gorcunov2016-03-071-0/+2
* insns.dat: Add CLZERO AMD instructionCyrill Gorcunov2016-03-051-0/+3
* nsis: Update iconsCyrill Gorcunov2016-03-052-0/+0
* insns.dat: Add MONITORX/MWAITX AMD instructionsCyrill Gorcunov2016-03-051-0/+4
* configure: enable additional code cleanliness warningsH. Peter Anvin2016-03-042-1/+6
* configure.in: if byte order is unknown or ill defined, don't define anyH. Peter Anvin2016-03-041-1/+1
* test/cv8struc.asm: fix missing comma in test caseH. Peter Anvin2016-03-041-1/+1
* Merge branch 'nsis' into nasm-2.12.xxH. Peter Anvin2016-03-045-34/+592
|\
| * nsis: make nsis output automatically select architecturensisH. Peter Anvin2016-03-035-34/+592
* | changes.src: document fix for the no list file errorH. Peter Anvin2016-03-041-0/+2
* | listing: Don't try to open non-specified listingCyrill Gorcunov2016-03-041-1/+1
|/
* test: add test for cv8 structure bug (BR 3392342 and 3392343)H. Peter Anvin2016-03-031-0/+8