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
/
test
/
Transforms
/
SampleProfile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not inline recursive direct calls in sample loader pass.
Dehao Chen
2017-06-21
2
-0
/
+19
*
Do not early-inline recursive calls in sample profile loader.
Dehao Chen
2017-06-08
2
-0
/
+16
*
Cleanup tests to not share a DISubprogram between multiple Functions.
Adrian Prantl
2017-05-04
2
-32
/
+50
*
Build SymbolMap in SampleProfileLoader to help matchin function names with su...
Dehao Chen
2017-04-17
2
-0
/
+50
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
2
-3
/
+13
*
Emit less compiler optimization remarks in samplepgo to reduce a call to find...
Dehao Chen
2017-04-10
2
-2
/
+2
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-6
/
+6
*
Do not set branch weight if the branch weight annotation is present.
Dehao Chen
2017-03-23
1
-1
/
+4
*
Remove the sample pgo annotation heuristic that uses call count to annotate b...
Dehao Chen
2017-03-06
2
-8
/
+8
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
2
-0
/
+35
*
Use base discriminator in sample pgo profile matching.
Dehao Chen
2017-02-23
6
-20
/
+20
*
Fix an obvious bug in SampleProfileReaderGCC.
Dehao Chen
2017-02-22
2
-0
/
+26
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-2
/
+2
*
Fix the samplepgo indirect call promotion bug: we should not promote a direct...
Dehao Chen
2017-02-06
2
-0
/
+18
*
Merge DebugLoc on combined stores; in this case, when combining stores
Paul Robinson
2017-02-06
1
-2
/
+2
*
Fix the bug of samplepgo indirect call promption when type casting of the ret...
Dehao Chen
2017-02-06
1
-7
/
+9
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-31
2
-0
/
+43
*
Revert r292979 which causes compile time failure.
Dehao Chen
2017-01-30
2
-39
/
+0
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-24
2
-0
/
+39
*
Add indirect call promotion to SamplePGO
Dehao Chen
2017-01-20
2
-0
/
+22
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
1
-99
/
+104
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Only sets profile summary when it was not preset.
Dehao Chen
2016-12-14
1
-0
/
+1
*
Before sample pgo annotation, do not inline a function that has no debug info...
Dehao Chen
2016-11-22
3
-1
/
+24
*
Change the basic block weight calculation algorithm to use max instead of vot...
Dehao Chen
2016-09-21
2
-8
/
+8
*
Handle early inline for hot callsites that reside in the same basic block.
Dehao Chen
2016-09-19
2
-2
/
+2
*
Only set branch weight during sample pgo annotation when max_weight of the br...
Dehao Chen
2016-09-19
1
-8
/
+5
*
Use call target count to derive the call instruction weight
Dehao Chen
2016-09-19
1
-1
/
+1
*
Handle Invoke during sample profiler annotation: make it inlinable.
Dehao Chen
2016-09-18
2
-0
/
+50
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-2
/
+2
*
Fine tuning of sample profile propagation algorithm.
Dehao Chen
2016-08-12
10
-28
/
+29
*
Tune the weight propagation algorithm for sample profile.
Dehao Chen
2016-07-11
1
-4
/
+4
*
Remove inline hints computation from SampleProfile.cpp
Dehao Chen
2016-07-08
1
-41
/
+0
*
Hookup ProfileSummary with SampleProfilerLoader
Dehao Chen
2016-06-24
2
-0
/
+18
*
Pass AssumptionCacheTracker from SampleProfileLoader to Inliner
Dehao Chen
2016-06-20
2
-0
/
+75
*
[PM] Port the Sample FDO to new PM (part-2)
Xinliang David Li
2016-05-27
17
-0
/
+27
*
Remove sample profile dependency to instcombine, which is not a analysis pass.
Dehao Chen
2016-05-27
4
-4
/
+4
*
Tune basic block annotation algorithm.
Dehao Chen
2016-04-26
2
-172
/
+251
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
16
-58
/
+45
*
[DebugInfo] Fix even more tests to include DICompileunit.
Davide Italiano
2016-04-11
3
-0
/
+6
*
More upgrading of old- and very-old-style debug info in testcases.
Adrian Prantl
2016-04-11
11
-16
/
+13
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
13
-13
/
+13
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
4
-4
/
+4
*
Perform InstructioinCombiningPass before SampleProfile pass.
Dehao Chen
2016-03-01
5
-3
/
+49
*
Set function entry count as 0 if sample profile is not found for the function.
Dehao Chen
2016-02-22
1
-0
/
+7
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-0
/
+0
[next]