summaryrefslogtreecommitdiff
path: root/nasm.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-5/+46
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin1-1/+1
2009-06-27output: call debug init from a central locationH. Peter Anvin1-0/+1
2009-06-27BR 2781900: handle common labels while optimizingH. Peter Anvin1-55/+56
2009-06-27nasm.c: clean up pass exit logicH. Peter Anvin1-26/+25
2009-03-07BR 2672117: handle long lines for db/dw/etc.H. Peter Anvin1-13/+13
2009-02-26nasm.c: another readability cleanupH. Peter Anvin1-3/+2
2009-02-26nasm.c: readability cleanup for seg:off parsingH. Peter Anvin1-14/+8
2009-02-13BR 2593349: Move version message back to stdoutH. Peter Anvin1-2/+2
2009-01-05Fix the [warning] directiveH. Peter Anvin1-30/+28
2008-11-05Fix BR #916647Victor van den Elzen1-2/+0
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