summaryrefslogtreecommitdiffstats
path: root/lld/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-2/+6
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-0/+59
* Do not pass line number to convertToUnixPathSeparator.Rui Ueyama2016-12-071-1/+0
* Make convertToUnixPathSeparator return a new string instead of mutating argum...Rui Ueyama2016-12-071-2/+2
* [ELF] - Print absolute file name in errors when possible.George Rimar2016-12-071-0/+4
* Run the last iteration of parallel_for_loop using a threadpool.Rui Ueyama2016-12-051-3/+5
* Add paralell_for and use it where appropriate.Rui Ueyama2016-11-271-16/+46
* Reduce number of tasks in parallel_for_each.Rui Ueyama2016-11-161-2/+13
* Use one task per iteration in parallel_for_loop.Rafael Espindola2016-11-151-6/+2
* 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-0/+1
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-052-13/+10
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-044-29/+37
OpenPOWER on IntegriCloud