summaryrefslogtreecommitdiff
path: root/lld/lib/Core
AgeCommit message (Expand)Author
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale
2020-04-04fix typo in comment to cycle botsNico Weber
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki
2019-11-19Revert "Fix shared lib build."Rui Ueyama
2019-11-19Fix component buildRui Ueyama
2019-11-18Fix shared lib build.Michael Liao
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-08-03Update for llvm change.Rafael Espindola
2017-07-19Use StringRef::contains().Rui Ueyama
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-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-02-28[ELF] - Allow the Code Model flag when using LTOMartell Malone
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-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-11[ELF] - Use backward slashes inside response filesGeorge Rimar
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-05Create a vector containing all input sections.Rui Ueyama
2016-11-05Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-11-04Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-10-19Use noexcept directly now that all compilers support itReid Kleckner
2016-08-12[Core] Retire yet another unused member function.Davide Italiano