MPX: Adapt GAS's mib syntax with an index reg only
[platform/upstream/nasm.git] / nasm.c
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-08-28 Jin Kyu SongAVX-512: Change the data type for instruction flags
2013-04-20 Cyrill GorcunovBR3392248: Update nasm -h output
2013-02-15 Cyrill Gorcunovnasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functions
2013-02-15 Cyrill Gorcunovnasm.c: Update year in header
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in emit_dependencies
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in main
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in copy_filename
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in copy_filename
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in process_arg
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in process_response_file
2013-02-15 Cyrill Gorcunovnasm.c: Tabs to spaces in assemble_file
2013-02-14 Cyrill Gorcunovnasm.c: Tabs to spaces in nasm_verror_gnu
2013-02-14 Cyrill Gorcunovnasm.c: Tabs to spaces in nasm_verror_common
2013-02-14 Cyrill Gorcunovnasm.c: Tabs to spaces in define_macros_early
2012-09-10 H. Peter AnvinWhen generate dependency names internally, quote filenames
2012-05-07 Cyrill Gorcunovpreproc: Move NOP preprocessor into separate file
2012-05-06 Cyrill Gorcunovpreproc: Split get rid of global preproc methods
2012-03-11 Cyrill Gorcunovhelp: Print that -Ox is a default optimization level
2012-02-25 H. Peter AnvinMake the LOCK and HLE warnings suppressable.
2012-02-25 H. Peter Anvinnasm.c: Fix is_suppressed_warning()
2011-12-04 Cyrill GorcunovDon't forget to setup warning levels on preprocessor...
2011-12-04 Cyrill GorcunovDrop tab/space mess from parse_cmdline
2011-12-04 Cyrill GorcunovUse proper bracing on setting warnings in comman line...
2011-12-04 Cyrill GorcunovAdd WARN_IDX helper and ERR_WARN_TERM named constant
2011-12-04 Cyrill GorcunovSimplify is_suppressed_warning helper
2011-07-17 Cyrill GorcunovDrop unused 'arg' variable
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-01 Cyrill Gorcunovpreproc: Move Preproc type to preproc_ops structure
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
next