summaryrefslogtreecommitdiffstats
path: root/lld/Common
Commit message (Expand)AuthorAgeFilesLines
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-271-1/+1
* [Common] Discard the temp file while keeping the memory mapping open, on errorsMartin Storsjo2018-08-241-2/+3
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-221-0/+7
* [LTO] Errors in LLVM backend should manifest as lld errorsSam Clegg2018-07-021-1/+12
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-222-1/+24
* CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song2018-05-221-2/+2
* Handle --plugin-opt= options as alias options.Rui Ueyama2018-05-221-7/+11
* Rename to match an LLVM changeDavid Blaikie2018-04-111-1/+1
* Make sure that clang-format doesn't reorder include files.Rui Ueyama2018-02-281-0/+2
* Attempt to build breakage caused by r326339.Rui Ueyama2018-02-281-1/+1
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-0/+66
* Pass CPU string to LTO pipeline.Rafael Espindola2018-01-301-0/+2
* Add a missing file header.Rui Ueyama2018-01-181-0/+9
* [coff] Print detailed timing information with /TIME.Zachary Turner2018-01-172-0/+72
* Add a missing build dependency.Rui Ueyama2017-12-141-0/+1
* Use ErrorOS for log messages as well as errorSam Clegg2017-12-111-2/+1
* toString function take a const refs where possibleSam Clegg2017-12-051-5/+5
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-282-0/+24
* Fix formatting.Rui Ueyama2017-11-281-2/+2
* Factor out more code to Common/Args.cpp.Rui Ueyama2017-11-282-0/+63
* Fix shared library builds of lld, broken in SVN r319138Martin Storsjo2017-11-281-0/+1
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-282-0/+33
* Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie2017-11-271-3/+3
* Try harder to delete the temporary file.Rafael Espindola2017-11-131-0/+3
* Delete dead code.Rafael Espindola2017-11-072-21/+0
* Instead of enclosing an entire file, add lld:: specifier for public functions.Rui Ueyama2017-10-271-7/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-252-0/+123
* Fix shared build of liblldCommon.so on LinuxAlexander Richardson2017-10-171-0/+3
* Fix build.Rafael Espindola2017-10-131-0/+1
* [lld] Move Threads to CommonBob Haarman2017-10-132-0/+32
* lldCommon depends on intrinsics_gen, due to llvm/CodeGen/CommandFlags.hNAKAMURA Takumi2017-10-031-0/+7
* Fix the shared library build.Rui Ueyama2017-10-021-0/+1
* Attempt to fix buildbots.Rui Ueyama2017-10-021-2/+4
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-024-0/+153
OpenPOWER on IntegriCloud