aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-02Build fix: don't try to link in lldConfigHans Wennborg
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-08-24[MACH-O] Fix the ASM code generated for __stub_helpers sectionRui Ueyama
2017-08-23NFC: LLD fix OptTable Variable Name StyleMartell Malone
2017-08-03Update for llvm change.Rafael Espindola
2017-07-24Fix ObjCPass on big-endian hostTom Stellard
2017-07-20lld matching change for llvm change r308690 to add error handling toKevin Enderby
2017-07-19Use StringRef::contains().Rui Ueyama
2017-07-07[MachO] Add missing byte-swaps when reading dyld_infoTom Stellard
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith
2017-06-26Tweak to match change in LLVM API, in r306315.Paul Robinson
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-10Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-06-07Add BinaryFormat to lld librariesSam Clegg
2017-06-07Removed the redundant comment. NFC.Galina Kistanova
2017-06-07Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner
2017-05-10Rename variables to conform to LLVM naming conventions.Zachary Turner
2017-05-10[Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner
2017-05-06Fix undefined pthread references when building against libc++Eric Fiselier
2017-05-05Fix build breakage on Linux.Rui Ueyama
2017-05-05Fix #include case sensitivity problem.Zachary Turner
2017-05-05Split up Parallel and LLVM'ize naming conventions.Zachary Turner
2017-04-15[MachO/X86_64] Simplify isDataInCodeTransition().Davide Italiano
2017-04-15[MachO/AArch64] Merge multiple switch cases into one. NFCI.Davide Italiano
2017-02-28[ELF] - Allow the Code Model flag when using LTOMartell Malone
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-03Fix shared build after r293965 (Core) and r293967 (COFF)Ismail Donmez
2017-02-03added missing dependency on intrinsics_gen to lib/CoreBob Haarman
2017-02-02added missing files for r293965Bob Haarman
2017-02-02add the ability to call InitTargetOptionsFromCodeGenFlags from multiple objectsBob Haarman
2017-01-09[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath
2017-01-09Define sys::path::convert_to_slashRui Ueyama
2017-01-06Revert r291221.Rafael Espindola
2017-01-06Rename lld::stringize -> lld::toString.Rui Ueyama
2017-01-06Remove lld::convertToUnixPathSeparator.Rui Ueyama
2017-01-06Use TarWriter to create tar archives instead of cpio.Rui Ueyama
2016-12-18Remove lld/Support/Memory.h.Rui Ueyama
2016-12-14Remove unnecessary llvm/Config/config.h includesMichal Gorny
2016-12-08Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama
2016-12-07Fix Windows buildbots.Rui Ueyama
2016-12-07Make convertToUnixPathSeparator return a new string instead of mutating argum...Rui Ueyama
2016-12-07[ELF] - Print absolute file name in errors when possible.George Rimar
2016-11-16[ELF] Don't replace path separators on *NIX.Davide Italiano
2016-11-12[ELF] - Fixed comment. NFC.George Rimar
2016-11-11Fix wrong formatting in lld introduced in r286561 (NFC)Mehdi Amini
2016-11-11Fix code to deal with recent LLVM changes.Greg Clayton
2016-11-11[ELF] - Use backward slashes inside response filesGeorge Rimar
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini