index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ProfileSummaryInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[PGO][PGSO] ProfileSummary changes.
Hiroshi Yamauchi
2019-09-24
1
-0
/
+67
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-4
/
+3
*
Add optional arg to profile count getters to filter
Xinliang David Li
2019-04-24
1
-2
/
+3
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-1
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
1
-18
/
+2
*
[SampleFDO] Extend profile-sample-accurate option to cover isFunctionColdInCa...
Wei Mi
2018-12-12
1
-1
/
+8
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-6
/
+6
*
[ProfileSummary] Add options to override hot and cold count thresholds.
Easwaran Raman
2018-11-02
1
-0
/
+18
*
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
Wei Mi
2018-08-07
1
-2
/
+2
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-0
/
+12
*
Fix a typo in a comment; NFC
George Burgess IV
2018-04-12
1
-1
/
+1
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-4
/
+4
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
[PGO] Function section hotness prefix should look at all blocks
Teresa Johnson
2017-12-20
1
-19
/
+39
*
Move accurate-sample-profile into the function attribute.
Dehao Chen
2017-08-24
1
-3
/
+4
*
Adjust the hotness threshold from 99.9% to 99%.
Dehao Chen
2017-08-04
1
-1
/
+1
*
Use profile summary to disable peeling for huge working sets
Teresa Johnson
2017-08-03
1
-8
/
+24
*
Do not want to use BFI to get profile count for sample pgo
Dehao Chen
2017-08-03
1
-2
/
+18
*
Add hasProfileSummary and has{Sample|Instrumentation}Profile methods
Easwaran Raman
2017-05-16
1
-1
/
+1
*
Restrict call metadata based hotness detection to Sample PGO mode
Teresa Johnson
2017-05-11
1
-5
/
+8
*
Use isFunctionHotInCallGraph to set the function section prefix.
Dehao Chen
2017-03-23
1
-0
/
+38
*
[ProfileSummaryInfo] Remove unneeded braces. NFCI.
Davide Italiano
2017-03-10
1
-2
/
+1
*
Refactor the PSI to extract getCallSiteCount and remove checks for profile type.
Dehao Chen
2017-03-10
1
-32
/
+21
*
Do not use branch metadata to check if a basic block is hot.
Dehao Chen
2017-03-10
1
-12
/
+1
*
Compute summary before calling extractProfTotalWeight
Easwaran Raman
2017-01-14
1
-11
/
+11
*
ProfileSummaryInfo improvements.
Easwaran Raman
2017-01-13
1
-5
/
+48
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Add isHotBB helper function to ProfileSummaryInfo
Dehao Chen
2016-11-09
1
-0
/
+20
*
Tune isHotFunction/isColdFunction
Dehao Chen
2016-10-11
1
-6
/
+2
*
Rename isHotFunction/isColdFunction to isFunctionEntryHot/isFunctionEntryCold...
Dehao Chen
2016-10-10
1
-12
/
+10
*
NFC fix doxygen comments
Piotr Padlewski
2016-09-30
1
-7
/
+7
*
Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...
Dehao Chen
2016-09-28
1
-17
/
+12
*
Fix the bug when -compile-twice is specified, the PSI will be invalidated.
Dehao Chen
2016-09-28
1
-3
/
+12
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+2
*
Add null checks before using a pointer.
Richard Trieu
2016-06-10
1
-0
/
+4
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
1
-0
/
+161
*
Revert r271728 as it breaks Windows build
Easwaran Raman
2016-06-03
1
-161
/
+0
*
Analysis pass to access profile summary info
Easwaran Raman
2016-06-03
1
-0
/
+161