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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.h
Tanya Lattner
2007-06-19
1
-65
/
+0
*
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
1
-2
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+1
*
the inliner pass now passes targetdata down through the inliner api's
Chris Lattner
2007-01-30
1
-0
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Simplify the interface and remove an unneeded #include
Chris Lattner
2004-05-23
1
-9
/
+1
*
REALLY fix PR324: don't delete linkonce functions until after the SCC traversal
Chris Lattner
2004-04-20
1
-0
/
+5
*
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
1
-6
/
+0
*
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
-0
/
+6
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Heavily refactor code:
Chris Lattner
2003-08-31
1
-0
/
+52