index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
DeadStoreElimination.cpp
Age
Commit message (
Expand
)
Author
2005-11-30
Fix a bug where we didn't realize that vaarg reads memory. This fixes
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Adjust to changes in instruction interfaces.
Chris Lattner
2005-01-08
Fix uint64_t -> unsigned VS warnings.
Chris Lattner
2004-12-29
Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...
Chris Lattner
2004-11-28
Make DSE potentially more aggressive by being more specific about alloca sizes.
Chris Lattner
2004-09-20
Prototype these functions more accurately
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-26
Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the
Chris Lattner
2004-07-25
* Substantially simplify how free instructions are handled (potentially fixing
Chris Lattner
2004-07-25
Free instructions kill values too. This implements DeadStoreElim/free.llx
Chris Lattner
2004-07-24
obvious fix
Chris Lattner
2004-07-22
This is a trivial dead store elimination pass. It very very simple and
Chris Lattner