summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto2/llvm-lto2.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LTO] Allow pass remarks with hotness to be set when emitting to stderrTeresa Johnson2018-05-041-1/+2
* [LTO] Add stats-file option to LTO/Config.h.Florian Hahn2018-04-201-0/+4
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* [ThinLTO] Always create linked objects file for --thinlto-index-only=Vitaly Buka2018-02-221-1/+5
* [LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-201-2/+1
* [ThinLTO/gold] Write empty imports even for modules with symbolsVitaly Buka2018-01-301-1/+1
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-1/+1
* LTO: Try to open cache files before renaming them.Peter Collingbourne2017-09-051-1/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-1/+1
* Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release ...Dehao Chen2017-08-021-0/+6
* [LTO] llvm-lto2: Add option to load sample profileTobias Edler von Koch2017-07-281-0/+6
* [LTO] Prevent dead stripping and internalization of symbols with sectionsTeresa Johnson2017-07-251-0/+3
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-1/+13
* Symbols re-defined with -wrap and -defsym need to be excluded from inter-Dmitry Mikulin2017-06-051-0/+2
* [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.Tim Shen2017-06-011-1/+7
* Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne2017-04-141-2/+7
* LTO: Pass SF_Executable flag through to InputFile::SymbolTobias Edler von Koch2017-04-131-3/+4
* llvm-lto2: Add a dump-symtab subcommand.Peter Collingbourne2017-04-121-1/+53
* llvm-lto2: Move the LTO::run() action behind a subcommand.Peter Collingbourne2017-04-111-5/+26
* More accurate header inclusions. NFC.Peter Collingbourne2017-03-281-1/+1
* LTO: Fix a potential race condition in the caching API.Peter Collingbourne2017-03-171-8/+3
* Fix test and add missing return for llvm-lto2 error caseTeresa Johnson2017-03-071-1/+3
* LTO: When creating a local cache, create the cache directory if it does not a...Peter Collingbourne2017-03-021-1/+1
* [LTO] Add ability to emit assembly to new LTO APITobias Edler von Koch2017-02-151-0/+3
* [llvm-lto2] Fix typo spotted by Teresa (r294885 post-commit review).Davide Italiano2017-02-131-2/+2
* [lib/LTO] Add support for hotness optremarks in the new API.Davide Italiano2017-02-121-0/+6
* [llvm-lto2] Fix typo in error message.Davide Italiano2017-02-121-1/+1
* [lib/LTO] Initial support for optimization remarks in the new API.Davide Italiano2017-02-121-0/+7
* llvm-lto2: remove leading '-' for cl::opt declarationMehdi Amini2016-12-231-1/+1
* llvm-lto2: Print diagnostics before exiting (NFC)Mehdi Amini2016-12-231-1/+5
* 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