index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
CodeMetrics.h
Age
Commit message (
Expand
)
Author
2013-01-21
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
Fix indentation and formatting.
Chandler Carruth
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-05-04
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-16
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-08
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2011-12-29
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-11-04
Add missing forward declarations.
Eli Friedman
2011-10-01
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
whitespace
Andrew Trick
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-08
make this file properly self contained.
Chris Lattner
2010-10-08
Start separating out code metrics into code size metrics and code performance...
Kenneth Uildriks
2010-09-09
What the loop unroller cares about, rather than just not unrolling loops with...
Owen Anderson
2010-09-09
Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...
Owen Anderson
2010-06-09
Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...
Kenneth Uildriks