summaryrefslogtreecommitdiffstats
path: root/lld/Common
Commit message (Expand)AuthorAgeFilesLines
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-101-3/+4
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-2/+0
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-15/+20
* [LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2019-10-212-0/+105
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-271-7/+4
* [LLD] Convert demangleItanium to use the higher level llvm::demangle function...Martin Storsjo2019-09-271-6/+4
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-271-17/+0
* [ELF] For VS-style diagnostics, prefer printing full paths in the header.Igor Kudrin2019-08-091-2/+9
* [ELF] Fix splitting messages for duplicate symbols.Igor Kudrin2019-08-071-2/+2
* Simplify error message output. NFC.Rui Ueyama2019-08-071-16/+13
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-60/+46
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-42/+59
* Add an assert() to catch possible regexp errors.Rui Ueyama2019-08-021-5/+6
* Add a comment for --vs-diagnostics.Rui Ueyama2019-08-021-0/+21
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-59/+41
* [ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin2019-08-011-3/+24
* [ELF] Fix finding locations in messages for undefined hidden symbols.Igor Kudrin2019-08-011-3/+1
* [LLD] Do not print additional newlines after reaching error limitAlexander Richardson2019-07-241-1/+2
* [ELF] Support explicitly overriding relocation model in LTOPetr Hosek2019-07-201-0/+4
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-171-5/+40
* Fix build breakage on Win32.Rui Ueyama2019-07-111-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-118-219/+219
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-091-0/+2
* [lld] Allow args::getInterger to parse args larger than 2^31-1Sam Clegg2019-06-071-2/+3
* Fail early if an output file is not writableRui Ueyama2019-03-112-0/+100
* Remove a function from header and move the implementation to a .cpp file. NFC.Rui Ueyama2019-02-221-6/+0
* Update `ld.lld --version` string for monorepo.Rui Ueyama2019-02-212-25/+36
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-5/+6
* [LTO] Set CGOptLevel in LTO config.Sam Clegg2019-01-301-0/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+1
* Allow later -z name=<int> args to override earlier argsRyan Prichard2018-09-261-1/+1
* lld-link: Also demangle undefined dllimported symbols.Nico Weber2018-09-171-1/+7
* lld-link: print demangled symbol names for "undefined symbol" diagnosticsNico Weber2018-09-151-20/+9
* 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
OpenPOWER on IntegriCloud