Remove useless rdar:// comment from switch_to_lookup_table.ll test.
[oota-llvm.git] / test / Transforms / SimplifyCFG / X86 / switch_to_lookup_table.ll
2014-11-25 Hans WennborgRemove useless rdar:// comment from switch_to_lookup_ta...
2014-11-17 Juergen Ributzka[SimplifyCFG] Make the value type of the hole check...
2014-11-17 Erik EcksteinOptimize switch lookup tables with linear mapping.
2014-10-14 Marcello MaggioniSwitch to select optimization for two-case switches
2014-10-12 Joerg SonnenbergerRevert r219223, it creates invalid PHI nodes.
2014-10-07 Marcello MaggioniTwo case switch to select optimization
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-03-12 Hans WennborgAllow switch-to-lookup table for tables with holes...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-12 Hans WennborgSwitch-to-lookup tables: Don't require a result for...
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-07 Hans WennborgOnly do switch-to-lookup table transformation when...