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
/
Transforms
/
IPO
/
SampleProfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-2
/
+3
*
Fix narrowing issue from r353129
Richard Trieu
2019-02-05
1
-1
/
+2
*
[SamplePGO][NFC] Minor improvement to replace a temporary vector with a
Wei Mi
2019-02-05
1
-3
/
+2
*
Update entry count for cold calls
David Callahan
2019-01-24
1
-2
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
We can improve the performance (generally) by memo-izing the action to map a ...
David Callahan
2019-01-15
1
-2
/
+7
*
Ignore PhiNodes when mapping sample profile data
David Callahan
2019-01-14
1
-3
/
+3
*
Revert "Merge branch 'arcpatch-D55094'"
David Callahan
2019-01-14
1
-3
/
+3
*
Merge branch 'arcpatch-D55094'
David Callahan
2019-01-14
1
-3
/
+3
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
1
-4
/
+18
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-10
/
+38
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-14
/
+12
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
1
-0
/
+1
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
1
-13
/
+10
*
[SampleFDO] Add an option to turn on/off warning about samples unused.
Wei Mi
2018-06-25
1
-0
/
+8
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-3
/
+10
*
[Dominators] Add PDT constructor from Function
Jakub Kuderski
2018-05-23
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-34
/
+35
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-50
/
+51
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-33
/
+33
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-11
/
+11
*
Move SampleProfile.h into IPO along with the rest of the IPO pass headers
David Blaikie
2018-03-22
1
-1
/
+1
*
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
Mircea Trofin
2018-02-22
1
-29
/
+9
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-3
/
+5
*
Add a pass to generate synthetic function entry counts.
Easwaran Raman
2018-01-09
1
-1
/
+1
*
Remove superfluous copies in sample profiling.
Benjamin Kramer
2017-12-28
1
-5
/
+6
*
[PGO] Fix handling of cold entry count for instrumented PGO
Teresa Johnson
2017-12-18
1
-1
/
+4
*
[PGO] Make indirect call promotion a utility
Matthew Simpson
2017-12-06
1
-3
/
+4
*
Include already promoted counts when computing SUM for VP.
Dehao Chen
2017-11-06
1
-14
/
+12
*
Include GUIDs from the same module when computing GUIDs that needs to be impo...
Dehao Chen
2017-11-01
1
-15
/
+16
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-37
/
+64
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-14
/
+17
*
Use the first instruction's count to estimate the funciton's entry frequency.
Dehao Chen
2017-10-10
1
-10
/
+19
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Directly return promoted direct call instead of rely on stripPointerCast.
Dehao Chen
2017-10-06
1
-3
/
+2
*
Annotate VP prof on indirect call if it is ICPed in the profiled binary.
Dehao Chen
2017-10-05
1
-1
/
+3
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
1
-12
/
+26
*
Refactor the SamplePGO profile annotation logic to extract inlineCallInstruct...
Dehao Chen
2017-09-30
1
-58
/
+65
*
Import all inlined indirect call targets for SamplePGO.
Dehao Chen
2017-09-19
1
-3
/
+5
*
Handle profile mismatch correctly for SamplePGO.
Dehao Chen
2017-09-19
1
-1
/
+6
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-14
1
-6
/
+37
*
Revert "Invoke GetInlineCost for legality check before inline functions in Sa...
Vitaly Buka
2017-09-14
1
-37
/
+6
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-13
1
-6
/
+37
*
Refactor the code to pass down ACT to SampleProfileLoader correctly.
Dehao Chen
2017-09-12
1
-13
/
+23
*
[OptDiag] Updating Remarks in SampleProfile
Eli Friedman
2017-08-11
1
-30
/
+45
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
[Dominators] Make IsPostDominator a template parameter
Jakub Kuderski
2017-07-14
1
-4
/
+7
*
Hook the sample PGO machinery in the new PM
Dehao Chen
2017-06-29
1
-1
/
+2
[next]