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
/
ProfileData
/
ProfileSummaryBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[ProfileSummary] Count callsite samples when computing total samples.
Taewook Oh
2019-04-03
1
-4
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[ProfileData] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
[ProfileSummary] Remove repeated cutoffs; NFCI
George Burgess IV
2018-04-12
1
-2
/
+2
*
Remove redundant includes from lib/ProfileData.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
NFC Add const
Piotr Padlewski
2016-09-30
1
-3
/
+3
*
[ProfData] Remove global constructor from ProfileSummaryBuilder.
Benjamin Kramer
2016-05-27
1
-5
/
+7
*
[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.
Benjamin Kramer
2016-05-20
1
-8
/
+8
*
Remove specializations of ProfileSummary
Easwaran Raman
2016-05-19
1
-7
/
+8
*
Move ProfileSummary to IR.
Easwaran Raman
2016-05-19
1
-0
/
+113