summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
Commit message (Expand)AuthorAgeFilesLines
* [LTO] Reject modules without datalayout.Davide Italiano2016-12-143-2/+5
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-19/+86
* LTO: Add support for multi-module bitcode files.Peter Collingbourne2016-12-142-61/+117
* LTO: Port the legacy LTO API to ModuleSymbolTable.Peter Collingbourne2016-12-131-21/+19
* LTO: Port the new LTO API to ModuleSymbolTable.Peter Collingbourne2016-12-131-44/+48
* [ThinLTO] Import only necessary DICompileUnit fieldsTeresa Johnson2016-12-121-1/+2
* LTO: Hash the parts of the LTO configuration that affect code generation.Peter Collingbourne2016-12-081-3/+36
* [LTOs] Allow generation of hotness informationAdam Nemet2016-12-022-0/+13
* Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne2016-12-011-1/+1
* LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...Peter Collingbourne2016-12-012-21/+24
* LTO: Remove Symbol::getIRName().Peter Collingbourne2016-12-011-1/+4
* [LTO] Move finishOptimizationRemarks after codegenAdam Nemet2016-11-281-2/+2
* [lib/LTO] Rename few instances of Lto to LTO.Davide Italiano2016-11-241-6/+6
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-1/+1
* Give some helper classes/functions internal linkage. NFC.Benjamin Kramer2016-11-191-0/+4
* [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGeneratorMehdi Amini2016-11-192-7/+34
* 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
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* [ThinLTO] Only promote exported locals as marked in indexTeresa Johnson2016-11-141-0/+15
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-133-43/+25
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-112-16/+9
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-113-15/+32
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-115-5/+8
* Make the Error class constructor protectedMehdi Amini2016-11-112-20/+20
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-093-3/+6
* Don't store Twine in a local variable.Eli Friedman2016-11-081-2/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-083-9/+5
* [LTO] Add error message on IO error in compileOptimizedToFile.Eli Friedman2016-11-071-0/+2
* [ThinLTO] Disable importing and other cross-module optis at -O0Teresa Johnson2016-10-311-27/+31
* [ThinLTO] Correctly resolve linkonce when importing aliaseeTeresa Johnson2016-10-301-3/+8
* Utility functions for appending to llvm.used/llvm.compiler.used.Evgeniy Stepanov2016-10-252-51/+21
* fix warningRafael Espindola2016-10-251-0/+1
* Make the LTO comdat api more symbol table friendly.Rafael Espindola2016-10-251-2/+29
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-2/+2
* [ThinLTO] Default backend threads to heavyweight_hardware_concurrencyTeresa Johnson2016-10-192-3/+6
* [cmake] Declare LLVM_CMAKE_PATH for use in subprojectsMichal Gorny2016-10-191-1/+1
* Reduce global namespace pollution. NFC.Benjamin Kramer2016-10-181-1/+1
* LTO: Use the correct mangler function in LTOCodeGenerator::applyScopeRestrict...Peter Collingbourne2016-10-121-2/+2
* [ThinLTO] Don't link module level assembly when importingTeresa Johnson2016-10-121-1/+2
* ThinLTO: don't perform incremental LTO on module without a hashMehdi Amini2016-10-082-4/+13
* ThinLTO: handles modules with empty summariesMehdi Amini2016-10-082-3/+9
* Recommit "Use StringRef in LTOModule implementation (NFC)""Mehdi Amini2016-10-072-26/+30
* Revert "Use StringRef in LTOModule implementation (NFC)"Mehdi Amini2016-10-062-30/+26
* Use StringRef in LTOCodegenerator (NFC)Mehdi Amini2016-10-011-4/+4
* Use StringRef in LTOModule implementation (NFC)Mehdi Amini2016-10-012-26/+30
* Add explanatory comment.Peter Collingbourne2016-09-291-0/+4
* LTO: Fix use-after-scope error.Peter Collingbourne2016-09-291-0/+1
* Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...Dehao Chen2016-09-281-1/+1
* Fix the bug introduced in r282616.Dehao Chen2016-09-281-1/+1
OpenPOWER on IntegriCloud