summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/set.ll
Commit message (Expand)AuthorAge
* 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 tests.Tanya Lattner2008-03-09
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-14
* new testcaseChris Lattner2007-04-09
* For PR950:Reid Spencer2006-12-23
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcasesChris Lattner2006-02-27
* new testcaseChris Lattner2006-02-12
* new testcaseChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-04
* add a new testcase which occurs in 181.mcfChris Lattner2005-04-24
* New testcasesChris Lattner2004-09-29
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-13
* New testsChris Lattner2003-07-23
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* Test seteq AND setneChris Lattner2003-06-05
* Modernize testcaseChris Lattner2003-06-04
* New testcasesChris Lattner2003-06-01
* setcc of booleans should always be eliminatedChris Lattner2002-08-09
* Add some more features that we could instcombine awayChris Lattner2002-08-03
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* New testcase for wierd combine opportunity found in bzip2 benchmarkChris Lattner2002-05-09
* More testcases I don't want to forget aboutChris Lattner2002-05-06