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
/
test
/
Transforms
/
MemCpyOpt
Age
Commit message (
Expand
)
Author
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-09-14
When extending a memset range past the front, set the alignment of the
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
Fix PR4882, by making MemCpyOpt not dereference removed stores to get the
Chris Lattner
2009-09-01
enhance memcpy opt to turn memmoves into memcpy when the src/dest
Chris Lattner
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-06-01
Fix two issues that Eli Friedman pointed out, where would misoptimized code l...
Owen Anderson
2008-06-01
Test for PR2401
Owen Anderson
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-04-29
Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...
Owen Anderson
2008-04-21
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
[prev]