summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-064-4/+4
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-2/+0
* Fix Windows buildbotsRui Ueyama2019-11-181-5/+5
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-183-8/+19
* typo fix test commitLLVM GN Syncbot2019-10-221-1/+1
* fix a few typos to test git committingNico Weber2019-10-221-2/+2
* [LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2019-10-211-0/+47
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-192-0/+2
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-271-2/+2
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-271-1/+0
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-4/+5
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-3/+4
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-4/+3
* [ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin2019-08-011-0/+2
* [ELF] Support explicitly overriding relocation model in LTOPetr Hosek2019-07-201-0/+1
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-171-1/+2
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-119-108/+108
* [lld] Allow args::getInterger to parse args larger than 2^31-1Sam Clegg2019-06-071-1/+2
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-0/+2
* Fail early if an output file is not writableRui Ueyama2019-03-111-0/+20
* [LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea2019-02-271-0/+7
* Remove a function from header and move the implementation to a .cpp file. NFC.Rui Ueyama2019-02-221-4/+0
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-4/+4
* [LTO] Set CGOptLevel in LTO config.Sam Clegg2019-01-301-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1933-132/+99
* lld/include/lld/Core/TODO.txtNico Weber2019-01-141-14/+0
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-0/+4
* clang-format LLVM.h (NFC)Heejin Ahn2018-12-071-54/+54
* Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC.Rui Ueyama2018-11-271-17/+4
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-0/+25
* [Common] Threads: use function_ref instead of std::functionFangrui Song2018-11-271-1/+1
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+1
* Use llvm::arrayRefFromStringRefSam Clegg2018-10-221-3/+0
* Add paretntheses around a C macro parameter.Rui Ueyama2018-09-201-1/+1
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-271-1/+1
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-221-0/+3
* [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
OpenPOWER on IntegriCloud