aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/MemCpyOpt
Commit message (Expand)AuthorAgeFilesLines
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-1/+1
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-1/+1
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-032-0/+2
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-141-0/+18
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-119-11/+11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-088-10/+10
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-088-10/+10
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-081-0/+45
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-012-107/+37
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-042-2/+2
* Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson2008-06-011-1/+1
* Test for PR2401Owen Anderson2008-06-011-0/+107
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson2008-04-291-0/+17
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-212-4/+4
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-097-0/+260