summaryrefslogtreecommitdiff
path: root/nasm.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of segments and segalignH. Peter Anvin2016-02-161-3/+3
* Replace global maxbits variable with field in struct ofmtH. Peter Anvin2016-02-111-1/+0
* Set warning name to zext-reloc and fix the warning messageH. Peter Anvin2016-02-111-1/+1
* Remove the --allow-64-bits option and make it a warningH. Peter Anvin2016-02-081-12/+2
* Add option to allow 64-bit code in any output formatKnut St. Osmundsen2016-01-261-12/+25
* Change posix_mktime() to make_posix_time()H. Peter Anvin2015-01-051-3/+3
* nasm: Fix -MD operating modeCyrill Gorcunov2014-11-291-1/+1
* nasm: Handle -MF and -MD optionsCyrill Gorcunov2014-06-291-40/+45
* nasm: Convert operating_mode to use bitmaskCyrill Gorcunov2014-06-291-21/+8
* nasm: Make op_type members being capitalsCyrill Gorcunov2014-06-291-11/+12
* options: Add --v optionCyrill Gorcunov2014-05-091-4/+13
* debug: Drop LOGALLOC usageCyrill Gorcunov2014-05-091-1/+0
* bnd: Add a new nobnd prefixJin Kyu Song2013-12-041-1/+8
* bnd: Show warning when bnd prefix is droppedJin Kyu Song2013-12-041-0/+1
* iflag: Start using new instruction flags engineCyrill Gorcunov2013-11-241-42/+57
* AVX-512: Change the data type for instruction flagsJin Kyu Song2013-08-281-4/+4
* BR3392248: Update nasm -h outputCyrill Gorcunov2013-04-201-0/+4
* nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functionsCyrill Gorcunov2013-02-151-12/+17
* nasm.c: Update year in headerCyrill Gorcunov2013-02-151-1/+1
* nasm.c: Tabs to spaces in emit_dependenciesCyrill Gorcunov2013-02-151-18/+18
* nasm.c: Tabs to spaces in mainCyrill Gorcunov2013-02-151-21/+20
* nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov2013-02-151-2/+2
* nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov2013-02-151-52/+52
* nasm.c: Tabs to spaces in process_argCyrill Gorcunov2013-02-151-154/+154
* nasm.c: Tabs to spaces in process_response_fileCyrill Gorcunov2013-02-151-3/+3
* nasm.c: Tabs to spaces in assemble_fileCyrill Gorcunov2013-02-151-187/+183
* nasm.c: Tabs to spaces in nasm_verror_gnuCyrill Gorcunov2013-02-151-3/+3
* nasm.c: Tabs to spaces in nasm_verror_commonCyrill Gorcunov2013-02-151-9/+9
* nasm.c: Tabs to spaces in define_macros_earlyCyrill Gorcunov2013-02-151-25/+25
* When generate dependency names internally, quote filenamesH. Peter Anvin2012-09-091-4/+8
* preproc: Move NOP preprocessor into separate fileCyrill Gorcunov2012-05-071-147/+1
* preproc: Split get rid of global preproc methodsCyrill Gorcunov2012-05-071-17/+52
* help: Print that -Ox is a default optimization levelCyrill Gorcunov2012-03-111-2/+2
* Make the LOCK and HLE warnings suppressable.H. Peter Anvin2012-02-251-1/+3
* nasm.c: Fix is_suppressed_warning()H. Peter Anvin2012-02-241-8/+5
* Don't forget to setup warning levels on preprocessor phaseCyrill Gorcunov2011-12-051-1/+2
* Drop tab/space mess from parse_cmdlineCyrill Gorcunov2011-12-051-23/+27
* Use proper bracing on setting warnings in comman line parsingCyrill Gorcunov2011-12-051-14/+16
* Add WARN_IDX helper and ERR_WARN_TERM named constantCyrill Gorcunov2011-12-051-3/+3
* Simplify is_suppressed_warning helperCyrill Gorcunov2011-12-041-9/+18
* Drop unused 'arg' variableCyrill Gorcunov2011-07-171-2/+1
* preproc: Move Preproc type to preproc_ops structureCyrill Gorcunov2011-07-021-4/+6
* nassm.c: Use evaluate for section alignmentCyrill Gorcunov2011-06-251-4/+16
* ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macroCyrill Gorcunov2011-04-061-3/+9
* BR3200749: Fix "use after close" file pointerCyrill Gorcunov2011-03-071-1/+4
* Revert "Improve process_ea and introduce -OL"H. Peter Anvin2010-07-251-16/+7
* Improve process_ea and introduce -OLVictor van den Elzen2010-07-241-7/+16
* Make -Ox the defaultpreproc-paste-fixH. Peter Anvin2010-07-151-5/+14
* No need for \n at __OUTPUT_FORMAT__ macro endCyrill Gorcunov2010-07-131-1/+1
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-3/+3