index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
switch-bt.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
1
-7
/
+5
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
1
-5
/
+7
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
1
-7
/
+5
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
1
-5
/
+7
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
1
-7
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-2
/
+2
*
Prevent binary-tree deterioration in sparse switch statements.
Daniel Jasper
2015-01-20
1
-0
/
+58
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-2
/
+2
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-6
/
+6
*
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
1
-0
/
+20
*
Avoid zero extend bit test operands to pointer type if all the masks fit in
Evan Cheng
2011-01-06
1
-0
/
+30
*
Optimize the "bit test" code path for switch lowering in the
Dan Gohman
2010-06-24
1
-0
/
+51