summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Output preprocessor warnings to the listing fileH. Peter Anvin2016-03-031-17/+41
* Additional ERR_PANIC/ERR_FATAL -> nasm_panic/nasm_fatal changesH. Peter Anvin2016-03-033-12/+12
* Get rid of a bunch of unnecessary indirectionsH. Peter Anvin2016-03-0322-450/+419
* Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panicH. Peter Anvin2016-03-0318-89/+89
* nasmlib: add nasm_fatal() like nasm_panic()H. Peter Anvin2016-03-032-5/+15
* codeview: be a bit more explicit about the nature of a panicH. Peter Anvin2016-03-031-1/+1
* changes.src: begin documentation for 2.12.01H. Peter Anvin2016-03-031-0/+6
* Make --disable-werror workH. Peter Anvin2016-03-031-0/+2
* outmacho: remove unused debugging functionsH. Peter Anvin2016-03-032-33/+0
* md5: use "compiler.h", WORDS_LITTLEENDIAN and make functions staticH. Peter Anvin2016-03-022-9/+8
* Remove unnecessary C99-ismsH. Peter Anvin2016-03-029-26/+28
* configure.in: add -fwrapv to gcc and compatible compilersH. Peter Anvin2016-02-271-0/+1
* Remove unnecessary C99 features which break Visual C++ 2010Knut St. Osmundsen2016-02-262-10/+10
* doc: Remove --allow-64-bit leftover from help text.Knut St. Osmundsen2016-02-261-3/+0
* NASM 2.12nasm-2.12H. Peter Anvin2016-02-261-1/+1
* changes.src: document Win64 buildH. Peter Anvin2016-02-261-0/+2
* nasm.spec.in: document buildrequires properlyH. Peter Anvin2016-02-231-1/+1
* NASM 2.12rc7nasm-2.12rc7H. Peter Anvin2016-02-231-1/+1
* outmacho: correctly handle references between sectionsH. Peter Anvin2016-02-231-19/+41
* nasm.spec: change release to 0 to avoid distro conflictsH. Peter Anvin2016-02-221-1/+1