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
/
Transforms
/
IPO
/
Inliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-3
/
+4
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
1
-10
/
+8
*
second patch to fix PR992/993.
Chris Lattner
2006-11-09
1
-4
/
+17
*
Minimal patch to fix PR992/PR993
Chris Lattner
2006-11-09
1
-2
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-2
/
+2
*
Remove some dead variables.
Chris Lattner
2006-05-12
1
-1
/
+0
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Let the inliner update the callgraph to reflect the changes it makes, instead
Chris Lattner
2006-01-14
1
-12
/
+2
*
Fix 80 column violations
Chris Lattner
2006-01-13
1
-2
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-10
/
+10
*
Fix the inliner to always delete any edges from the external call node to
Chris Lattner
2004-09-18
1
-8
/
+7
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix another really nasty regression that Anshu pointed out. In cases where
Chris Lattner
2004-08-08
1
-24
/
+24
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-2
/
+1
*
Fix a performance regression from the CPR patch, simplify code
Chris Lattner
2004-07-18
1
-14
/
+6
*
Fix a rather serious bug in previous checkin
Chris Lattner
2004-07-18
1
-1
/
+0
*
bug 122:
Reid Spencer
2004-07-18
1
-4
/
+3
*
Fix the inliner to be deterministic, not letting its output depend on the
Chris Lattner
2004-06-20
1
-4
/
+3
*
Fix a bug in my previous checkin
Chris Lattner
2004-05-24
1
-0
/
+1
*
Fix cases where we missed inlining some more obvious candidates because the
Chris Lattner
2004-05-23
1
-79
/
+108
*
Fix an incredibly nasty iterator invalidation problem. I am too spoiled by i...
Chris Lattner
2004-04-21
1
-18
/
+38
*
Fix typeo
Chris Lattner
2004-04-21
1
-1
/
+1
*
REALLY fix PR324: don't delete linkonce functions until after the SCC traversal
Chris Lattner
2004-04-20
1
-7
/
+28
*
Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llx
Chris Lattner
2004-04-20
1
-3
/
+7
*
Actually update the call graph as the inliner changes it. This allows us to
Chris Lattner
2004-04-12
1
-1
/
+20
*
Stop printing Function*
Chris Lattner
2004-04-12
1
-1
/
+1
*
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
1
-71
/
+54
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Do NOT inline self recursive calls into other functions. This is causing the
Chris Lattner
2003-11-09
1
-1
/
+4
*
Strip off CPR's manually, because if we don't, the inliner doesn't delete dead
Chris Lattner
2003-10-31
1
-2
/
+9
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Heavily refactor code:
Chris Lattner
2003-08-31
1
-0
/
+119