index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
DeadStoreElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Fix a bug where we didn't realize that vaarg reads memory. This fixes
Chris Lattner
2005-11-30
1
-0
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Adjust to changes in instruction interfaces.
Chris Lattner
2005-01-29
1
-6
/
+5
*
Fix uint64_t -> unsigned VS warnings.
Chris Lattner
2005-01-08
1
-2
/
+2
*
Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...
Chris Lattner
2004-12-29
1
-1
/
+2
*
Make DSE potentially more aggressive by being more specific about alloca sizes.
Chris Lattner
2004-11-28
1
-4
/
+10
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the
Chris Lattner
2004-07-26
1
-1
/
+4
*
* Substantially simplify how free instructions are handled (potentially fixing
Chris Lattner
2004-07-25
1
-43
/
+52
*
Free instructions kill values too. This implements DeadStoreElim/free.llx
Chris Lattner
2004-07-25
1
-4
/
+13
*
obvious fix
Chris Lattner
2004-07-24
1
-0
/
+1
*
This is a trivial dead store elimination pass. It very very simple and
Chris Lattner
2004-07-22
1
-0
/
+139