summaryrefslogtreecommitdiff
path: root/lld/Common
Commit message (Expand)AuthorAgeFilesLines
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-161-1/+1
* [LLD] Add --lto-CGO[0-3] optionScott Linder2023-02-151-5/+2
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [lld] fix comment typos to cycle botsNico Weber2023-02-041-1/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+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
* [lld] Change Optional to std::optionalFangrui Song2022-11-271-6/+6
* Link liblldCOFF against libatomic when necessarySam James2022-11-031-7/+2
* [lld] Change vector to SmallVector. NFCFangrui Song2022-07-302-4/+5
* [lld-macho] Add support for -wKeith Smiley2022-06-111-0/+3
* 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
* [lld] Make error handling functions opaqueFangrui Song2022-02-171-0/+12
* [lld-macho] Don't include CommandFlags.h in CommonLinkerContext.hJez Ng2022-02-161-1/+7
* [MLIR][GPU][lld] Use LLD bundled in ROCm, removing workaroundKrzysztof Drewniak2022-02-101-9/+0
* [MLIR] Temporary workaround for calling the LLD ELF driver as-a-libAlexandre Ganea2022-02-081-0/+9
* [lld] Add module name to LTO inline asm diagnosticFangrui Song2022-01-281-0/+7
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-205-37/+100
* Add missing include to fix modular buildAdrian Prantl2022-01-201-0/+1
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-165-99/+37
* [LLD] Supplement with more comments. Clarify the intention in f860fe362282ed6...Alexandre Ganea2022-01-161-1/+4
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-165-37/+96
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2022-01-051-13/+0
* Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira2021-12-301-0/+13
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2021-12-301-13/+0
* [lld/mac] Write -v output to stderrNico Weber2021-11-021-3/+3
* [lld] Fix small error in previous commitAmy Huang2021-09-171-3/+3
* Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang2021-09-171-9/+5
* Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang2021-09-161-2/+7
* [LLD] Remove global state in lld/COFFAmy Huang2021-09-161-7/+2
* [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory2021-09-161-1/+1
* [lld] Buffer writes when composing a single diagnosticFangrui Song2021-09-091-8/+21
* [lld] Remove unused LLD_REPOSITORYFangrui Song2021-08-041-6/+2
* [lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-1/+1
* [ELF] Simplify isValidCIdentifier. NFCFangrui Song2021-03-111-3/+2
* [lld/mac] Add --reproduce optionNico Weber2020-11-301-1/+6
* clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber2020-11-241-6/+5
* [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea2020-11-121-1/+8
* [lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille2020-11-091-0/+3
* Fix 'default label in switch which covers all enumeration values' warningserge-sans-paille2020-11-031-2/+0
* Provide a hook to customize missing library error handlingserge-sans-paille2020-11-031-0/+45
* Remove HAVE_VCS_VERSION_INC, not neededMarcel Hlopko2020-10-292-5/+0
* [AIX] Turn -fdata-sections on by default in Clangjasonliu2020-10-141-1/+1
* [LLD] Fix /time formatting for very long runs. NFC.Alexandre Ganea2020-10-021-2/+2
* [LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea2020-09-241-10/+20
* [lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16Greg McGary2020-09-221-1/+4
* lld: link libatomic if needed for TimerJosh Stone2020-08-211-1/+7
* [lld-macho] Implement -headerpadJez Ng2020-07-301-3/+13