summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/basictest.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-27
* enhance constant folding to be able to constant fold bitcast of Chris Lattner2012-01-27
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* FileCheck-ize a test, and move a no-longer calling test case to anotherChandler Carruth2011-01-11
* fix PR6197 - infinite recursion in ipsccp due to block addressesChris Lattner2010-02-01
* convert to filecheckChris Lattner2009-09-15
* 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
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-07
* This testcase is a sanity checkChris Lattner2002-05-03