Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-01 | Check for the most basic filename overlaps | H. Peter Anvin | 1 | -10/+19 |
2007-09-30 | modified: nasm.1 to add newer command line options | Charles Crayne | 1 | -8/+14 |
2007-09-26 | nasm option reshuffling, -E -> -Z | H. Peter Anvin | 1 | -7/+6 |
2007-09-25 | Fix BR 1445441: uninitialized use of "error_file" | H. Peter Anvin | 1 | -2/+2 |
2007-09-24 | Implement the -MG option (SF RFE 1564264) | H. Peter Anvin | 1 | -3/+8 |
2007-09-22 | Add TY_OWORD for "DO" output | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Disallow optimizing by less than 5 passes. | H. Peter Anvin | 1 | -2/+6 |
2007-08-30 | Finishing touches on perfect hash tokenizer; actually turn the thing on | H. Peter Anvin | 1 | -1/+2 |
2007-08-29 | Add [default] directive | H. Peter Anvin | 1 | -37/+51 |
2007-08-28 | Implement REL/ABS modifiers | H. Peter Anvin | 1 | -0/+1 |
2007-05-29 | Clean up the existing operand flag definitions, and document | H. Peter Anvin | 1 | -4/+5 |
2007-04-17 | Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs | H. Peter Anvin | 1 | -2/+2 |
2007-04-14 | Placated unreferenced types. | Keith Kanios | 1 | -0/+1 |
2007-04-14 | c99 printf/fprintf compliance. | Keith Kanios | 1 | -4/+4 |
2007-04-13 | Fixed distinction between char and int8_t data types. | Keith Kanios | 1 | -51/+54 |
2007-04-12 | Remove obsolete types; add <inttypes.h> where needed; header fixes | H. Peter Anvin | 1 | -1/+1 |
2007-04-12 | General push for x86-64 support, dubbed 0.99.00. | Keith Kanios | 1 | -68/+86 |