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
/
FastDSE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FastDSE in to DeadStoreElimination.
Owen Anderson
2007-08-01
1
-387
/
+0
*
Fix file header.
Owen Anderson
2007-07-23
1
-1
/
+1
*
Take advantage of undefined behavior if the source program tries to GEP
Owen Anderson
2007-07-16
1
-11
/
+4
*
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
1
-13
/
+23
*
Handle GEPs with all-zero indices in the same way we handle pointer-pointer b...
Owen Anderson
2007-07-13
1
-3
/
+12
*
Be more aggressive in removing dead stores, and in removing instructions triv...
Owen Anderson
2007-07-13
1
-8
/
+24
*
Reimplement removing stores to allocas at the end of a function. This should...
Owen Anderson
2007-07-12
1
-0
/
+160
*
Make the condition-checking for free with non-trivial dependencies more correct.
Owen Anderson
2007-07-12
1
-7
/
+19
*
Remove the end-block handling code. It was unsafe, and making it safe would ...
Owen Anderson
2007-07-12
1
-55
/
+0
*
checked in as obvious,
Gabor Greif
2007-07-12
1
-1
/
+0
*
Let MemoryDependenceAnalysis take care of updating AliasAnalysis.
Owen Anderson
2007-07-12
1
-5
/
+0
*
Handle the case where an entire structure is freed, and its dependency is a s...
Owen Anderson
2007-07-11
1
-42
/
+101
*
Add support for eliminate stores to stack-allocated memory locations at the end
Owen Anderson
2007-07-11
1
-1
/
+45
*
Handle eliminating stores that occur right before a free.
Owen Anderson
2007-07-11
1
-4
/
+15
*
Clean up a few things based on Chris' feedback.
Owen Anderson
2007-07-11
1
-6
/
+10
*
Add FastDSE, a new algorithm for doing dead store elimination. This algorith...
Owen Anderson
2007-07-11
1
-0
/
+130