aboutsummaryrefslogtreecommitdiff
path: root/lld/lib
AgeCommit message (Expand)Author
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
2018-10-10Adapt OptTable::PrintHelp change in D51009Fangrui Song
2018-09-07MachO: Change getString16() back to inline functionTom Stellard
2018-09-07MachO: Fix out-of-bounds memory access in getString16Tom Stellard
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-07-20Omit path to lld binary from lld's error, warning, and log output.Nico Weber
2018-06-13[Darwin] Do not error on '-lto_library' optionBrian Gesiak
2018-06-12Fix -DBUILD_SHARED_LIBS=1 buildSam Clegg
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-05-15Remove \brief commands from doxygen comments.Fangrui Song
2018-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-03-14Fix build broken by llvm r327486Pavel Labath