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