summaryrefslogtreecommitdiff
path: root/lld/Common/Args.cpp
AgeCommit message (Expand)Author
2024-01-21[ELF] Claim recognized -z options. NFCFangrui Song
2024-01-12[lld] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder
2022-07-30[lld] Change vector to SmallVector. NFCFangrui Song
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-09-22[lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16Greg McGary
2020-07-30[lld-macho] Implement -headerpadJez Ng
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-07[lld] Allow args::getInterger to parse args larger than 2^31-1Sam Clegg
2019-01-30[LTO] Set CGOptLevel in LTO config.Sam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-26Allow later -z name=<int> args to override earlier argsRyan Prichard
2018-08-27Rename a function to follow the LLVM coding style.Rui Ueyama
2018-08-22win: Omit ".exe" from lld warning and error messages.Nico Weber
2018-05-22Handle --plugin-opt= options as alias options.Rui Ueyama
2017-11-28Fix formatting.Rui Ueyama
2017-11-28Factor out more code to Common/Args.cpp.Rui Ueyama