Do not eliminate allocas whose alignment exceeds that of the
[oota-llvm.git] / test / Transforms / ScalarRepl / memcpy-from-global.ll
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2010-11-18 Chris Lattnerallow eliminating an alloca that is just copied from...
2010-11-18 Chris Lattnerenhance the "alloca is just a memcpy from constant...
2010-11-18 Chris Lattnerfix a small oversight in the "eliminate memcpy from...
2010-11-18 Chris Lattnerfilecheckize
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2007-04-25 Chris Lattnernew testcase, should be able to eliminate the alloca...