summaryrefslogtreecommitdiff
path: root/test/Transforms/LowerSwitch
Commit message (Expand)AuthorAge
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* PR1255 related changes (case ranges):Stepan Dyatkovskiy2012-05-24
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* 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
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Upgrade tests.Tanya Lattner2008-03-19
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use range tests in LowerSwitch, where possibleAnton Korobeynikov2007-03-10
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcase that crashes the -lowerswitch passChris Lattner2004-03-14
* This was not a lower-switch bug, it was a preselection bugChris Lattner2003-10-21
* Only fails on the Sparc, only when run via the JIT.Misha Brukman2003-10-21
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* New testcaseChris Lattner2003-08-23
* Reduce testcase a bitChris Lattner2003-05-01
* New testcase for the lowerswitch passChris Lattner2003-05-01