summaryrefslogtreecommitdiff
path: root/lld/Common/TargetOptionsCommandFlags.cpp
AgeCommit message (Expand)Author
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2020-10-14[AIX] Turn -fdata-sections on by default in Clangjasonliu
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille
2019-07-20[ELF] Support explicitly overriding relocation model in LTOPetr Hosek
2019-02-01Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01Set MAttrs in LTO modeFangrui Song
2018-05-22CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song
2018-04-11Rename to match an LLVM changeDavid Blaikie
2018-01-30Pass CPU string to LTO pipeline.Rafael Espindola
2017-11-27Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama