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
*
[inliner] Fix the early-exit of the inline cost analysis to correctly
Chandler Carruth
2015-05-27
1
-25
/
+32
*
[Inliner] Don't inline functions with frameescape calls
Reid Kleckner
2015-04-14
1
-8
/
+19
*
[inliner] Don't inline a function if it doesn't have exactly the same
Akira Hatanaka
2015-04-13
1
-4
/
+6
*
Correctly estimate SROA savings for store operands in inline cost analysis.
Wei Mi
2015-03-20
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-27
/
+26
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-5
/
+5
*
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
Mehdi Amini
2015-03-03
1
-3
/
+3
*
Analysis: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-5
/
+2
*
Fix a crash in the assumption cache when inlining indirect function calls
Bjorn Steinbrink
2015-02-12
1
-6
/
+6
*
[InstSimplify] Add SimplifyFPBinOp function.
Michael Zolotukhin
2015-02-06
1
-1
/
+7
*
Value soft float calls as more expensive in the inliner.
Cameron Esfahani
2015-02-05
1
-0
/
+19
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-2
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+11
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-7
/
+26
*
Suppress inlining when the block address is taken
Gerolf Hoflehner
2014-07-01
1
-6
/
+13
*
Check the alwaysinline attribute on the call as well as on the caller.
Peter Collingbourne
2014-05-19
1
-1
/
+1
*
[inliner] Significantly improve the compile time in cases like PR19499
Chandler Carruth
2014-04-28
1
-3
/
+23
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove some dead code
Nuno Lopes
2014-04-17
1
-18
/
+0
*
Reverse 206485.
Gerolf Hoflehner
2014-04-17
1
-8
/
+2
*
Inline a function when the always_inline attribute
Gerolf Hoflehner
2014-04-17
1
-2
/
+8
*
Handle vlas during inline cost computation if they'll be turned
Eric Christopher
2014-04-07
1
-1
/
+10
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+2
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-02-26
1
-1
/
+1
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-4
/
+4
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-20
/
+20
*
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