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
/
Scalar
/
EarlyCSE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
stength reduce my previous patch a bit. The only instructions
Chris Lattner
2011-01-03
1
-6
/
+9
*
fix PR8895: metadata operands don't have a strong use of their
Chris Lattner
2011-01-03
1
-4
/
+10
*
earlycse can do trivial with-a-block dead store
Chris Lattner
2011-01-03
1
-6
/
+38
*
switch the load table to use a recycling bump pointer allocator,
Chris Lattner
2011-01-03
1
-1
/
+4
*
now that loads are in their own table, we can implement
Chris Lattner
2011-01-03
1
-1
/
+12
*
split loads and calls into separate tables. Loads are now just indexed
Chris Lattner
2011-01-03
1
-42
/
+74
*
various cleanups, no functionality change.
Chris Lattner
2011-01-03
1
-24
/
+19
*
Teach EarlyCSE to do trivial CSE of loads and read-only calls.
Chris Lattner
2011-01-03
1
-22
/
+152
*
rename InstValue to SimpleValue, add some comments.
Chris Lattner
2011-01-03
1
-26
/
+41
*
Allocate nodes for the scoped hash table from a recyling bump pointer
Chris Lattner
2011-01-03
1
-5
/
+9
*
reduce redundancy in the hashing code and other misc cleanups.
Chris Lattner
2011-01-03
1
-19
/
+23
*
fix some pastos
Chris Lattner
2011-01-02
1
-4
/
+4
*
add DEBUG and -stats output to earlycse.
Chris Lattner
2011-01-02
1
-3
/
+35
*
Enhance earlycse to do CSE of casts, instsimplify and die.
Chris Lattner
2011-01-02
1
-4
/
+141
*
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2011-01-02
1
-0
/
+62
[prev]