summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionImport
Commit message (Expand)AuthorAgeFilesLines
* [LTO] Make processing of combined module more consistentVitaly Buka2017-12-161-1/+1
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-161-5/+6
* Fix bot failures by requiring x86 targetTeresa Johnson2017-08-191-0/+2
* [ThinLTO] Fix ThinLTO crashTeresa Johnson2017-08-192-0/+15
* [PGO] Fix ThinLTO crash Xinliang David Li2017-08-162-0/+20
* ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie2017-07-271-6/+3
* Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...Teresa Johnson2017-07-173-88/+0
* Fix bot failures from r308114Teresa Johnson2017-07-161-10/+10
* Attempt 2 to debug bot failuresTeresa Johnson2017-07-161-8/+10
* Attempt to debug bot failuresTeresa Johnson2017-07-151-8/+8
* Restore with fix "[ThinLTO] Ensure we always select the same function copy to...Teresa Johnson2017-07-153-0/+86
* Revert r308078 (and subsequent tweak in r308079) which introduces a testChandler Carruth2017-07-153-86/+0
* Require asserts in new test that uses debug flagTeresa Johnson2017-07-151-0/+3
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2017-07-153-0/+83
* Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed...Peter Collingbourne2017-05-031-10/+0
* [ModuleSummaryAnalysis] Don't crash when referencing unnamed globals.Davide Italiano2017-02-221-0/+10
* FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...Peter Collingbourne2017-02-021-7/+3
* [ThinLTO] Resolve old FIXME for alias importing in testTeresa Johnson2017-02-021-2/+4
* [ThinLTO] Ensure callees get hot threshold when first seen on cold pathTeresa Johnson2016-12-152-0/+95
* [llvm] Remove redundant --check-prefix=CHECK from testsMandeep Singh Grang2016-10-241-1/+1
* [thinlto] Don't decay threshold for hot callsitesPiotr Padlewski2016-09-302-20/+79
* [thinlto] Add cold-callsite import heuristicPiotr Padlewski2016-09-291-4/+14
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-262-0/+149
* Don't import variadic functionsPiotr Padlewski2016-08-112-0/+9
* [PM] Port FunctionImport Pass to new PMTeresa Johnson2016-07-181-0/+2
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-2/+2
* Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"Piotr Padlewski2016-07-081-3/+3
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-3/+3
* Add 'thinlto_src_module' metadata to imported functionPiotr Padlewski2016-07-061-10/+11
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-032-0/+10
* Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini2016-05-022-10/+0
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-022-0/+10
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-212-3/+57
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-202-0/+30
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-1/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-152-14/+11
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-1/+1
* Make aliases explicit in the summaryMehdi Amini2016-04-131-1/+1
* Move summary creation out of llvm-as into optMehdi Amini2016-04-124-8/+8
* ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini2016-04-112-9/+9
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-5/+3
* Fix bot errors from r265327, exact GUID which depends on pathTeresa Johnson2016-04-041-34/+33
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-041-1/+36
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-012-2/+2
* llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.NAKAMURA Takumi2016-03-281-0/+2
* Use DAG check to try to appease botTeresa Johnson2016-03-271-1/+1
* [ThinLTO] Add optional import message and statisticsTeresa Johnson2016-03-271-1/+14
* ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini2016-03-264-6/+6
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-1/+1
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-154-8/+8
OpenPOWER on IntegriCloud