1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Chris Lattner 2c2c37b2b1 enhance memcpy opt to turn memmoves into memcpy when the src/dest
don't alias.  Remove an old and poorly reduced testcase that fails
with this transform for reasons unrelated to the original test.

llvm-svn: 80693
2009-09-01 17:56:32 +00:00
..
Hello Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
Instrumentation Update CMake files. 2009-09-01 17:01:02 +00:00
IPO Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
Scalar enhance memcpy opt to turn memmoves into memcpy when the src/dest 2009-09-01 17:56:32 +00:00
Utils Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00