aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCTargetOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Initialize PreserveAsmComments in MCTargetOptionsNirav Dave1-1/+1
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer1-2/+3
2015-07-27[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...Colin LeMahieu1-1/+1
2015-01-14Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher1-1/+6
2014-08-26Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger1-3/+3
2014-06-19Move -dwarf-version to an MC level command line option so it'sEric Christopher1-1/+2
2014-05-20Move the verbose asm option to be part of the options struct andEric Christopher1-1/+1
2014-05-15Move more MC options into the MCTargetOptions structure.Eric Christopher1-1/+2
2014-05-15Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher1-1/+3
2014-04-23Create MCTargetOptions.Evgeniy Stepanov1-0/+16