summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core
Commit message (Expand)AuthorAgeFilesLines
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-2/+2
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-025-104/+4
* Update for llvm change.Rafael Espindola2017-08-031-2/+2
* Use StringRef::contains().Rui Ueyama2017-07-191-3/+3
* 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-071-1/+5
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-112-142/+0
* Rename variables to conform to LLVM naming conventions.Zachary Turner2017-05-101-5/+5
* 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
* [ELF] - Allow the Code Model flag when using LTOMartell Malone2017-02-281-0/+4
* 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-091-2/+2
* 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
* Fix Windows buildbots.Rui Ueyama2016-12-071-1/+1
* Make convertToUnixPathSeparator return a new string instead of mutating argum...Rui Ueyama2016-12-071-7/+8
* [ELF] - Print absolute file name in errors when possible.George Rimar2016-12-071-8/+6
* [ELF] Don't replace path separators on *NIX.Davide Italiano2016-11-161-0/+2
* [ELF] - Fixed comment. NFC.George Rimar2016-11-121-1/+1
* [ELF] - Use backward slashes inside response filesGeorge Rimar2016-11-111-4/+10
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Create a vector containing all input sections.Rui Ueyama2016-11-051-2/+2
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-053-12/+10
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-041-5/+6
* Use noexcept directly now that all compilers support itReid Kleckner2016-10-191-2/+2
* [Core] Retire yet another unused member function.Davide Italiano2016-08-121-6/+0
* [Core] Simplify a bit. NFCI.Davide Italiano2016-08-121-6/+2
* [Core] Retire addReplacement() member function.Davide Italiano2016-08-111-5/+0
* [Core] tentativeDefinition() is now unused.Davide Italiano2016-08-101-13/+0
* Unpollute the global namespace. lld edition.Benjamin Kramer2016-08-061-0/+2
* [MachO/Core] Remove (now) unused static member function. NFCI.Davide Italiano2016-08-041-12/+0
* Add qualification to fix MSVC build.Peter Collingbourne2016-07-261-1/+1
* COFF: Implement /linkrepro flag.Peter Collingbourne2016-07-262-0/+122
* Remove unused variants of make_dynamic_error_code. NFC.Pete Cooper2016-03-311-8/+0
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-1/+1
* Fix -Wpessimizing-move warnings.Rui Ueyama2016-03-301-2/+2
* Convert file handle* methods to llvm::Error instead of std::error_code. NFC.Pete Cooper2016-03-301-22/+31
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-0/+8
* Remove dead flags.Rui Ueyama2016-03-281-35/+11
OpenPOWER on IntegriCloud