aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/MemCpyOptimizer.cpp
AgeCommit message (Expand)Author
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-06-01Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson
2008-06-01Don't remove the memcpy when call slot substitution fails.Owen Anderson
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif
2008-05-04processStore may delete the instruction, avoidTorok Edwin
2008-04-29Revert r50441. The original code was correct. Add some more comments so tha...Owen Anderson
2008-04-29Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson
2008-04-29We should be returning true here since we've changed the function.Owen Anderson
2008-04-21Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson
2008-04-09Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson