aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl
AgeCommit message (Expand)Author
2009-02-04SROA CBE Fix.Tanya Lattner
2009-02-03Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner
2009-02-03rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner
2009-02-03this test produces an undefined value, we don't careChris Lattner
2009-02-02update testChris Lattner
2009-02-02Fix a bug which caused us to miscompile a couple of AdaChris Lattner
2009-01-31Simplify and generalize the SROA "convert to scalar" transformation toChris Lattner
2009-01-28Fix some issues with volatility, move "CanConvertToScalar" check Chris Lattner
2009-01-28strengthen this test.Chris Lattner
2009-01-09Fix PR3304Chris Lattner
2009-01-08This implements the second half of the fix for PR3290, handlingChris Lattner
2009-01-07Implement the first half of PR3290: if there is a store of an Chris Lattner
2008-10-06Allow scalarrepl to treat an all-zero GEP just as bitcast.Matthijs Kooijman
2008-09-29Add a testcase showing that scalarrepl supports first class structs.Matthijs Kooijman
2008-08-23Fix PR2423 by checking all indices for out of range access, not only Chris Lattner
2008-06-22Fix PR2369 by making scalarrepl more careful about promoting Chris Lattner
2008-06-12Fix some tests.Evan Cheng
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman
2008-06-05Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2008-02-29fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner
2008-01-30Fix a bug where scalarrepl would discard offset if type would match.Chris Lattner
2007-11-04Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-30Testcase for PR1421Chris Lattner
2007-05-24testcase for PR1446Chris Lattner
2007-05-05Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner
2007-04-25new testcase, should be able to eliminate the alloca and memcpyChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-28new testcaseChris Lattner
2007-03-19add a testcase the resent patches fail on.Chris Lattner
2007-03-19add PR#Chris Lattner
2007-03-19add pr#Chris Lattner
2007-03-19new testcaseChris Lattner
2007-03-19testcase for SROA with memset etcChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-15reenable theseChris Lattner
2006-12-13xfail these until I recommit the scalarrepl patchChris Lattner
2006-12-12new testcase for pr1045Chris Lattner
2006-12-11new testcaseChris Lattner
2006-12-10new testcaseChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-07scalarrepl should not split the two elements of the vsiidx array:Chris Lattner