Age | Commit message (Expand) | Author | Files | Lines |
2008-10-06 | Better warnings for out-of-range values | H. Peter Anvin | 1 | -1/+2 |
2008-09-30 | Put the static information about warnings in a structure | H. Peter Anvin | 1 | -57/+48 |
2008-09-30 | Allow %warning output to be suppressed | H. Peter Anvin | 1 | -3/+6 |
2008-09-25 | Set __PASS__ to 3 for preprocess only | H. Peter Anvin | 1 | -1/+1 |
2008-09-11 | Halt assembly if addresses are not converging. | Charles Crayne | 1 | -11/+14 |
2008-09-11 | Limit number of passes to 1000 | Victor van den Elzen | 1 | -3/+13 |
2008-09-11 | Remove obsolete ROL-EQU hack | Victor van den Elzen | 1 | -29/+0 |
2008-09-10 | Decouple forward references from optimization | Charles Crayne | 1 | -6/+5 |
2008-08-06 | Add macro-defaults warning class and documentation. | Victor van den Elzen | 1 | -4/+5 |
2008-07-16 | Fix multipass inline warning (dis/en)abling | Victor van den Elzen | 1 | -15/+28 |
2008-07-16 | Fix fclose bug on error. | Victor van den Elzen | 1 | -4/+5 |
2008-06-21 | ctype.h: wrapper ctype functions with a cast to (unsigned char) | H. Peter Anvin | 1 | -12/+12 |
2008-06-11 | Make -F imply -g (BR 1991213) | H. Peter Anvin | 1 | -0/+1 |
2008-06-11 | Use an explicit table for tolower() to avoid a function call | H. Peter Anvin | 1 | -0/+2 |
2008-06-10 | Add %warning, saner unquoting of %error | H. Peter Anvin | 1 | -1/+3 |
2008-06-09 | Move all the RAA code out of nasmlib | H. Peter Anvin | 1 | -0/+1 |
2008-06-09 | Move all the SAA code out of nasmlib | H. Peter Anvin | 1 | -0/+1 |
2008-05-29 | Add the -MP option to emit phony targets | H. Peter Anvin | 1 | -36/+69 |
2008-05-29 | Implement -MD, -MF, -MT, -MQ | H. Peter Anvin | 1 | -16/+165 |
2008-05-20 | Add DY, YWORD, and the SY instruction flag | H. Peter Anvin | 1 | -0/+13 |
2008-05-04 | First cut at AVX machinery. | H. Peter Anvin | 1 | -6/+6 |
2008-02-16 | BR 774131: date and time macros | H. Peter Anvin | 1 | -6/+86 |
2008-01-22 | Ignore ERR_PASS1 except for actual warnings | H. Peter Anvin | 1 | -10/+7 |
2008-01-21 | nasm.c: clean up the handing of response files | H. Peter Anvin | 1 | -13/+15 |
2008-01-13 | Remove debugging printf | H. Peter Anvin | 1 | -2/+0 |
2008-01-08 | Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1 | H. Peter Anvin | 1 | -33/+29 |
2008-01-08 | Remove magic "five pass minimum" - I'm pretty sure optimizer is fixed. | H. Peter Anvin | 1 | -5/+1 |
2008-01-08 | Optimizer: force progression through final passes when hitting limit | H. Peter Anvin | 1 | -2/+3 |
2007-12-29 | regularized spelling of license to match name of LICENSE file | Beroset | 1 | -1/+1 |
2007-11-19 | BR 1834731: Remove redundant error messages for no input file | H. Peter Anvin | 1 | -4/+3 |
2007-11-18 | BR 1091926: Bounds checking for command line parsing | H. Peter Anvin | 1 | -6/+20 |
2007-11-15 | Clean up the command-line parsing; make -w/-W match others | H. Peter Anvin | 1 | -117/+146 |
2007-11-13 | Enable a few warnings by default; clean up warning descriptions | H. Peter Anvin | 1 | -4/+4 |
2007-11-13 | Add gcc-style -W/-Wno- warning selections; -Wall; -Werror | H. Peter Anvin | 1 | -21/+41 |
2007-11-13 | Address data is int64_t; simplify writing an address object | H. Peter Anvin | 1 | -2/+2 |
2007-11-07 | Upgrade RAA functions to hold 64-bit data. | Charles Crayne | 1 | -2/+3 |
2007-10-19 | Formatting: kill off "stealth whitespace" | H. Peter Anvin | 1 | -18/+18 |
2007-10-18 | Suppress a few signedness warnings | Charles Crayne | 1 | -1/+1 |
2007-10-16 | Implement floating-point option control directive | H. Peter Anvin | 1 | -3/+10 |
2007-10-16 | Floating-point warning fixes; fix round-to-overflow | H. Peter Anvin | 1 | -2/+2 |
2007-10-16 | Handle rounding of denorms correctly; make fp overflow a warning | H. Peter Anvin | 1 | -6/+10 |
2007-10-11 | Additional uses of bool and enum | H. Peter Anvin | 1 | -8/+10 |
2007-10-10 | Use the compiler-provided booleans if available, otherwise emulate | H. Peter Anvin | 1 | -35/+35 |
2007-10-10 | Create option -Ox to tell NASM to do unlimited passes | H. Peter Anvin | 1 | -29/+43 |
2007-10-04 | Rewrite the handling of SAA's to allow random access | H. Peter Anvin | 1 | -1/+1 |
2007-10-03 | Change cloc_t to struct location, and reorder the members | H. Peter Anvin | 1 | -1/+1 |
2007-10-03 | BR 1352920: change loc_t -> cloc_t | H. Peter Anvin | 1 | -1/+1 |
2007-10-03 | BR 1352920: Handle upper case %line | H. Peter Anvin | 1 | -1/+1 |
2007-10-02 | Portability fixes | H. Peter Anvin | 1 | -0/+2 |
2007-10-01 | Unspecified files are null strings, not null pointers | H. Peter Anvin | 1 | -4/+2 |