summaryrefslogtreecommitdiff
path: root/lld/include
AgeCommit message (Expand)Author
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-06-07Expand the file comment for the error handlers.Rui Ueyama
2018-05-22Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg
2018-05-15Remove \brief commands from doxygen comments.Fangrui Song
2018-04-28Migrate from std::pointer_to_unary_function as it is removed in C++17Fangrui Song
2018-04-25Remove unused features from StringRefZ and move it to Symbols.h.Rui Ueyama
2018-04-25Pack symbols a bit more.Rafael Espindola
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-02-26Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere
2018-02-26Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere
2018-02-26[Support] Replace HashString with djbHash.Jonas Devlieghere
2018-01-30Pass CPU string to LTO pipeline.Rafael Espindola
2018-01-17[coff] Print detailed timing information with /TIME.Zachary Turner
2017-12-08Prefer `ArrayRef` over `const std::vector&`Sam Clegg
2017-12-07Remove checkToString functions and use toString instead.Rui Ueyama
2017-12-06Always evaluate the second argument for CHECK() lazily.Rui Ueyama
2017-12-06Add a checkLazy error checking variant.Rafael Espindola
2017-12-05toString function take a const refs where possibleSam Clegg
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama
2017-11-28Factor out more code to Common/Args.cpp.Rui Ueyama
2017-11-28Factor out common code to Common/Strings.cpp.Rui Ueyama
2017-11-21Make some headers modular by adding missing includes/forward decls.David Blaikie
2017-11-17[WebAssembly] Initial wasm linker implementationSam Clegg
2017-11-13Try harder to delete the temporary file.Rafael Espindola
2017-11-07Delete dead code.Rafael Espindola
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-23lld::COFF: better behavior when using as a libraryRui Ueyama
2017-10-19[COFF] Avoid forward declaring StringSet, fix buildMartin Storsjo
2017-10-19[COFF] Move MinGW specific functions/classes to a separate file. NFC.Martin Storsjo
2017-10-13[lld] Move Threads to CommonBob Haarman
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone
2017-08-03Update for llvm change.Rafael Espindola
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-10Fix -DLLVM_ENABLE_THREADS=OFF build of lld after r302613Hans Wennborg
2017-05-10[Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner
2017-05-05Remove dead file.Rui Ueyama
2017-05-05Fix another incorrectly cased header include.Zachary Turner
2017-05-05Split up Parallel and LLVM'ize naming conventions.Zachary Turner
2017-04-07[Core] Fix parallel_for for LinuxJames Henderson
2017-02-28[ELF] - Allow the Code Model flag when using LTOMartell Malone
2017-02-02added missing files for r293965Bob Haarman
2017-01-17COFF: add error() and warn() to Error.{cpp,h}Bob Haarman
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