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
/
IPA
/
InlineCost.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-3
/
+3
*
[inliner] Skip debug intrinsics even earlier in computing the inline
Chandler Carruth
2014-02-01
1
-0
/
+10
*
[inliner] Print out extra stats about the cost, threshold, and vector
Chandler Carruth
2014-01-31
1
-0
/
+3
*
[inliner] Fix PR18206 by preventing inlining functions that call setjmp
Chandler Carruth
2013-12-13
1
-1
/
+1
*
[inliner] Completely change (and fix) how the inline cost analysis
Chandler Carruth
2013-12-13
1
-37
/
+76
*
[cleanup] Remove trailing whitespace before I start changing this file.
Chandler Carruth
2013-12-12
1
-1
/
+1
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-0
/
+4
*
Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
2013-08-08
1
-5
/
+23
*
Have InlineCost check constant fcmps
Matt Arsenault
2013-07-20
1
-4
/
+8
*
ArrayRef ca accept one element. Simplify code a little bit, also it matches now
Jakub Staszak
2013-03-07
1
-3
/
+5
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
1
-1
/
+1
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
1
-0
/
+1237