summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-13/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-1/+1
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-4/+10
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-2/+2
* control_flow_insn_p takes an insnDavid Malcolm2014-09-081-1/+1
* inside_basic_block_p requires a const rtx_insn *David Malcolm2014-08-281-1/+1
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-2/+2
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-2/+2
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-2/+4
* Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm2014-08-271-4/+3
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-2/+2
* Add rtx_jump_table_data::get_labels methodDavid Malcolm2014-08-251-11/+3
* cfgbuild.c: Use rtx_insnDavid Malcolm2014-08-211-6/+8
* Make tablejump_p accept a rtx_jump_table_data **David Malcolm2014-08-191-5/+6
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate profile_status macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-11/+12
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-1/+1
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-4/+2
* re PR middle-end/56798 (ICE in patch_jump_insn, at cfgrtl.c:1238)Steven Bosscher2013-04-011-1/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-5/+4
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-7/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* [multiple changes]Easwaran Raman2012-10-161-3/+22
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-10/+22
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+1
* re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson2009-09-161-2/+2
* re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson2009-09-161-2/+10
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-0/+9
* Squash commit of EH in gimpleRichard Henderson2009-09-141-57/+31
* cfgbuild.c (find_bb_boundaries): Split blocks containing a barrier.David Daney2009-09-031-0/+7