summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
AgeCommit message (Expand)Author
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-12-01[ThinLTO] Allow importing of functions with var argsTeresa Johnson
2018-11-19[ProfileSummary] Standardize methods and fix commentVedant Kumar
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-14[ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson
2018-10-12[ThinLTO] Don't import GV which contains blockaddressEugene Leviant
2018-09-27[WPD] Fix incorrect devirtualization after indirect call promotionTeresa Johnson
2018-06-26[ThinLTO] Add string saver onto index for value namesTeresa Johnson
2018-06-26[ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson
2018-06-06[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson
2018-03-31[ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson
2018-03-13[ThinLTO] Add funtions in callees metadata to CallGraphEdgesTaewook Oh
2018-02-22[ThinLTO] Represent relative BF using a scaled representation .Easwaran Raman
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman
2018-01-22[ThinLTO] Re-commit of dot dumper after test fixEugene Leviant
2018-01-21Temporarily revert r323062 to investigate buildbot failuresEugene Leviant
2018-01-21[ThinLTO] Implement summary visualizerEugene Leviant
2017-12-25[ThinLTO] Don't import functions with noinline attributeEugene Leviant
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman
2017-11-17[ThinLTO] Remove too aggressive assertion in building function call graph.Volodymyr Sapsai
2017-11-10[ThinLTO] Fix missing call graph edges for calls with bitcasts.Volodymyr Sapsai
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-09-13[ThinLTO] AliasSummary should not have any referencesTeresa Johnson
2017-09-07ModuleSummaryAnalysis: Correctly handle all function operand references.Peter Collingbourne
2017-09-01ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...Peter Collingbourne
2017-08-22[lib/Analysis] - Mark personality functions as live.George Rimar
2017-08-16[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos
2017-07-07Increase the import-threshold for crtical functions.Dehao Chen
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-05-10Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson
2017-05-09[ProfileSummary] Make getProfileCount a non-static member function.Easwaran Raman
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne
2017-05-03Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed...Peter Collingbourne
2017-03-31ModuleSummaryAnalysis: Use a more precise #include. NFC.Peter Collingbourne
2017-03-21Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson
2017-02-28Add function importing info from samplepgo profile to the module summary.Dehao Chen