index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
tree-switch-conversion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-04
Initialize a BB count in switch lowering.
Martin Liska
1
-0
/
+1
2019-11-14
Remove dead code in switch conv pass.
Martin Liska
1
-5
/
+1
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-3
/
+3
2019-09-02
Fix thinko in early bail out in tree-switch-conversion.
Martin Liska
1
-10
/
+8
2019-08-29
re PR tree-optimization/91351 (-fstrict-enums generates incorrect code)
Jakub Jelinek
1
-10
/
+12
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-3
/
+3
2019-05-15
Check for overflow in tree-switch-conversion (PR middle-end/90478).
Martin Liska
1
-1
/
+5
2019-05-10
Add params for jump-table expansion params (PR middle-end/90340).
Martin Liska
1
-7
/
+4
2019-01-08
Use proper type in linear transformation in tree-switch-conversion (PR tree-o...
Martin Liska
1
-7
/
+10
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-16
tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add locatio...
Eric Botcazou
1
-21
/
+26
2018-10-24
Switch conversion: support any ax + b transformation (PR tree-optimization/84...
Martin Liska
1
-15
/
+72
2018-10-22
Revert r263947.
Martin Liska
1
-1
/
+8
2018-09-05
Group switch cases in switch lowering (PR tree-optimization/87205).
Martin Liska
1
-2
/
+7
2018-09-03
Fix thinko (PR tree-optimization/87201).
Martin Liska
1
-2
/
+2
2018-09-03
Make __builtin_expect effective in switch statements (PR middle-end/PR59521).
Martin Liska
1
-24
/
+22
2018-08-29
Strenghten assumption about gswitch statements.
Martin Liska
1
-8
/
+1
2018-08-27
Improve switch code emission for a balanced tree (PR tree-optimization/86847).
Martin Liska
1
-31
/
+213
2018-08-27
Fix probability for bit-tests.
Martin Liska
1
-13
/
+33
2018-08-27
Fix probabilities for jump table (PR tree-optimization/86702).
Martin Liska
1
-2
/
+38
2018-08-27
Add new gswitch related functions into tree-cfg.c.
Martin Liska
1
-29
/
+15
2018-07-04
Fix bootstrap on ia64 with old GCC version.
Martin Liska
1
-0
/
+5
2018-06-29
Fix bit-test expansion for single cluster (PR tree-optimization/86263).
Martin Liska
1
-2
/
+6
2018-06-28
Come up with jump_table ratio constants used in jump_table_cluster.
Martin Liska
1
-1
/
+2
2018-06-28
Fix clustering algorithm in switch expansion.
Martin Liska
1
-2
/
+25
2018-06-22
Fix emission of jump tables (PR tree-optimization/86263).
Martin Liska
1
-0
/
+3
2018-06-20
Change default for jump_table expansion ratio to 8.
Martin Liska
1
-8
/
+2
2018-06-20
Enable clustering for switch statements.
Martin Liska
1
-19
/
+157
2018-06-20
Switch other switch expansion methods into classes.
Martin Liska
1
-528
/
+848
2018-06-20
Transform switch_conversion into a class.
Martin Liska
1
-847
/
+254
2018-05-18
Radically simplify emission of balanced tree for switch statements.
Martin Liska
1
-538
/
+66
2018-03-26
Fix switch conversion in offloading functions
Tom de Vries
1
-0
/
+5
2018-03-08
re PR tree-optimization/84740 (ICE in build_constructors, at tree-switch-conv...
Jakub Jelinek
1
-1
/
+2
2018-01-08
re PR rtl-optimization/81308 (ICE in calc_dfs_tree, at dominance.c:458)
Jeff Law
1
-2
/
+8
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-3
/
+3
2017-10-19
asan.c (create_cond_insert_point): Do not update edge count.
Jan Hubicka
1
-14
/
+5
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-7
/
+7
2017-10-07
tree-switch-conversion.c (do_jump_if_equal, [...]): Update profile.
Jan Hubicka
1
-0
/
+4
2017-09-05
Learn CFG cleanup to transform single case switches to gcond.
Martin Liska
1
-21
/
+6
2017-08-30
[62/77] Big machine_mode to scalar_int_mode replacement
Richard Sandiford
1
-1
/
+1
2017-08-30
[34/77] Add a SCALAR_INT_TYPE_MODE macro
Richard Sandiford
1
-3
/
+3
2017-08-30
[6/77] Make GET_MODE_WIDER return an opt_mode
Richard Sandiford
1
-2
/
+1
2017-08-30
[5/77] Small tweak to array_value_type
Richard Sandiford
1
-4
/
+4
2017-08-29
Make expansion of balanced binary trees of switches on tree level.
Martin Liska
1
-0
/
+1178
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-5
/
+5
2017-06-16
tree-switch-conversion.c (emit_case_bit_tests): Adjust initializer to workaro...
Richard Biener
1
-1
/
+1
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-3
/
+1
[next]