summaryrefslogtreecommitdiffstats
path: root/lld/COFF/LTO.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-101-2/+5
* [lld-link] implement -lto-obj-pathBob Haarman2019-08-211-0/+2
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman2019-07-111-5/+12
* [lld-link] implement -thinlto-index-onlyBob Haarman2019-07-111-6/+52
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-63/+63
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-3/+3
* [LTO] Set CGOptLevel in LTO config.Sam Clegg2019-01-301-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Set the CPU string for LTO like ELF doesReid Kleckner2018-12-181-0/+1
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+2
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-41/+21
* [COFF] Enable per-function and data sections in LTOReid Kleckner2018-03-141-0/+6
* [lld/LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-201-4/+4
* Rename replaceBody -> replaceSymbol.Rui Ueyama2017-11-031-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-3/+3
* [COFF] Merge Symbol and SymbolBody.Rui Ueyama2017-10-311-6/+3
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* COFF: When generating code for LTO, use static reloc model on 32-bit x86.Peter Collingbourne2017-10-111-1/+7
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Simplify error handling. NFC.Rafael Espindola2017-09-211-4/+2
* COFF: Implement ThinLTO cache and cache pruning support.Peter Collingbourne2017-09-081-5/+27
* [coff] default to multiple parallel ThinLTO jobsBob Haarman2017-04-121-1/+1
* LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.Peter Collingbourne2017-03-281-3/+1
* [COFF] added support for /lldsavetempsBob Haarman2017-02-081-3/+22
* Add an option to use the MSVC linker to link LTO-generated object files.Rui Ueyama2017-02-061-8/+6
* refactor COFF linker to use new LTO APIBob Haarman2017-02-021-0/+125
OpenPOWER on IntegriCloud