summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/ctor-list-opt.ll
Commit message (Expand)AuthorAge
* Reduce and merge testcases.Owen Anderson2011-01-16
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-17
* 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
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-07
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* add a new testcase for constant foldable callsChris Lattner2005-09-27
* Add a more difficult testcase which uses a call to a helper function to doChris Lattner2005-09-27
* Testcase that uses an allocaChris Lattner2005-09-26
* add another case, this one that uses getelementptr instructionsChris Lattner2005-09-26
* add a test for loadChris Lattner2005-09-26
* add another testcase with simple control flowChris Lattner2005-09-26
* make this harder: put some code into itChris Lattner2005-09-26
* new testcase for static ctor list optimizationsChris Lattner2005-09-26