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
/
GlobalDCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-10
/
+9
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+5
*
Eliminate dead global variables
Chris Lattner
2002-04-29
1
-2
/
+20
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-7
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-17
/
+17
*
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner
2002-03-06
1
-9
/
+9
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-13
/
+23
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-4
/
+13
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
1
-13
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Implement DCE of global values
Chris Lattner
2001-11-26
1
-0
/
+59