aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-31[ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson1-1/+18
2018-03-13[ThinLTO] Add funtions in callees metadata to CallGraphEdgesTaewook Oh1-0/+12
2018-02-22[ThinLTO] Represent relative BF using a scaled representation .Easwaran Raman1-11/+3
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman1-3/+18
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman1-18/+3
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman1-3/+18
2018-01-22[ThinLTO] Re-commit of dot dumper after test fixEugene Leviant1-1/+1
2018-01-21Temporarily revert r323062 to investigate buildbot failuresEugene Leviant1-1/+1
2018-01-21[ThinLTO] Implement summary visualizerEugene Leviant1-1/+1
2017-12-25[ThinLTO] Don't import functions with noinline attributeEugene Leviant1-1/+3
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman1-1/+1
2017-11-17[ThinLTO] Remove too aggressive assertion in building function call graph.Volodymyr Sapsai1-2/+3
2017-11-10[ThinLTO] Fix missing call graph edges for calls with bitcasts.Volodymyr Sapsai1-3/+7
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-4/+5
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile1-5/+4
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-4/+5
2017-09-13[ThinLTO] AliasSummary should not have any referencesTeresa Johnson1-1/+1
2017-09-07ModuleSummaryAnalysis: Correctly handle all function operand references.Peter Collingbourne1-7/+5
2017-09-01ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...Peter Collingbourne1-54/+56
2017-08-22[lib/Analysis] - Mark personality functions as live.George Rimar1-0/+6
2017-08-16[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko1-4/+29
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos1-6/+17
2017-07-07Increase the import-threshold for crtical functions.Dehao Chen1-1/+1
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne1-0/+10
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov1-6/+6
2017-05-10Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson1-0/+1
2017-05-09[ProfileSummary] Make getProfileCount a non-static member function.Easwaran Raman1-1/+1
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne1-20/+23
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu1-23/+20
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne1-20/+23
2017-05-03Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed...Peter Collingbourne1-6/+0
2017-03-31ModuleSummaryAnalysis: Use a more precise #include. NFC.Peter Collingbourne1-1/+1
2017-03-21Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen1-1/+1
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson1-3/+2
2017-02-28Add function importing info from samplepgo profile to the module summary.Dehao Chen1-0/+5
2017-02-22[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals.Davide Italiano1-0/+6
2017-02-10IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne1-21/+104
2017-02-03Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-8/+4
2017-02-03[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+8
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-8/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+8
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-8/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+8
2017-01-21Add missing dependency to "Module Summary Analysis" passMehdi Amini1-0/+1
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson1-4/+27
2017-01-05[ThinLTO] Use DenseSet instead of SmallPtrSet for holding GUIDsTeresa Johnson1-4/+4
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson1-26/+71
2016-12-27[ThinLTO] Fix "||" vs "|" mixup.Teresa Johnson1-1/+1
2016-12-21IR: Function summary representation for type tests.Peter Collingbourne1-6/+28
2016-12-20IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne1-25/+23