summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto2/llvm-lto2.cpp
Commit message (Expand)AuthorAgeFilesLines
* LTO: Hash the parts of the LTO configuration that affect code generation.Peter Collingbourne2016-12-081-0/+42
* llvm-lto2: Simpler workaround for PR30396.Peter Collingbourne2016-11-301-17/+10
* [ThinLTO] Disable importing and other cross-module optis at -O0Teresa Johnson2016-10-311-0/+7
* [ThinLTO] Default backend threads to heavyweight_hardware_concurrencyTeresa Johnson2016-10-191-1/+2
* [ThinLTO] Fix bot failure due to unused variable with NDEBUGTeresa Johnson2016-10-121-1/+4
* [ThinLTO] Don't link module level assembly when importingTeresa Johnson2016-10-121-1/+11
* LTO: Simplify caching interface.Peter Collingbourne2016-09-231-32/+21
* [LTO] Add ability to parse AA pipelines.Davide Italiano2016-09-161-0/+5
* [lib/LTO] Add a way to run a custom pipelineDavide Italiano2016-09-071-0/+7
* [ThinLTO] Move loading of cache entry to clientTeresa Johnson2016-08-261-2/+8
* [ThinLTO] Add caching to the new LTO APIMehdi Amini2016-08-231-2/+13
* [LTO] Add the ability to test -thinlto-emit-imports-files through llvm-lto2Mehdi Amini2016-08-191-1/+15
* [LTO] Change addSaveTemps API: do not add dot to the supplied prefix pathMehdi Amini2016-08-181-1/+2
* [LTO] Fix a use-after-free introduced in r278907 and caught by ASan.Chandler Carruth2016-08-171-3/+3
* [LTO] Introduce an Output class to wrap the output stream creation (NFC)Mehdi Amini2016-08-171-6/+19
* Restore "Resolution-based LTO API."Teresa Johnson2016-08-111-0/+168
* Revert "Resolution-based LTO API."Teresa Johnson2016-08-111-168/+0
* Resolution-based LTO API.Teresa Johnson2016-08-111-0/+168
OpenPOWER on IntegriCloud