Switch lowering: enable whole-switch jump tables at -O0.
[oota-llvm.git] / test / CodeGen / X86 / switch.ll
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-04 Hans WennborgSwitch lowering: fix assert in buildBitTests (PR23738)
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-04-30 Hans WennborgSwitch lowering: use profile info to build weight-balan...
2015-04-27 Hans WennborgSwitch lowering: Take branch weight into account when...
2015-04-27 Hans WennborgSwitch lowering: order bit tests by branch weight.
2015-04-24 Hans WennborgSwitch lowering: fix APInt overflow causing infinite...
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 WennborgAdd a triple to switch.ll test.
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...