aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-11/+12
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-4/+2
2013-04-01re PR middle-end/56798 (ICE in patch_jump_insn, at cfgrtl.c:1238)Steven Bosscher1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-5/+4
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-7/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-10-16[multiple changes]Easwaran Raman1-3/+22
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-10/+22
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2009-09-16re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson1-2/+2
2009-09-16re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson1-2/+10
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-0/+9
2009-09-14Squash commit of EH in gimpleRichard Henderson1-57/+31
2009-09-03cfgbuild.c (find_bb_boundaries): Split blocks containing a barrier.David Daney1-0/+7