summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-069-17/+17
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-1/+1
* [MachO] Fix detecting malformed DWARF.Igor Kudrin2019-12-171-2/+2
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-4/+4
* Revert "Fix shared lib build."Rui Ueyama2019-11-192-4/+2
* Fix component buildRui Ueyama2019-11-197-25/+25
* Fix shared lib build.Michael Liao2019-11-182-2/+4
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-187-44/+36
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* [lld][mach-o] Avoid segfaulting when handling an empty section list.Matt Davis2019-09-261-6/+8
* [mach-o] Extend LC_DATA_IN_CODE support to x86_64Rui Ueyama2019-08-281-8/+42
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1411-20/+20
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-1/+1
* [MachO] Update LLD to use 64-bit offsets with DataExtractor (3/5)Igor Kudrin2019-08-061-6/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-3/+3
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-0/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+0
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-12/+12
* Use llvm::stable_sortFangrui Song2019-04-231-5/+4
* lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...Rui Ueyama2019-04-173-12/+21
* [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song2019-03-293-13/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1941-164/+123
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-012-0/+2
* Eliminate dependency to formatv(). NFC.Rui Ueyama2018-10-101-4/+3
* Adapt OptTable::PrintHelp change in D51009Fangrui Song2018-10-101-3/+7
* MachO: Change getString16() back to inline functionTom Stellard2018-09-071-1/+1
* MachO: Fix out-of-bounds memory access in getString16Tom Stellard2018-09-071-6/+5
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-271-1/+1
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-221-1/+1
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-201-1/+1
* [Darwin] Do not error on '-lto_library' optionBrian Gesiak2018-06-131-0/+4
* Fix -DBUILD_SHARED_LIBS=1 buildSam Clegg2018-06-121-0/+1
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-125-171/+162
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-3/+3
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-154-38/+42
* Fix build broken by llvm r327486Pavel Labath2018-03-141-1/+1
* [ELF] Fix IsPreemptible comment and typo. NFCFangrui Song2018-02-231-2/+2
* [YAML] Fix mustQuote return type changed in r320996Francis Visoiu Mistrih2017-12-182-6/+6
* MachONormalizedFile.h: Remove unimplemented functionDavid Blaikie2017-11-221-9/+0
* Make some headers modular by adding missing includes/forward decls.David Blaikie2017-11-211-0/+2
* Update for llvm change.Rafael Espindola2017-11-081-1/+2
* Update for llvm change.Rafael Espindola2017-11-081-3/+3
* lld: Prune unused libdeps.NAKAMURA Takumi2017-10-122-2/+0
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-112-2/+2
* Build fix: don't try to link in lldConfigHans Wennborg2017-10-021-1/+0
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-0224-173/+20
* [MACH-O] Fix the ASM code generated for __stub_helpers sectionRui Ueyama2017-08-246-0/+77
* NFC: LLD fix OptTable Variable Name StyleMartell Malone2017-08-231-2/+2
* Update for llvm change.Rafael Espindola2017-08-031-2/+2
* Fix ObjCPass on big-endian hostTom Stellard2017-07-241-2/+6
OpenPOWER on IntegriCloud