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
/
InlineCost.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo.
Eric Christopher
2017-06-28
1
-1
/
+1
*
[NewPM/Inliner] Reduce threshold for cold callsites in the non-PGO case
Easwaran Raman
2017-06-27
1
-1
/
+30
*
[InlineCost] Do not take INT_MAX when Cost is negative
Jun Bum Lim
2017-06-23
1
-5
/
+11
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
1
-2
/
+2
*
[InlineCost] Enable the new switch cost heuristic
Jun Bum Lim
2017-06-02
1
-76
/
+56
*
[Inliner] Do not mix callsite and callee hotness based updates.
Easwaran Raman
2017-05-16
1
-15
/
+27
*
Decrease inlinecold-threshold to 45
Easwaran Raman
2017-05-11
1
-1
/
+1
*
Refactor callsite cost computation into a helper function /NFC
Xinliang David Li
2017-05-02
1
-29
/
+35
*
[InlineCost] Improve the cost heuristic for Switch
Jun Bum Lim
2017-04-28
1
-5
/
+71
*
Remove a repeated comment line. NFC.
Easwaran Raman
2017-04-21
1
-1
/
+0
*
Tidy checking for the soft float attribute.
Eric Christopher
2017-04-15
1
-10
/
+1
*
Cache the DataLayout rather than looking it up frequently.
Eric Christopher
2017-04-15
1
-20
/
+14
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-2
/
+1
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-3
/
+3
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
1
-7
/
+0
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+1
*
[InlineCost] Move the code in isGEPOffsetConstant to a lambda.
Easwaran Raman
2017-02-25
1
-13
/
+9
*
Refactor instruction simplification code in visitors. NFC.
Easwaran Raman
2017-02-18
1
-88
/
+67
*
Improve PGO support for the new inliner
Easwaran Raman
2017-01-20
1
-17
/
+40
*
Recommit "[InlineCost] Use TTI to check if GEP is free." #3
Haicheng Wu
2017-01-20
1
-2
/
+18
*
Revert "Recommit "[InlineCost] Use TTI to check if GEP is free." #2"
Haicheng Wu
2017-01-20
1
-18
/
+2
*
Recommit "[InlineCost] Use TTI to check if GEP is free." #2
Haicheng Wu
2017-01-20
1
-2
/
+18
*
Revert "Recommit "[InlineCost] Use TTI to check if GEP is free.""
Haicheng Wu
2017-01-20
1
-18
/
+2
*
Recommit "[InlineCost] Use TTI to check if GEP is free."
Haicheng Wu
2017-01-20
1
-2
/
+18
*
Revert "[InlineCost] Use TTI to check if GEP is free."
Haicheng Wu
2017-01-19
1
-18
/
+2
*
[InlineCost] Use TTI to check if GEP is free.
Haicheng Wu
2017-01-19
1
-2
/
+18
*
Refactor inline threshold update code.
Easwaran Raman
2017-01-09
1
-22
/
+19
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-3
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-16
/
+25
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-25
/
+16
*
[Analysis] Fix typo in comment. NFC
Craig Topper
2016-12-09
1
-1
/
+1
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[InlineCost] Remove skew when calculating call costs
James Molloy
2016-11-14
1
-1
/
+3
*
Rename isHotFunction/isColdFunction to isFunctionEntryHot/isFunctionEntryCold...
Dehao Chen
2016-10-10
1
-2
/
+2
*
NFC fix doxygen comments
Piotr Padlewski
2016-09-30
1
-18
/
+18
*
Fix a thinko in r278189.
Easwaran Raman
2016-08-29
1
-1
/
+1
*
Make more fields of InlineParams Optional.
Easwaran Raman
2016-08-11
1
-4
/
+8
*
Changed sign of LastCallToStaticBouns
Piotr Padlewski
2016-08-10
1
-1
/
+1
*
Do not directly use inline threshold cl options in cost analysis.
Easwaran Raman
2016-08-10
1
-57
/
+98
*
Remove cold callsite heuristic that is not necessary because of cold callee h...
Dehao Chen
2016-08-05
1
-7
/
+5
*
Replace hot-callsite based heuristic to use its own threshold parameter inste...
Dehao Chen
2016-08-05
1
-6
/
+17
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
1
-29
/
+29
*
Implement callsite-hotness based inline cost for Sample-based PGO
Dehao Chen
2016-07-11
1
-1
/
+8
*
Fix size computation of array allocation in inline cost analysis
Easwaran Raman
2016-06-27
1
-3
/
+4
*
Use ProfileSummaryInfo in inline cost analysis.
Easwaran Raman
2016-06-09
1
-39
/
+28
*
Allow -inline-threshold to override default threshold.
Easwaran Raman
2016-05-19
1
-4
/
+7
*
Revert r269131
Easwaran Raman
2016-05-10
1
-4
/
+2
*
Reapply r266477 and r266488
Easwaran Raman
2016-05-10
1
-2
/
+4
*
[Inliner] don't assume that a Constant alloca size is a ConstantInt (PR27277)
Sanjay Patel
2016-05-09
1
-4
/
+4
*
[Inliner] Formatting. NFC.
Chad Rosier
2016-04-28
1
-36
/
+41
[next]