summaryrefslogtreecommitdiff
path: root/lib/MC/MCTargetOptions.cpp
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-10[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-12-05Summary: Currently there is no way to disable deprecated warning from asm lik...Weiming Zhao
2016-10-13New llc option pie-copy-relocations to optimize access to extern globals.Sriraman Tallam
2016-07-27Initialize PreserveAsmComments in MCTargetOptionsNirav Dave
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-07-27[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...Colin LeMahieu
2015-01-14Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher
2014-08-26Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger
2014-06-19Move -dwarf-version to an MC level command line option so it'sEric Christopher
2014-05-20Move the verbose asm option to be part of the options struct andEric Christopher
2014-05-15Move more MC options into the MCTargetOptions structure.Eric Christopher
2014-05-15Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher
2014-04-23Create MCTargetOptions.Evgeniy Stepanov