Hash even backend-specific directives, unify null functions
[platform/upstream/nasm.git] / nasm.c
2009-07-12 H. Peter AnvinHash even backend-specific directives, unify null functions
2009-07-12 H. Peter AnvinDon't fclose() the output in the backend
2009-07-12 H. Peter AnvinUse a phash to decode directives
2009-07-07 H. Peter Anvinlisting: preserve list file on error, include errors
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-07-05 H. Peter AnvinMake it possible for outputs to be either text or binary
2009-07-02 H. Peter AnvinFix early report_error(); avoid nuisance phase warnings
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2009-06-28 H. Peter AnvinMove backend-specific code to output/; break out null...
2009-06-28 H. Peter Anvinoutput: call debug init from a central location
2009-06-27 H. Peter AnvinBR 2781900: handle common labels while optimizing
2009-06-27 H. Peter Anvinnasm.c: clean up pass exit logic
2009-03-08 H. Peter AnvinBR 2672117: handle long lines for db/dw/etc.
2009-02-26 H. Peter Anvinnasm.c: another readability cleanup
2009-02-26 H. Peter Anvinnasm.c: readability cleanup for seg:off parsing
2009-02-13 H. Peter AnvinBR 2593349: Move version message back to stdout
2009-01-05 H. Peter AnvinFix the [warning] directive
2008-11-06 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-11-05 Victor van den ElzenFix BR #916647
2008-11-04 Charles CraynePrevent erroneous extra "final" pass
2008-10-31 H. Peter AnvinMove all version strings to a single compilation unit...
2008-10-27 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-26 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-26 H. Peter AnvinBetter description of the number-overflow warning
2008-10-26 H. Peter AnvinBR: 2196966: make the -w/-W options work again
2008-10-07 H. Peter AnvinBetter warnings for out-of-range values
2008-10-01 H. Peter AnvinPut the static information about warnings in a structure
2008-09-30 H. Peter AnvinAllow %warning output to be suppressed
2008-09-25 H. Peter AnvinSet __PASS__ to 3 for preprocess only
2008-09-12 Charles CrayneHalt assembly if addresses are not converging.
2008-09-11 Victor van den ElzenLimit number of passes to 1000
2008-09-11 Victor van den ElzenRemove obsolete ROL-EQU hack
2008-09-11 Charles CrayneDecouple forward references from optimization
2008-08-06 Victor van den ElzenAdd macro-defaults warning class and documentation.
2008-07-16 Victor van den ElzenFix multipass inline warning (dis/en)abling
2008-07-16 Victor van den ElzenFix fclose bug on error.
2008-06-21 H. Peter Anvinctype.h: wrapper ctype functions with a cast to (unsign...
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMake -F imply -g (BR 1991213)
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-12 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-12 H. Peter AnvinMake -F imply -g (BR 1991213)
2008-06-11 H. Peter AnvinUse an explicit table for tolower() to avoid a function...
2008-06-11 H. Peter AnvinAdd %warning, saner unquoting of %error
2008-06-10 H. Peter AnvinMove all the RAA code out of nasmlib
2008-06-10 H. Peter AnvinMove all the SAA code out of nasmlib
2008-05-30 H. Peter AnvinAdd the -MP option to emit phony targets
2008-05-30 H. Peter AnvinImplement -MD, -MF, -MT, -MQ
2008-05-20 H. Peter AnvinAdd DY, YWORD, and the SY instruction flag
2008-05-05 H. Peter AnvinFirst cut at AVX machinery.
2008-02-16 H. Peter AnvinBR 774131: date and time macros
2008-01-22 H. Peter AnvinIgnore ERR_PASS1 except for actual warnings
2008-01-22 H. Peter Anvinnasm.c: clean up the handing of response files
2008-01-17 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-01-13 H. Peter AnvinRemove debugging printf
2008-01-09 H. Peter AnvinSanitize the pass logic, and only issue PASS1 warnings...
2008-01-09 H. Peter AnvinRemove magic "five pass minimum" - I'm pretty sure...
2008-01-09 H. Peter AnvinOptimizer: force progression through final passes when...
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-19 H. Peter AnvinBR 1834731: Remove redundant error messages for no...
2007-11-18 H. Peter AnvinBR 1091926: Bounds checking for command line parsing
2007-11-16 H. Peter AnvinClean up the command-line parsing; make -w/-W match...
2007-11-13 H. Peter AnvinEnable a few warnings by default; clean up warning...
2007-11-13 H. Peter AnvinAdd gcc-style -W/-Wno- warning selections; -Wall; ...
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-08 Charles CrayneUpgrade RAA functions to hold 64-bit data.
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 Charles CrayneSuppress a few signedness warnings
2007-10-16 H. Peter AnvinImplement floating-point option control directive
2007-10-16 H. Peter AnvinFloating-point warning fixes; fix round-to-overflow
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-10 H. Peter AnvinCreate option -Ox to tell NASM to do unlimited passes
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-04 H. Peter AnvinBR 1352920: Handle upper case %line
2007-10-03 H. Peter AnvinPortability fixes
2007-10-01 H. Peter AnvinUnspecified files are null strings, not null pointers
2007-10-01 H. Peter AnvinCheck for the most basic filename overlaps
2007-10-01 Charles Craynemodified: nasm.1 to add newer command line options
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-26 H. Peter Anvinnasm option reshuffling, -E -> -Z
2007-09-25 H. Peter AnvinFix BR 1445441: uninitialized use of "error_file"
2007-09-24 H. Peter AnvinImplement the -MG option (SF RFE 1564264)
2007-09-23 H. Peter AnvinAdd TY_OWORD for "DO" output
2007-09-23 H. Peter AnvinDisallow optimizing by less than 5 passes.
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter AnvinAdd [default] directive
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-05-29 H. Peter AnvinClean up the existing operand flag definitions, and...
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
next