index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
InlineCost.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now using a variant of the existing inlining heuristics to decide whether to ...
Kenneth Uildriks
2010-10-09
1
-0
/
+12
*
Start separating out code metrics into code size metrics and code performance...
Kenneth Uildriks
2010-10-08
1
-2
/
+4
*
Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...
Owen Anderson
2010-09-09
1
-10
/
+1
*
Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...
Kenneth Uildriks
2010-06-09
1
-40
/
+5
*
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
Nick Lewycky
2010-05-12
1
-0
/
+3
*
Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...
David Chisnall
2010-05-01
1
-0
/
+8
*
fix file header.
Chris Lattner
2010-04-22
1
-1
/
+1
*
Add comment (lost when reverting and reapplying 101503).
Dale Johannesen
2010-04-17
1
-0
/
+2
*
Reapply 101503+101520. These are "obviously correct" [Chris]
Dale Johannesen
2010-04-17
1
-2
/
+2
*
Revert 101520, which depended on 101503, which was reverted.
Dan Gohman
2010-04-16
1
-0
/
+1
*
Revert commit 101503 (johannes), in the hope of fixing the dragonegg build,
Duncan Sands
2010-04-16
1
-4
/
+1
*
Trim a #include.
Dan Gohman
2010-04-16
1
-1
/
+0
*
Use a ValueMap not a std::map for the reason indicated
Dale Johannesen
2010-04-16
1
-1
/
+4
*
Make callIsSmall accessible as a utility function.
Dan Gohman
2010-04-16
1
-0
/
+4
*
Remove extra parameter.
Devang Patel
2010-03-13
1
-1
/
+1
*
Do not overestimate code size reduction in presense of debug info.
Devang Patel
2010-03-13
1
-1
/
+5
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+5
*
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
2010-03-09
1
-5
/
+0
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+5
*
Update CodeMetrics to count 'big' function calls explicitly.
Jakob Stoklund Olesen
2010-02-05
1
-10
/
+13
*
Fix inline cost predictions with SCIENCE.
Jakob Stoklund Olesen
2010-01-26
1
-1
/
+3
*
Fix resetCachedCostInfo to reset all of the cost information, instead of
Dan Gohman
2009-10-13
1
-1
/
+1
*
Split code not specific to Function inlining out into a separate class,
Dan Gohman
2009-10-13
1
-36
/
+44
*
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
1
-0
/
+172