summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-102015-02-09 Michael Collison <michael.collison@linaro.org>collison1-4/+12
2015-01-14gcc/yroux1-1/+1
2014-09-09Merge branches/gcc-4_9-branch rev 214896yroux1-26/+36
2014-03-12 PR middle-end/60482jakub1-2/+2
2014-02-202014-02-20 Richard Biener <rguenther@suse.de>rguenth1-6/+8
2014-02-062014-02-06 Richard Biener <rguenther@suse.de>rguenth1-5/+7
2014-01-29 PR middle-end/59917jakub1-147/+234
2014-01-092014-01-09 Richard Biener <rguenther@suse.de>rguenth1-2/+1
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.dmalcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-14/+14
2013-12-09Eliminate last_basic_block macro.dmalcolm1-8/+11
2013-12-09Eliminate profile_status macro.dmalcolm1-2/+2
2013-12-09Eliminate label_to_block_map macro.dmalcolm1-2/+3
2013-12-09Eliminate basic_block_info macro.dmalcolm1-4/+6
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm1-10/+12
2013-12-09Eliminate SET_BASIC_BLOCK macro.dmalcolm1-1/+1
2013-12-09Rename profile_status_for_function to profile_status_for_fn.dmalcolm1-1/+1
2013-12-09Rename label_to_block_map_for_function to label_to_block_map_for_fn.dmalcolm1-2/+2
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.dmalcolm1-1/+1
2013-12-09Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,dmalcolm1-7/+5
2013-11-292013-11-29 Richard Biener <rguenther@suse.de>rguenth1-1/+1
2013-11-292013-11-29 Richard Biener <rguenther@suse.de>rguenth1-13/+3
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.vries1-4/+25
2013-11-22 * gimple.h: Remove all includes.amacleod1-2/+7
2013-11-20gcc/ada/rsandifo1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm1-38/+45
2013-11-19Eliminate n_edges macrodmalcolm1-1/+2
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth1-4/+2
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+5
2013-11-19Eliminate n_basic_blocks macrodmalcolm1-10/+10
2013-11-18gcc/c-family/rsandifo1-3/+3
2013-11-18gcc/ada/rsandifo1-2/+2
2013-11-14 * gimplify-be.h: New file. Add prototypes.amacleod1-1/+2
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod1-0/+2
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+1
2013-10-31 * tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.jakub1-0/+44
2013-10-302013-10-30 Tobias Burnus <burnus@net-b.de>burnus1-1/+2
2013-10-242013-08-24 Tobias Burnus <burnus@net-b.de>burnus1-0/+66
2013-10-23 * tree-ssa-loop.h: Remove include files.amacleod1-1/+2
2013-10-23 * tree-ssa.h: Remove all #include'samacleod1-0/+10
2013-10-18 * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod1-0/+1
2013-10-17 * tree-flow.h (struct omp_region): Move to omp-low.c.amacleod1-93/+4
2013-10-11libgomp/jakub1-0/+9
2013-10-09 * tree-flow.h: Remove all remaining prototypes, enums and structs thatamacleod1-58/+143
2013-10-01 * tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.amacleod1-43/+0
2013-09-30gcc/rsandifo1-1/+1
2013-09-302013-09-30 Richard Biener <rguenther@suse.de>rguenth1-0/+3
2013-09-28gcc/rsandifo1-12/+12
2013-09-27 PR middle-end/58551jakub1-8/+25