summaryrefslogtreecommitdiff
path: root/lld/Common/TargetOptionsCommandFlags.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song2022-12-031-1/+1
* Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek2022-12-031-1/+2
* Cleanup codegen includesserge-sans-paille2022-03-161-0/+1
* Revert "Cleanup codegen includes"Nico Weber2022-03-101-1/+0
* Cleanup codegen includesserge-sans-paille2022-03-101-0/+1
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-3/+0
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-0/+3
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-3/+0
* [AIX] Turn -fdata-sections on by default in Clangjasonliu2020-10-141-1/+1
* Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille2020-03-171-17/+8
* [ELF] Support explicitly overriding relocation model in LTOPetr Hosek2019-07-201-0/+4
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+1
* CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song2018-05-221-2/+2
* Rename to match an LLVM changeDavid Blaikie2018-04-111-1/+1
* Pass CPU string to LTO pipeline.Rafael Espindola2018-01-301-0/+2
* Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie2017-11-271-3/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-0/+32