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
/
test
/
Transforms
/
DeadStoreElimination
Commit message (
Expand
)
Author
Age
Files
Lines
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
1
-1
/
+1
*
Fix DSE to not eliminate volatile loads with no uses.
Dan Gohman
2008-04-28
1
-0
/
+8
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
4
-0
/
+0
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
9
-997
/
+996
*
Make DSE much more aggressive by performing DCE earlier. Update a testcase t...
Owen Anderson
2008-01-30
1
-1
/
+1
*
Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...
Owen Anderson
2008-01-29
1
-0
/
+52
*
DeadStoreElimination can treat byval parameters as if there were alloca's for...
Owen Anderson
2008-01-25
1
-0
/
+10
*
Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been
Owen Anderson
2007-11-01
1
-1
/
+1
*
Forgot to update these files for the FastDSE changes.
Owen Anderson
2007-08-01
4
-4
/
+4
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
5
-5
/
+5
*
Move these tests to use FastDSE instead of old DSE.
Owen Anderson
2007-07-23
9
-9
/
+9
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
10
-0
/
+1206