insns: Mark AVX2 instructions as FUTURE
[platform/upstream/nasm.git] / nasm.c
2011-06-25 Cyrill Gorcunovnassm.c: Use evaluate for section alignment
2011-04-06 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-04-06 Cyrill Gorcunovofmt: Alias shortname must be used for __OUTPUT_FORMAT_...
2011-03-12 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-03-07 Cyrill GorcunovBR3200749: Fix "use after close" file pointer
2010-07-25 H. Peter AnvinRevert "Improve process_ea and introduce -OL"
2010-07-24 Victor van den ElzenImprove process_ea and introduce -OL
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-07-16 H. Peter AnvinMake -Ox the default
2010-07-13 Cyrill GorcunovNo need for \n at __OUTPUT_FORMAT__ macro end
2010-04-21 Cyrill GorcunovRename SEGALIGN to SECTALIGN
2010-04-20 Cyrill Gorcunovofmt: Implement null_segalign stubs
2010-04-20 Cyrill GorcunovIntroduce SEGALIGN directive
2010-04-20 Cyrill Gorcunovnasm.c: Delete redundant goto
2010-04-07 H. Peter Anvinnasm.c: smarter handling of missing directives
2010-04-07 H. Peter AnvinDistinguish no directive present from unknown directive
2010-01-09 Cyrill Gorcunovnasm.c: Restore strings broken by `indent`
2009-12-04 Cyrill Gorcunovnasm.c: Use copy_filename to set error message file
2009-10-31 Cyrill Gorcunovstdscan: switch to stdscan_get/set routines
2009-10-13 H. Peter Anvinnasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
2009-10-13 Cyrill Gorcunovnasm.c: use string helpers
2009-10-13 Cyrill Gorcunovnasm.c: getkw -- use string helpers
2009-08-08 H. Peter Anvinnasm.c: fix stack overrun in assemble_file
2009-07-31 H. Peter Anvinnasm.c: consistently use the 'murrican spelling "optimize"
2009-07-31 Cyrill Gorcunovnasm.c -- update info on -O cmdline option
2009-07-30 H. Peter AnvinMerge commit 'cyr/hpa-list'
2009-07-30 Cyrill Gorcunovnasm.c -- update help message
2009-07-27 Cyrill Gorcunovnasm.c -- use list helpers
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-19 H. Peter AnvinDrop efunc and evalfunc as input to the preprocessor
2009-07-19 H. Peter AnvinDrop efunc and evaluate argument to parse_line()
2009-07-19 H. Peter AnvinDrop the ofmt and errfunc arguments to label definition...
2009-07-19 H. Peter AnvinRemove function pointers in output, simplify error...
2009-07-17 H. Peter AnvinMerge commit 'nasm-2.07rc7' into new-preproc
2009-07-17 H. Peter AnvinBR 2822263: don't re-invoke ofmt->symdef() in pass2...
2009-07-16 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-15 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-14 H. Peter AnvinDon't try to fclose() the output if ofile is NULL
2009-07-14 H. Peter AnvinMerge branch 'master' into new-preproc
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
next