Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -4/+6 |
2017-05-05 | re PR tree-optimization/80632 (error: invalid PHI argument with -O2) | Jakub Jelinek | 1 | -1/+22 |
2017-05-03 | re PR tree-optimization/79472 (x86-64: Switch table generation fails if defau... | Jakub Jelinek | 1 | -70/+207 |
2017-03-10 | tree-switch-conversion (array_value_type): Start by resetting candidate type ... | Olivier Hainque | 1 | -3/+10 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+7 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -5/+5 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -10/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -2/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -0/+1 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-22 | tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P for CSWTCH tem... | Aldy Hernandez | 1 | -0/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -4/+4 |