summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/switch-bt.ll
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg2015-04-231-7/+5
* Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman2015-04-231-5/+7
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-221-7/+5
* Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg2015-04-161-5/+7
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-161-7/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Prevent binary-tree deterioration in sparse switch statements.Daniel Jasper2015-01-201-0/+58
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-2/+2
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-6/+6
* Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer2011-07-141-0/+20
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-0/+30
* Optimize the "bit test" code path for switch lowering in theDan Gohman2010-06-241-0/+51
OpenPOWER on IntegriCloud