summaryrefslogtreecommitdiff
path: root/lld/lib
AgeCommit message (Expand)Author
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley
2021-11-15[NFC][lld] Inclusive language: change master file to merged fileQuinn Pham
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata
2021-08-04[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-04-26[NFC] Fix "not used" warningVitaly Buka
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida
2020-12-28[MachO] Fix enum-int mismatch warningGabriel Hjort Åkerlund
2020-10-20Reland "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar
2020-10-20Revert "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar
2020-10-20[yaml2obj][ELF] - Simplify the code that performs sections validation.Georgii Rymar
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale
2020-07-02ld64.lld: Make janky support for tbd files actually work sometimesNico Weber
2020-07-02[LLD] Add required dependency after shared libs break due to ba5087f13025Nemanja Ivanovic
2020-07-02ld64.lld: Add janky support for tbd filesNico Weber
2020-06-19[lld] As part of using inclusive language within the llvmEric Christopher
2020-06-03lld: use `std::make_unique` (NFC)Saleem Abdulrasool
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-04-04fix typo in comment to cycle botsNico Weber
2020-04-02[lld] NFC: fix trivial typos in commentsKazuaki Ishizaki
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki
2020-01-01[lld] Fix -Wrange-loop-analysis warningsFangrui Song
2019-12-17[MachO] Fix detecting malformed DWARF.Igor Kudrin
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight
2019-11-19Revert "Fix shared lib build."Rui Ueyama
2019-11-19Fix component buildRui Ueyama
2019-11-18Fix shared lib build.Michael Liao
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-09-26[lld][mach-o] Avoid segfaulting when handling an empty section list.Matt Davis
2019-08-28[mach-o] Extend LC_DATA_IN_CODE support to x86_64Rui Ueyama
2019-08-14[LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-07Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama
2019-08-06[MachO] Update LLD to use 64-bit offsets with DataExtractor (3/5)Igor Kudrin
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-04-23Use llvm::stable_sortFangrui Song
2019-04-17lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...Rui Ueyama
2019-03-29[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-10Eliminate dependency to formatv(). NFC.Rui Ueyama