aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/ctor-list-opt.ll
AgeCommit message (Expand)Author
2011-01-16Reduce and merge testcases.Owen Anderson
2010-09-17Fix this test to avoid an "inexact" fold.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-07Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-09-27add a new testcase for constant foldable callsChris Lattner
2005-09-27Add a more difficult testcase which uses a call to a helper function to doChris Lattner
2005-09-26Testcase that uses an allocaChris Lattner
2005-09-26add another case, this one that uses getelementptr instructionsChris Lattner
2005-09-26add a test for loadChris Lattner
2005-09-26add another testcase with simple control flowChris Lattner
2005-09-26make this harder: put some code into itChris Lattner
2005-09-26new testcase for static ctor list optimizationsChris Lattner