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
/
memcpy.ll
Age
Commit message (
Expand
)
Author
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-15
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
Fix testcase for attribute ordering.
Bill Wendling
2013-01-31
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2012-05-14
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2011-10-22
Oops! Fix test I forgot to submit as part of r142735.
Nick Lewycky
2011-10-16
Oops! Fix testcase.
Nick Lewycky
2011-10-16
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-17
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-05-23
Teach valuetracking that byval arguments with a specified alignment are
Chris Lattner
2010-12-09
enhance memcpyopt to zap memcpy's that have the same src/dst.
Chris Lattner
2010-12-01
fix a bozo bug I introduced in r119930, causing a miscompile of
Chris Lattner
2010-11-21
Implement PR8644: forwarding a memcpy value to a byval,
Chris Lattner
2010-11-18
remove a pointless restriction from memcpyopt. It was
Chris Lattner
2010-11-18
filecheckize, this is still not optimal, see PR8643
Chris Lattner
2010-10-18
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
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-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson