summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionImport
AgeCommit message (Expand)Author
2017-12-16[LTO] Make processing of combined module more consistentVitaly Buka
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-08-19Fix bot failures by requiring x86 targetTeresa Johnson
2017-08-19[ThinLTO] Fix ThinLTO crashTeresa Johnson
2017-08-16[PGO] Fix ThinLTO crash Xinliang David Li
2017-07-27ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie
2017-07-17Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...Teresa Johnson
2017-07-16Fix bot failures from r308114Teresa Johnson
2017-07-16Attempt 2 to debug bot failuresTeresa Johnson
2017-07-15Attempt to debug bot failuresTeresa Johnson
2017-07-15Restore with fix "[ThinLTO] Ensure we always select the same function copy to...Teresa Johnson
2017-07-15Revert r308078 (and subsequent tweak in r308079) which introduces a testChandler Carruth
2017-07-15Require asserts in new test that uses debug flagTeresa Johnson
2017-07-15[ThinLTO] Ensure we always select the same function copy to importTeresa Johnson
2017-05-03Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed...Peter Collingbourne
2017-02-22[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals.Davide Italiano
2017-02-02FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...Peter Collingbourne
2017-02-02[ThinLTO] Resolve old FIXME for alias importing in testTeresa Johnson
2016-12-15[ThinLTO] Ensure callees get hot threshold when first seen on cold pathTeresa Johnson
2016-10-24[llvm] Remove redundant --check-prefix=CHECK from testsMandeep Singh Grang
2016-09-30[thinlto] Don't decay threshold for hot callsitesPiotr Padlewski
2016-09-29[thinlto] Add cold-callsite import heuristicPiotr Padlewski
2016-09-26[thinlto] Basic thinlto fdo heuristicPiotr Padlewski
2016-08-11Don't import variadic functionsPiotr Padlewski
2016-07-18[PM] Port FunctionImport Pass to new PMTeresa Johnson
2016-07-08Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski
2016-07-08Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"Piotr Padlewski
2016-07-08Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski
2016-07-06Add 'thinlto_src_module' metadata to imported functionPiotr Padlewski
2016-05-03ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini
2016-05-02Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini
2016-05-02ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini
2016-04-21ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini
2016-04-20[ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Move summary creation out of llvm-as into optMehdi Amini
2016-04-11ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-04Fix bot errors from r265327, exact GUID which depends on pathTeresa Johnson
2016-04-04[ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-28llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.NAKAMURA Takumi
2016-03-27Use DAG check to try to appease botTeresa Johnson
2016-03-27[ThinLTO] Add optional import message and statisticsTeresa Johnson
2016-03-26ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini
2016-03-19Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson