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
/
DataStructure
/
EquivClassGraphs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add explicit iostream #includes
Chris Lattner
2006-01-22
1
-0
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-6
/
+6
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-26
/
+26
*
EquivClassGraphs is now in DataStructure.h
Chris Lattner
2005-04-02
1
-2
/
+1
*
use a callee_iterator typedef.
Chris Lattner
2005-04-02
1
-4
/
+3
*
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-04-02
1
-4
/
+4
*
don't bother |'ing in 0's
Chris Lattner
2005-03-24
1
-1
/
+1
*
Now that the dead ctor is gone, nothing uses the old node mapping exported by
Chris Lattner
2005-03-22
1
-6
/
+2
*
now that the second argument is always this->ReturnNodes, don't bother passin...
Chris Lattner
2005-03-22
1
-3
/
+5
*
remove the second argument to cloneInto
Chris Lattner
2005-03-22
1
-6
/
+3
*
remove some pointless asserts
Chris Lattner
2005-03-20
1
-1
/
+0
*
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-19
1
-2
/
+3
*
Switch to use the new interface for the EquivalenceClasses class, and fix
Chris Lattner
2005-03-19
1
-59
/
+63
*
do not bother inlining nullary functions without return values. The only
Chris Lattner
2005-03-18
1
-0
/
+3
*
make sure to mark nodes in the globals graph incomplete after computing it
Chris Lattner
2005-03-15
1
-0
/
+1
*
fix crashes when we only have a prototype for main.
Chris Lattner
2005-03-15
1
-1
/
+1
*
Finally fix (the right way) the problem where functions like this:
Chris Lattner
2005-03-15
1
-0
/
+24
*
Start using retnodes_* for iteration.
Chris Lattner
2005-03-15
1
-12
/
+9
*
avoid varialbe name collisions
Chris Lattner
2005-03-15
1
-2
/
+3
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-2
/
+2
*
rename method, add counterpart
Chris Lattner
2005-03-15
1
-1
/
+1
*
add a method to compute a commonly used mapping.
Chris Lattner
2005-03-14
1
-5
/
+3
*
Make sure to remove incomplete markers before we add to them! :)
Chris Lattner
2005-03-13
1
-0
/
+1
*
After finishing BU analysis, move all global variables from the globals
Chris Lattner
2005-03-13
1
-3
/
+24
*
ADd support for printing eqgraphs.
Chris Lattner
2005-03-13
1
-2
/
+2
*
remove this from the PA namespace, leaving it in the llvm ns
Chris Lattner
2005-03-12
1
-8
/
+7
*
Move this from the pool allocator project to here, where it logically belongs.
Chris Lattner
2005-03-12
1
-0
/
+442