summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/switch.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-14[CodeGen] Peel off the dominant case in switch statement in loweringRong Xu
2016-05-06The associated PR for this test was PR27135 not PR27132.Eric Christopher
2016-04-15Switch lowering: don't add incoming PHI values from skipped bit test MBB's (P...Hans Wennborg
2016-03-29Add support for no-jump-tablesNirav Dave
2016-03-29[Codegen] Decrease minimum jump table density.Kyle Butt
2015-09-01Distribute the weight on the edge from switch to default statement to edges g...Cong Hou
2015-08-26Assign weights to edges to jump table / bit test header when lowering switch ...Cong Hou
2015-08-25Remove the final bit test during lowering switch statement if all cases in bi...Cong Hou
2015-06-20Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...Hans Wennborg
2015-06-18Switch lowering: enable whole-switch jump tables at -O0.Hans Wennborg
2015-06-04Switch lowering: fix assert in buildBitTests (PR23738)Hans Wennborg
2015-05-08Switch lowering: cluster adjacent fall-through cases even at -O0Hans Wennborg
2015-04-30Switch lowering: use profile info to build weight-balanced binary search treesHans Wennborg
2015-04-27Switch lowering: Take branch weight into account when ordering for fall-throughHans Wennborg
2015-04-27Switch lowering: order bit tests by branch weight.Hans Wennborg
2015-04-24Switch lowering: fix APInt overflow causing infinite loop / OOMHans Wennborg
2015-04-23Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg
2015-04-23Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman
2015-04-22Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg
2015-04-16Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg
2015-04-16Add a triple to switch.ll test.Hans Wennborg
2015-04-16Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg