summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix code to deal with recent LLVM changes.Greg Clayton2016-11-111-2/+5
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-1118-80/+80
* Fix build breakage on buildbots that was due to 285309.Greg Clayton2016-10-271-3/+4
* Fix Clang-tidy readability-redundant-member-init warnings; other minor fixesEugene Zelenko2016-10-251-13/+16
* Adjust for TimePoint interface change in llvm: D25730. NFCPavel Labath2016-10-241-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-6/+3
* [MachO] Factor out a fair amount of duplicated code. NFCI.Davide Italiano2016-09-121-26/+14
* [MachO] Remove code accidentally cut'n'pasted 3 times.Davide Italiano2016-09-101-204/+0
* Fix shared library build.Rafael Espindola2016-09-061-0/+1
* Use the demangler in llvm.Rafael Espindola2016-09-061-7/+2
* ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFCDuncan P. N. Exon Smith2016-09-031-8/+3
* ADT: Remove uses of ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-4/+0
* MachO: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-121-12/+4
* Dead strip DESC bits should only be set on object files.Pete Cooper2016-08-111-1/+2
* Better compress lazy binding info to match ld64.Pete Cooper2016-08-111-8/+11
* Generate slightly more compressed binding opcodes when entries are the same a...Pete Cooper2016-08-111-12/+37
* Arm64 stubs alignment is 2, not 4.Pete Cooper2016-08-111-2/+2
* Change when we choose to add an LC_LOAD_DYLIB to the final image.Pete Cooper2016-08-113-16/+17
OpenPOWER on IntegriCloud