summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
Commit message (Expand)AuthorAgeFilesLines
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-124-9/+5
* Expand the file comment for the error handlers.Rui Ueyama2018-06-071-11/+52
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-222-1/+11
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-1512-74/+74
* Migrate from std::pointer_to_unary_function as it is removed in C++17Fangrui Song2018-04-281-4/+2
* Remove unused features from StringRefZ and move it to Symbols.h.Rui Ueyama2018-04-251-33/+0
* Pack symbols a bit more.Rafael Espindola2018-04-251-0/+3
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-0/+53
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+2
* Pass CPU string to LTO pipeline.Rafael Espindola2018-01-301-0/+1
* [coff] Print detailed timing information with /TIME.Zachary Turner2018-01-171-0/+59
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-2/+2
* Remove checkToString functions and use toString instead.Rui Ueyama2017-12-071-4/+2
* Always evaluate the second argument for CHECK() lazily.Rui Ueyama2017-12-061-12/+14
* Add a checkLazy error checking variant.Rafael Espindola2017-12-061-0/+8
* toString function take a const refs where possibleSam Clegg2017-12-051-1/+1
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-0/+60
* Factor out more code to Common/Args.cpp.Rui Ueyama2017-11-281-0/+35
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-0/+23
* Make some headers modular by adding missing includes/forward decls.David Blaikie2017-11-211-0/+1
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+5
* Try harder to delete the temporary file.Rafael Espindola2017-11-131-0/+3
* Delete dead code.Rafael Espindola2017-11-071-3/+0
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-0/+101
* lld::COFF: better behavior when using as a libraryRui Ueyama2017-10-231-1/+1
* [COFF] Avoid forward declaring StringSet, fix buildMartin Storsjo2017-10-191-2/+0
* [COFF] Move MinGW specific functions/classes to a separate file. NFC.Martin Storsjo2017-10-191-0/+2
* [lld] Move Threads to CommonBob Haarman2017-10-131-0/+89
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-0214-18/+18
* LLD: Introduce a GNU LD style driver for COFFMartell Malone2017-09-111-0/+5
* Update for llvm change.Rafael Espindola2017-08-031-1/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-4/+3
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-112-275/+0
* Rename variables to conform to LLVM naming conventions.Zachary Turner2017-05-101-14/+14
* Fix -DLLVM_ENABLE_THREADS=OFF build of lld after r302613Hans Wennborg2017-05-101-4/+5
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-52/+95
* Remove dead file.Rui Ueyama2017-05-051-63/+0
* Fix another incorrectly cased header include.Zachary Turner2017-05-051-1/+1
* Split up Parallel and LLVM'ize naming conventions.Zachary Turner2017-05-052-224/+120
* [Core] Fix parallel_for for LinuxJames Henderson2017-04-071-2/+1
* [ELF] - Allow the Code Model flag when using LTOMartell Malone2017-02-281-0/+2
* added missing files for r293965Bob Haarman2017-02-021-0/+18
* COFF: add error() and warn() to Error.{cpp,h}Bob Haarman2017-01-171-1/+2
* Define sys::path::convert_to_slashRui Ueyama2017-01-091-3/+0
* Revert r291221.Rafael Espindola2017-01-061-0/+3
* Rename lld::stringize -> lld::toString.Rui Ueyama2017-01-061-1/+1
* Remove lld::convertToUnixPathSeparator.Rui Ueyama2017-01-061-3/+0
* Use TarWriter to create tar archives instead of cpio.Rui Ueyama2017-01-061-31/+0
OpenPOWER on IntegriCloud