summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] stabilize find_bb_boundariesAlexandre Oliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-12[SFN] adjust RTL insn-walking APIAlexandre Oliva
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-09-14re PR target/81325 (-fcompare-debug failure on ppc64le)Jakub Jelinek
2017-07-20re PR middle-end/81030 (ICE on valid code at -O1 (only) on x86_64-linux-gnu: ...Jan Hubicka
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-08* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.Jan Hubicka
2017-06-07cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-28make forced labels a vecTrevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-09-08control_flow_insn_p takes an insnDavid Malcolm
2014-08-28inside_basic_block_p requires a const rtx_insn *David Malcolm
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm
2014-08-21cfgbuild.c: Use rtx_insnDavid Malcolm
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate profile_status macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm