summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* processStore may delete the instruction, avoidTorok Edwin2008-05-041-2/+1
* Revert r50441. The original code was correct. Add some more comments so tha...Owen Anderson2008-04-291-3/+9
* Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson2008-04-291-4/+6
* We should be returning true here since we've changed the function.Owen Anderson2008-04-291-1/+1
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-211-92/+44
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-091-0/+769
OpenPOWER on IntegriCloud