LowerSwitch: replace unreachable default with popular case destination
[oota-llvm.git] / test / Transforms / LowerSwitch / feature.ll
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-03-10 Anton KorobeynikovUse range tests in LowerSwitch, where possible