summaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt/form-memset.ll
Commit message (Expand)AuthorAge
* revert 123144, reenabling the rest of memset formation.Chris Lattner2011-01-12
* revert r123146 which disabled code that wasn't the root causeChris Lattner2011-01-12
* another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhostChris Lattner2011-01-10
* temporarily disable memset formation from memsets in an effort to restore bui...Chris Lattner2011-01-09
* Merge memsets followed by neighboring memsets and other stores intoChris Lattner2011-01-08
* fix an issue in IsPointerOffset that prevented us from recognizing thatChris Lattner2011-01-08
* enhance memcpyopt to merge a store and a subsequentChris Lattner2011-01-08
* merge two tests and filecheckifyChris Lattner2011-01-08
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-21
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-09