summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-067-12/+12
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-1/+1
* [MachO] Fix detecting malformed DWARF.Igor Kudrin2019-12-171-2/+2
* Revert "Fix shared lib build."Rui Ueyama2019-11-191-1/+0
* Fix component buildRui Ueyama2019-11-194-5/+5
* Fix shared lib build.Michael Liao2019-11-181-0/+1
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-184-6/+6
* 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-1410-16/+16
* [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
* 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-1932-128/+96
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-012-0/+2
* 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
* Fix -DBUILD_SHARED_LIBS=1 buildSam Clegg2018-06-121-0/+1
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-8/+6
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-3/+3
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-153-37/+41
* 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-121-1/+0
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-1/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-0215-15/+15
* [MACH-O] Fix the ASM code generated for __stub_helpers sectionRui Ueyama2017-08-246-0/+77
* Fix ObjCPass on big-endian hostTom Stellard2017-07-241-2/+6
* lld matching change for llvm change r308690 to add error handling toKevin Enderby2017-07-201-1/+4
* [MachO] Add missing byte-swaps when reading dyld_infoTom Stellard2017-07-071-3/+3
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* Tweak to match change in LLVM API, in r306315.Paul Robinson2017-06-261-2/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-101-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-0712-27/+32
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-2/+2
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-4/+4
* [MachO/X86_64] Simplify isDataInCodeTransition().Davide Italiano2017-04-151-8/+1
* [MachO/AArch64] Merge multiple switch cases into one. NFCI.Davide Italiano2017-04-151-4/+0
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath2017-01-093-7/+15
* Remove unnecessary llvm/Config/config.h includesMichal Gorny2016-12-141-1/+0
* Fix wrong formatting in lld introduced in r286561 (NFC)Mehdi Amini2016-11-115-5/+5
OpenPOWER on IntegriCloud