summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lld matching change for llvm change r308690 to add error handling toKevin Enderby2017-07-201-1/+4
* Use StringRef::contains().Rui Ueyama2017-07-191-3/+3
* [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
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-7/+9
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-101-0/+1
* Add BinaryFormat to lld librariesSam Clegg2017-06-071-1/+2
* Removed the redundant comment. NFC.Galina Kistanova2017-06-071-1/+0
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-071-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-0714-32/+41
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-113-144/+2
* Rename variables to conform to LLVM naming conventions.Zachary Turner2017-05-101-5/+5
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-4/+4
* Fix undefined pthread references when building against libc++Eric Fiselier2017-05-061-0/+3
* Fix build breakage on Linux.Rui Ueyama2017-05-051-0/+1
* Fix #include case sensitivity problem.Zachary Turner2017-05-051-1/+1
* Split up Parallel and LLVM'ize naming conventions.Zachary Turner2017-05-052-0/+141
* [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
* [ELF] - Allow the Code Model flag when using LTOMartell Malone2017-02-281-0/+4
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* Fix shared build after r293965 (Core) and r293967 (COFF)Ismail Donmez2017-02-031-0/+1
* added missing dependency on intrinsics_gen to lib/CoreBob Haarman2017-02-031-0/+7
* added missing files for r293965Bob Haarman2017-02-021-0/+28
* add the ability to call InitTargetOptionsFromCodeGenFlags from multiple objectsBob Haarman2017-02-021-0/+1
* [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath2017-01-096-14/+24
* Define sys::path::convert_to_slashRui Ueyama2017-01-091-11/+1
* Revert r291221.Rafael Espindola2017-01-061-1/+11
* Rename lld::stringize -> lld::toString.Rui Ueyama2017-01-061-1/+1
* Remove lld::convertToUnixPathSeparator.Rui Ueyama2017-01-061-11/+1
* Use TarWriter to create tar archives instead of cpio.Rui Ueyama2017-01-061-54/+2
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-183-37/+0
OpenPOWER on IntegriCloud