aboutsummaryrefslogtreecommitdiff
path: root/include/lld
AgeCommit message (Expand)Author
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-09-27[LLD] Simplify the demangleItanium function. NFC.Martin Storsjo
2019-09-27[LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo
2019-08-14[LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-07Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama
2019-08-01[ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin
2019-07-20[ELF] Support explicitly overriding relocation model in LTOPetr Hosek
2019-07-17[lld] Add Visual Studio compatible diagnosticsChris Jackson
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-07[lld] Allow args::getInterger to parse args larger than 2^31-1Sam Clegg
2019-05-24[WebAssebmly] Add support for --wrapSam Clegg
2019-03-11Fail early if an output file is not writableRui Ueyama
2019-02-27[LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea
2019-02-22Remove a function from header and move the implementation to a .cpp file. NFC.Rui Ueyama
2019-02-01Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg
2019-01-30[LTO] Set CGOptLevel in LTO config.Sam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14lld/include/lld/Core/TODO.txtNico Weber
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-12-07clang-format LLVM.h (NFC)Heejin Ahn
2018-11-27Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC.Rui Ueyama
2018-11-27[WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg
2018-11-27[Common] Threads: use function_ref instead of std::functionFangrui Song
2018-11-01Set MAttrs in LTO modeFangrui Song
2018-10-22Use llvm::arrayRefFromStringRefSam Clegg
2018-09-20Add paretntheses around a C macro parameter.Rui Ueyama
2018-08-27Rename a function to follow the LLVM coding style.Rui Ueyama
2018-08-22win: Omit ".exe" from lld warning and error messages.Nico Weber
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-06-07Expand the file comment for the error handlers.Rui Ueyama
2018-05-22Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg
2018-05-15Remove \brief commands from doxygen comments.Fangrui Song
2018-04-28Migrate from std::pointer_to_unary_function as it is removed in C++17Fangrui Song
2018-04-25Remove unused features from StringRefZ and move it to Symbols.h.Rui Ueyama
2018-04-25Pack symbols a bit more.Rafael Espindola
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-02-26Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere
2018-02-26Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere
2018-02-26[Support] Replace HashString with djbHash.Jonas Devlieghere
2018-01-30Pass CPU string to LTO pipeline.Rafael Espindola
2018-01-17[coff] Print detailed timing information with /TIME.Zachary Turner
2017-12-08Prefer `ArrayRef` over `const std::vector&`Sam Clegg
2017-12-07Remove checkToString functions and use toString instead.Rui Ueyama
2017-12-06Always evaluate the second argument for CHECK() lazily.Rui Ueyama
2017-12-06Add a checkLazy error checking variant.Rafael Espindola
2017-12-05toString function take a const refs where possibleSam Clegg
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama