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
/
CodeMetrics.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
1
-7
/
+2
*
Fix indentation and formatting.
Chandler Carruth
2013-01-21
1
-71
/
+71
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-3
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-04
1
-3
/
+5
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
1
-0
/
+4
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
1
-34
/
+32
*
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-03-08
1
-11
/
+0
*
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-29
1
-1
/
+1
*
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-18
1
-3
/
+4
*
Add missing forward declarations.
Eli Friedman
2011-11-04
1
-0
/
+3
*
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
1
-2
/
+5
*
whitespace
Andrew Trick
2011-10-01
1
-5
/
+5
*
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-16
1
-3
/
+2
*
make this file properly self contained.
Chris Lattner
2011-01-08
1
-0
/
+2
*
Start separating out code metrics into code size metrics and code performance...
Kenneth Uildriks
2010-10-08
1
-1
/
+6
*
What the loop unroller cares about, rather than just not unrolling loops with...
Owen Anderson
2010-09-09
1
-1
/
+7
*
Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...
Owen Anderson
2010-09-09
1
-0
/
+11
*
Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...
Kenneth Uildriks
2010-06-09
1
-0
/
+72