aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-14[StackSafety] Use ValueInfo in ParamAccess::CallVitaly Buka1-1/+1
2020-06-10[StackSafety] Pass summary into codegenVitaly Buka1-0/+22
2020-06-10[StackSafety] Add info into function summaryVitaly Buka1-12/+33
2020-05-28[ThinLTO] Compute the basic block count across modules.Hiroshi Yamauchi1-0/+1
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper1-1/+1
2020-04-27[llvm][NFC] Use CallBase instead of Instruction in ProfileSummaryInfoMircea Trofin1-1/+1
2020-04-23[llvm][NFC][CallSite] Remove CallSite from TypeMetadataUtils & relatedMircea Trofin1-8/+7
2020-04-14Revert "Move ModuleSummaryAnalysis from libAnalysis to libObject to break the...Mehdi Amini1-0/+890
2020-04-13Move ModuleSummaryAnalysis from libAnalysis to libObject to break the depende...Mehdi Amini1-890/+0
2020-02-18[NFC] Remove trailing spaceJim Lin1-1/+1
2020-01-23[ThinLTO] Summarize vcall_visibility metadataTeresa Johnson1-3/+5
2020-01-15[ThinLTO] Always import constantsevgeny1-2/+6
2019-12-18[ThinLTO] Show preserved symbols in DOT filesevgeny1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-11-08ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson1-2/+4
2019-08-22IR. Change strip* family of functions to not look through aliases.Peter Collingbourne1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-6/+6
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant1-27/+95
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant1-95/+27
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant1-27/+95
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner1-83/+27
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant1-27/+83
2019-07-02[ThinLTO] Add summary entries for index-based WPDTeresa Johnson1-3/+110
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson1-4/+8
2019-03-15[ThinLTO] Restructure AliasSummary to contain ValueInfo of AliaseeTeresa Johnson1-3/+5
2019-01-28[ThinLTO] Add option to dump per-module summary dot graphTeresa Johnson1-0/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson1-111/+4
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson1-4/+111
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson1-1/+5
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman1-5/+6
2018-12-01[ThinLTO] Allow importing of functions with var argsTeresa Johnson1-9/+2
2018-11-19[ProfileSummary] Standardize methods and fix commentVedant Kumar1-2/+2
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant1-17/+58
2018-11-14[ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson1-2/+7
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu1-58/+17
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant1-17/+58
2018-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson1-10/+9
2018-10-12[ThinLTO] Don't import GV which contains blockaddressEugene Leviant1-3/+16
2018-09-27[WPD] Fix incorrect devirtualization after indirect call promotionTeresa Johnson1-11/+12
2018-06-26[ThinLTO] Add string saver onto index for value namesTeresa Johnson1-2/+2
2018-06-26[ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson1-6/+6
2018-06-06[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson1-1/+1
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