summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[LTO] Support filtering by hotness threshold"Bob Haarman2018-03-081-8/+1
* [LTO] Support filtering by hotness thresholdAdam Nemet2018-02-261-1/+8
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-9/+9
* Remove redundant includes from lib/LTO.Michael Zolotukhin2017-12-131-3/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-11/+9
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-1/+0
* [raw_fd_ostream] report actual error in error messagesBob Haarman2017-10-241-3/+5
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-12/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-8/+16
* This reverts r313381Vivek Pandya2017-09-151-16/+8
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-8/+16
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+2
* [LTO] Print time-passes information at conclusion of LTO codegenJames Henderson2017-05-161-0/+1
* LTO: Don't verify modules twice in verifyMergedModuleOnceAdrian Prantl2017-05-121-10/+7
* Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini2017-03-281-0/+2
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-261-0/+1
* [LTO] Share the optimization remarks setup between Thin/Full LTO.Davide Italiano2017-02-101-19/+3
* [lib/LTO] Rework optimization remarkers setup.Davide Italiano2017-02-101-16/+19
* [LTOs] Allow generation of hotness informationAdam Nemet2016-12-021-0/+9
* [LTO] Move finishOptimizationRemarks after codegenAdam Nemet2016-11-281-2/+2
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-1/+1
* [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGeneratorMehdi Amini2016-11-191-7/+7
* Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)Mehdi Amini2016-11-191-1/+1
* [LTO] Add option to generate optimization recordsAdam Nemet2016-11-181-0/+34
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Don't store Twine in a local variable.Eli Friedman2016-11-081-2/+1
* [LTO] Add error message on IO error in compileOptimizedToFile.Eli Friedman2016-11-071-0/+2
* Utility functions for appending to llvm.used/llvm.compiler.used.Evgeniy Stepanov2016-10-251-18/+6
* LTO: Use the correct mangler function in LTOCodeGenerator::applyScopeRestrict...Peter Collingbourne2016-10-121-2/+2
* Recommit "Use StringRef in LTOModule implementation (NFC)""Mehdi Amini2016-10-071-1/+1
* Revert "Use StringRef in LTOModule implementation (NFC)"Mehdi Amini2016-10-061-1/+1
* Use StringRef in LTOCodegenerator (NFC)Mehdi Amini2016-10-011-4/+4
* Use StringRef in LTOModule implementation (NFC)Mehdi Amini2016-10-011-1/+1
* [lib/LTO] Simplify. No functional change intended.Davide Italiano2016-09-021-11/+6
* [lib/LTO] Add an assertion to catch invalid opt levels.Davide Italiano2016-08-261-4/+5
* [LTOCodeGenerator] Reduce code duplication. NFCI.Davide Italiano2016-08-231-8/+8
* Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne2016-07-141-3/+3
* New pass manager for LICM.Dehao Chen2016-07-121-1/+1
* Revert "New pass manager for LICM."Vitaly Buka2016-07-121-1/+1
* New pass manager for LICM.Dehao Chen2016-07-111-1/+1
* [UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.Davide Italiano2016-06-221-1/+1
* [LTO] Move UpdateCompilerUsed.h from lib/ to include/Davide Italiano2016-06-221-1/+1
* [PM] Port MergedLoadStoreMotion to the new pass manager, take two.Davide Italiano2016-06-171-1/+1
* [PM] Revert the port of MergeLoadStoreMotion to the new pass manager.Davide Italiano2016-06-161-1/+1
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-2/+0
* [PM] Port MemCpyOpt to the new PM.Sean Silva2016-06-141-1/+1
* [PM] Port MergedLoadStoreMotion to the new pass manager.Davide Italiano2016-06-141-1/+1
OpenPOWER on IntegriCloud