summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LowerSwitch
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when the default of a switch is removedAndrew Kaylor2019-06-031-0/+36
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1711-0/+1330
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1711-1330/+0
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-7/+7
* [LowerSwitch][AMDGPU] Do not handle impossible valuesRoman Tereshin2019-02-221-0/+895
* LowerSwitch: Fix producing invalid IR on unreachable codeMatt Arsenault2017-04-211-0/+40
* Have a single way for creating unique value names.Rafael Espindola2015-11-221-30/+30
* [LowerSwitch] Fix a bug when LowerSwitch deletes the default blockChen Li2015-08-111-0/+27
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-121-30/+30
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-3/+3
* LowerSwitch: replace unreachable default with popular case destinationHans Wennborg2015-01-232-2/+115
* Added test for commit r212802 that was missingMarcello Maggioni2014-07-111-0/+40
* LowerSwitch: track bounding range for the condition tree.Jim Grosbach2014-06-163-75/+107
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-32/+32
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* PR1255 related changes (case ranges):Stepan Dyatkovskiy2012-05-241-4/+93
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-113-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-083-3/+3
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests.Tanya Lattner2008-03-193-30/+28
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-3/+3
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-161-3/+4
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Use range tests in LowerSwitch, where possibleAnton Korobeynikov2007-03-101-0/+50
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-175-0/+51
OpenPOWER on IntegriCloud