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
...
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-5
/
+10
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-10
/
+5
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-5
/
+10
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-3
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-07
1
-1
/
+3
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-3
/
+3
*
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
1
-14
/
+58
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
1
-3
/
+27
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-04
1
-39
/
+11
*
Add two statistics to help track how we are computing the inline cost.
Chandler Carruth
2012-04-11
1
-0
/
+5
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
1
-1
/
+4
*
Fix a typo reported in IRC by someone reviewing this code.
Chandler Carruth
2012-03-31
1
-1
/
+1
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
1
-10
/
+0
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
1
-543
/
+898
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
1
-8
/
+4
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
1
-158
/
+0
*
Make the swap code here a bit more obvious what its doing... We're
Chandler Carruth
2012-03-15
1
-1
/
+1
*
Don't assume that the arguments are processed in some particular order.
Chandler Carruth
2012-03-15
1
-2
/
+4
*
Remove all remnants of partial specialization in the cost computation
Chandler Carruth
2012-03-15
1
-69
/
+0
*
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-14
1
-3
/
+86
*
Refactor the inline cost bonus calculation for constants to use
Chandler Carruth
2012-03-14
1
-20
/
+26
*
Make helper static, so it can be inlined into its sole caller.
Benjamin Kramer
2012-03-10
1
-3
/
+3
*
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-03-09
1
-107
/
+146
*
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-03-08
1
-14
/
+10
*
Use precomputed BB size instead of BB->size().
Nick Lewycky
2012-01-25
1
-1
/
+1
*
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
1
-1
/
+55
*
Fix CountCodeReductionForAlloca to more accurately represent what SROA can and
Nick Lewycky
2012-01-20
1
-16
/
+60
*
Continue counting intrinsics as instructions (except when they aren't, such as
Nick Lewycky
2011-12-21
1
-3
/
+17
*
Fix typo and spacing, no functionality change.
Nick Lewycky
2011-12-21
1
-2
/
+2
*
A call to a function marked 'noinline' is not an inline candidate. The sole
Nick Lewycky
2011-12-21
1
-4
/
+4
*
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-18
1
-6
/
+8
*
A FIXME about block addresses and indirectbr.
Eli Friedman
2011-10-20
1
-0
/
+6
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-6
/
+5
*
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
1
-12
/
+20
*
whitespace
Andrew Trick
2011-10-01
1
-46
/
+46
*
Change condition for determining whether a function is small for inlining met...
Eli Friedman
2011-05-24
1
-1
/
+1
*
Extra refactoring noticed by Eli Friedman.
Rafael Espindola
2011-05-16
1
-9
/
+8
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Remove premature optimization that avoided calculating argument weights
Eric Christopher
2011-02-06
1
-5
/
+0
*
Fix cut and paste error spotted by Jakob.
Eric Christopher
2011-02-05
1
-1
/
+1
*
Rewrite how the indirect call bonus is handled. This now works by:
Eric Christopher
2011-02-05
1
-78
/
+125
*
Reapply 124275 since the Dragonegg failure was unreproducible.
Eric Christopher
2011-02-01
1
-82
/
+85
*
Temporarily revert 124275 to see if it brings the dragonegg buildbot back.
Eric Christopher
2011-01-26
1
-85
/
+82
*
Separate out the constant bonus from the size reduction metrics. Rework
Eric Christopher
2011-01-26
1
-82
/
+85
*
Coding style formatting changes.
Eric Christopher
2011-01-26
1
-7
/
+2
[prev]
[next]