summaryrefslogtreecommitdiff
path: root/lld/Common
AgeCommit message (Expand)Author
2018-09-26Allow later -z name=<int> args to override earlier argsRyan Prichard
2018-09-17lld-link: Also demangle undefined dllimported symbols.Nico Weber
2018-09-15lld-link: print demangled symbol names for "undefined symbol" diagnosticsNico Weber
2018-08-27Rename a function to follow the LLVM coding style.Rui Ueyama
2018-08-24[Common] Discard the temp file while keeping the memory mapping open, on errorsMartin Storsjo
2018-08-22win: Omit ".exe" from lld warning and error messages.Nico Weber
2018-07-02[LTO] Errors in LLVM backend should manifest as lld errorsSam Clegg
2018-05-22Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg
2018-05-22CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song
2018-05-22Handle --plugin-opt= options as alias options.Rui Ueyama
2018-04-11Rename to match an LLVM changeDavid Blaikie
2018-02-28Make sure that clang-format doesn't reorder include files.Rui Ueyama
2018-02-28Attempt to build breakage caused by r326339.Rui Ueyama
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-01-30Pass CPU string to LTO pipeline.Rafael Espindola
2018-01-18Add a missing file header.Rui Ueyama
2018-01-17[coff] Print detailed timing information with /TIME.Zachary Turner
2017-12-14Add a missing build dependency.Rui Ueyama
2017-12-11Use ErrorOS for log messages as well as errorSam Clegg
2017-12-05toString function take a const refs where possibleSam Clegg
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama
2017-11-28Fix formatting.Rui Ueyama
2017-11-28Factor out more code to Common/Args.cpp.Rui Ueyama
2017-11-28Fix shared library builds of lld, broken in SVN r319138Martin Storsjo
2017-11-28Factor out common code to Common/Strings.cpp.Rui Ueyama
2017-11-27Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie
2017-11-13Try harder to delete the temporary file.Rafael Espindola
2017-11-07Delete dead code.Rafael Espindola
2017-10-27Instead of enclosing an entire file, add lld:: specifier for public functions.Rui Ueyama
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-17Fix shared build of liblldCommon.so on LinuxAlexander Richardson
2017-10-13Fix build.Rafael Espindola
2017-10-13[lld] Move Threads to CommonBob Haarman
2017-10-03lldCommon depends on intrinsics_gen, due to llvm/CodeGen/CommandFlags.hNAKAMURA Takumi
2017-10-02Fix the shared library build.Rui Ueyama
2017-10-02Attempt to fix buildbots.Rui Ueyama
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama