summaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt/align.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-04
* fix typoChris Lattner2011-01-10
* start using irbuilder to make mem intrinsics in a few passes.Chris Lattner2010-12-26
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-14