summaryrefslogtreecommitdiff
path: root/nasm.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04bnd: Add a new nobnd prefixJin Kyu Song1-1/+8
2013-12-04bnd: Show warning when bnd prefix is droppedJin Kyu Song1-0/+1
2013-11-24iflag: Start using new instruction flags engineCyrill Gorcunov1-42/+57
2013-08-28AVX-512: Change the data type for instruction flagsJin Kyu Song1-4/+4
2013-04-20BR3392248: Update nasm -h outputCyrill Gorcunov1-0/+4
2013-02-15nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functionsCyrill Gorcunov1-12/+17
2013-02-15nasm.c: Update year in headerCyrill Gorcunov1-1/+1
2013-02-15nasm.c: Tabs to spaces in emit_dependenciesCyrill Gorcunov1-18/+18
2013-02-15nasm.c: Tabs to spaces in mainCyrill Gorcunov1-21/+20
2013-02-15nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov1-2/+2
2013-02-15nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov1-52/+52
2013-02-15nasm.c: Tabs to spaces in process_argCyrill Gorcunov1-154/+154
2013-02-15nasm.c: Tabs to spaces in process_response_fileCyrill Gorcunov1-3/+3
2013-02-15nasm.c: Tabs to spaces in assemble_fileCyrill Gorcunov1-187/+183
2013-02-15nasm.c: Tabs to spaces in nasm_verror_gnuCyrill Gorcunov1-3/+3
2013-02-15nasm.c: Tabs to spaces in nasm_verror_commonCyrill Gorcunov1-9/+9
2013-02-15nasm.c: Tabs to spaces in define_macros_earlyCyrill Gorcunov1-25/+25
2012-09-09When generate dependency names internally, quote filenamesH. Peter Anvin1-4/+8
2012-05-07preproc: Move NOP preprocessor into separate fileCyrill Gorcunov1-147/+1
2012-05-07preproc: Split get rid of global preproc methodsCyrill Gorcunov1-17/+52
2012-03-11help: Print that -Ox is a default optimization levelCyrill Gorcunov1-2/+2
2012-02-25Make the LOCK and HLE warnings suppressable.H. Peter Anvin1-1/+3
2012-02-24nasm.c: Fix is_suppressed_warning()H. Peter Anvin1-8/+5
2011-12-05Don't forget to setup warning levels on preprocessor phaseCyrill Gorcunov1-1/+2
2011-12-05Drop tab/space mess from parse_cmdlineCyrill Gorcunov1-23/+27
2011-12-05Use proper bracing on setting warnings in comman line parsingCyrill Gorcunov1-14/+16
2011-12-05Add WARN_IDX helper and ERR_WARN_TERM named constantCyrill Gorcunov1-3/+3
2011-12-04Simplify is_suppressed_warning helperCyrill Gorcunov1-9/+18
2011-07-17Drop unused 'arg' variableCyrill Gorcunov1-2/+1
2011-07-02preproc: Move Preproc type to preproc_ops structureCyrill Gorcunov1-4/+6
2011-06-25nassm.c: Use evaluate for section alignmentCyrill Gorcunov1-4/+16
2011-04-06ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macroCyrill Gorcunov1-3/+9
2011-03-07BR3200749: Fix "use after close" file pointerCyrill Gorcunov1-1/+4
2010-07-25Revert "Improve process_ea and introduce -OL"H. Peter Anvin1-16/+7
2010-07-24Improve process_ea and introduce -OLVictor van den Elzen1-7/+16
2010-07-15Make -Ox the defaultH. Peter Anvin1-5/+14
2010-07-13No need for \n at __OUTPUT_FORMAT__ macro endCyrill Gorcunov1-1/+1
2010-04-21Rename SEGALIGN to SECTALIGNCyrill Gorcunov1-3/+3
2010-04-21ofmt: Implement null_segalign stubsCyrill Gorcunov1-0/+2
2010-04-21Introduce SEGALIGN directiveCyrill Gorcunov1-1/+13
2010-04-21nasm.c: Delete redundant gotoCyrill Gorcunov1-2/+2
2010-04-07nasm.c: smarter handling of missing directivesH. Peter Anvin1-4/+7
2010-04-06Distinguish no directive present from unknown directiveH. Peter Anvin1-4/+4
2010-01-09nasm.c: Restore strings broken by `indent`Cyrill Gorcunov1-30/+14
2009-12-04nasm.c: Use copy_filename to set error message fileCyrill Gorcunov1-1/+1
2009-10-31stdscan: switch to stdscan_get/set routinesCyrill Gorcunov1-2/+2
2009-10-13nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()H. Peter Anvin1-1/+1
2009-10-13nasm.c: use string helpersCyrill Gorcunov1-19/+7
2009-10-13nasm.c: getkw -- use string helpersCyrill Gorcunov1-36/+27
2009-08-08nasm.c: fix stack overrun in assemble_fileH. Peter Anvin1-15/+31