summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl/memcpy-from-global.ll
Commit message (Expand)AuthorAge
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-19
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27
* allow eliminating an alloca that is just copied from an constant globalChris Lattner2010-11-18
* enhance the "alloca is just a memcpy from constant global"Chris Lattner2010-11-18
* fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner2010-11-18
* filecheckizeChris Lattner2010-11-18
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* 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
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* new testcase, should be able to eliminate the alloca and memcpyChris Lattner2007-04-25