Re-commit r235560: Switch lowering: extract jump tables and bit tests before building...
[oota-llvm.git] / test / CodeGen / X86 / switch-bt.ll
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...