| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2022-01-03 | 1 | -1/+1 |
* | expand: Fix up find_bb_boundaries [PR98331] | Jakub Jelinek | 2021-01-29 | 1 | -0/+1 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 1 | -1/+1 |
* | vec: add exact argument for various grow functions. | Martin Liska | 2020-08-27 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | [SFN] stabilize find_bb_boundaries | Alexandre Oliva | 2017-12-12 | 1 | -1/+39 |
* | [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 2017-12-12 | 1 | -0/+1 |
* | [SFN] adjust RTL insn-walking API | Alexandre Oliva | 2017-12-12 | 1 | -1/+1 |
* | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 2017-11-03 | 1 | -5/+1 |
* | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 2017-10-19 | 1 | -9/+2 |
* | re PR target/81325 (-fcompare-debug failure on ppc64le) | Jakub Jelinek | 2017-09-14 | 1 | -12/+41 |
* | re PR middle-end/81030 (ICE on valid code at -O1 (only) on x86_64-linux-gnu: ... | Jan Hubicka | 2017-07-20 | 1 | -3/+11 |
* | profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func... | Jan Hubicka | 2017-07-16 | 1 | -5/+3 |
* | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 2017-06-29 | 1 | -4/+8 |
* | * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko. | Jan Hubicka | 2017-06-08 | 1 | -1/+1 |
* | cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks. | Jan Hubicka | 2017-06-07 | 1 | -4/+47 |
* | i386.c (make_resolver_func): Update. | Jan Hubicka | 2017-06-04 | 1 | -4/+4 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 2016-10-21 | 1 | -2/+2 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 2016-10-13 | 1 | -0/+1 |
* | make forced labels a vec | Trevor Saunders | 2016-08-28 | 1 | -3/+6 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -13/+0 |
* | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 2015-10-29 | 1 | -8/+8 |
* | gimple-predict.h: New file. | Andrew MacLeod | 2015-07-10 | 1 | -0/+1 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -9/+1 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -5/+0 |
* | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 2015-06-06 | 1 | -1/+1 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -5/+0 |
* | dojump.h: New header file. | Prathamesh Kulkarni | 2015-01-15 | 1 | -4/+11 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+9 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -4/+10 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -0/+5 |
* | Introduce LABEL_REF_LABEL | David Malcolm | 2014-09-11 | 1 | -2/+2 |
* | control_flow_insn_p takes an insn | David Malcolm | 2014-09-08 | 1 | -1/+1 |
* | inside_basic_block_p requires a const rtx_insn * | David Malcolm | 2014-08-28 | 1 | -1/+1 |
* | Convert forced_labels from an EXPR_LIST to an INSN_LIST | David Malcolm | 2014-08-28 | 1 | -2/+2 |
* | Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST | David Malcolm | 2014-08-28 | 1 | -2/+2 |
* | rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_list | David Malcolm | 2014-08-27 | 1 | -2/+4 |
* | Use rtx_expr_list for expr_status.x_forced_labels | David Malcolm | 2014-08-27 | 1 | -4/+3 |
* | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 2014-08-26 | 1 | -2/+2 |
* | Add rtx_jump_table_data::get_labels method | David Malcolm | 2014-08-25 | 1 | -11/+3 |
* | cfgbuild.c: Use rtx_insn | David Malcolm | 2014-08-21 | 1 | -6/+8 |
* | Make tablejump_p accept a rtx_jump_table_data ** | David Malcolm | 2014-08-19 | 1 | -5/+6 |
* | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 2014-08-18 | 1 | -2/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |