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
/
Utils
/
PromoteMemoryToRegister.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate visited, CurrentValue, and WriteSets as instance variables of
Chris Lattner
2002-04-28
1
-53
/
+54
*
* Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
Chris Lattner
2002-04-28
1
-4
/
+12
*
This huge changeset is a strictly cleanup change
Chris Lattner
2002-04-28
1
-228
/
+174
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
1
-3
/
+0
*
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-28
1
-4
/
+4
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-8
/
+6
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-2
/
+3
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+0
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-19
/
+16
*
* Move classes around
Cameron Buschardt
2002-03-27
1
-29
/
+36
*
Implemented promote mem->reg pass.
Cameron Buschardt
2002-03-27
1
-64
/
+286
*
Namespaces
Chris Lattner
2002-02-24
1
-1
/
+1
*
Add neccesary #include
Chris Lattner
2002-02-12
1
-0
/
+1
*
I forgot to provide dominance frontier information. Now it's available.
Chris Lattner
2002-02-12
1
-5
/
+24
*
Initial checkin of new memory -> register promotion pass
Chris Lattner
2002-02-12
1
-0
/
+93
[prev]