summaryrefslogtreecommitdiff
path: root/nasm.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-03Prevent erroneous extra "final" passCharles Crayne1-1/+1
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin1-10/+3
2008-10-26Better description of the number-overflow warningH. Peter Anvin1-1/+1
2008-10-26BR: 2196966: make the -w/-W options work againH. Peter Anvin1-3/+3
2008-10-06Better warnings for out-of-range valuesH. Peter Anvin1-1/+2
2008-09-30Put the static information about warnings in a structureH. Peter Anvin1-57/+48
2008-09-30Allow %warning output to be suppressedH. Peter Anvin1-3/+6
2008-09-25Set __PASS__ to 3 for preprocess onlyH. Peter Anvin1-1/+1
2008-09-11Halt assembly if addresses are not converging.Charles Crayne1-11/+14
2008-09-11Limit number of passes to 1000Victor van den Elzen1-3/+13
2008-09-11Remove obsolete ROL-EQU hackVictor van den Elzen1-29/+0
2008-09-10Decouple forward references from optimizationCharles Crayne1-6/+5
2008-08-06Add macro-defaults warning class and documentation.Victor van den Elzen1-4/+5
2008-07-16Fix multipass inline warning (dis/en)ablingVictor van den Elzen1-15/+28
2008-07-16Fix fclose bug on error.Victor van den Elzen1-4/+5
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin1-12/+12
2008-06-11Make -F imply -g (BR 1991213)H. Peter Anvin1-0/+1
2008-06-11Use an explicit table for tolower() to avoid a function callH. Peter Anvin1-0/+2
2008-06-10Add %warning, saner unquoting of %errorH. Peter Anvin1-1/+3
2008-06-09Move all the RAA code out of nasmlibH. Peter Anvin1-0/+1
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin1-0/+1
2008-05-29Add the -MP option to emit phony targetsH. Peter Anvin1-36/+69
2008-05-29Implement -MD, -MF, -MT, -MQH. Peter Anvin1-16/+165
2008-05-20Add DY, YWORD, and the SY instruction flagH. Peter Anvin1-0/+13
2008-05-04First cut at AVX machinery.H. Peter Anvin1-6/+6
2008-02-16BR 774131: date and time macrosH. Peter Anvin1-6/+86
2008-01-22Ignore ERR_PASS1 except for actual warningsH. Peter Anvin1-10/+7
2008-01-21nasm.c: clean up the handing of response filesH. Peter Anvin1-13/+15
2008-01-13Remove debugging printfH. Peter Anvin1-2/+0
2008-01-08Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1H. Peter Anvin1-33/+29
2008-01-08Remove magic "five pass minimum" - I'm pretty sure optimizer is fixed.H. Peter Anvin1-5/+1
2008-01-08Optimizer: force progression through final passes when hitting limitH. Peter Anvin1-2/+3
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-19BR 1834731: Remove redundant error messages for no input fileH. Peter Anvin1-4/+3
2007-11-18BR 1091926: Bounds checking for command line parsingH. Peter Anvin1-6/+20
2007-11-15Clean up the command-line parsing; make -w/-W match othersH. Peter Anvin1-117/+146
2007-11-13Enable a few warnings by default; clean up warning descriptionsH. Peter Anvin1-4/+4
2007-11-13Add gcc-style -W/-Wno- warning selections; -Wall; -WerrorH. Peter Anvin1-21/+41
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-2/+2
2007-11-07Upgrade RAA functions to hold 64-bit data.Charles Crayne1-2/+3
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-18/+18
2007-10-18Suppress a few signedness warningsCharles Crayne1-1/+1
2007-10-16Implement floating-point option control directiveH. Peter Anvin1-3/+10
2007-10-16Floating-point warning fixes; fix round-to-overflowH. Peter Anvin1-2/+2
2007-10-16Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin1-6/+10
2007-10-11Additional uses of bool and enumH. Peter Anvin1-8/+10
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-35/+35
2007-10-10Create option -Ox to tell NASM to do unlimited passesH. Peter Anvin1-29/+43
2007-10-04Rewrite the handling of SAA's to allow random accessH. Peter Anvin1-1/+1
2007-10-03Change cloc_t to struct location, and reorder the membersH. Peter Anvin1-1/+1