summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Backported from mainlinejakub2016-07-071-1/+2
* 2014-08-20 Martin Jambor <mjambor@suse.cz>wmi2014-08-201-26/+36
* PR middle-end/60482jakub2014-03-121-2/+2
* 2014-02-20 Richard Biener <rguenther@suse.de>rguenth2014-02-201-6/+8
* 2014-02-06 Richard Biener <rguenther@suse.de>rguenth2014-02-061-5/+7
* PR middle-end/59917jakub2014-01-291-147/+234
* 2014-01-09 Richard Biener <rguenther@suse.de>rguenth2014-01-091-2/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-14/+14
* Eliminate last_basic_block macro.dmalcolm2013-12-091-8/+11
* Eliminate profile_status macro.dmalcolm2013-12-091-2/+2
* Eliminate label_to_block_map macro.dmalcolm2013-12-091-2/+3
* Eliminate basic_block_info macro.dmalcolm2013-12-091-4/+6
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-10/+12
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-1/+1
* Rename label_to_block_map_for_function to label_to_block_map_for_fn.dmalcolm2013-12-091-2/+2
* Rename last_basic_block_for_function to last_basic_block_for_fn.dmalcolm2013-12-091-1/+1
* Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,dmalcolm2013-12-091-7/+5
* 2013-11-29 Richard Biener <rguenther@suse.de>rguenth2013-11-291-1/+1
* 2013-11-29 Richard Biener <rguenther@suse.de>rguenth2013-11-291-13/+3
* Don't create out-of-bounds BIT_FIELD_REF.vries2013-11-271-4/+25
* * gimple.h: Remove all includes.amacleod2013-11-221-2/+7
* gcc/ada/rsandifo2013-11-201-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-38/+45
* Eliminate n_edges macrodmalcolm2013-11-191-1/+2
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-4/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+5
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-10/+10
* gcc/c-family/rsandifo2013-11-181-3/+3
* gcc/ada/rsandifo2013-11-181-2/+2
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-1/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.jakub2013-10-311-0/+44
* 2013-10-30 Tobias Burnus <burnus@net-b.de>burnus2013-10-301-1/+2
* 2013-08-24 Tobias Burnus <burnus@net-b.de>burnus2013-10-241-0/+66
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-1/+2
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+10
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+1
* * tree-flow.h (struct omp_region): Move to omp-low.c.amacleod2013-10-171-93/+4
* libgomp/jakub2013-10-111-0/+9
* * tree-flow.h: Remove all remaining prototypes, enums and structs thatamacleod2013-10-091-58/+143
* * tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.amacleod2013-10-011-43/+0
* gcc/rsandifo2013-09-301-1/+1
* 2013-09-30 Richard Biener <rguenther@suse.de>rguenth2013-09-301-0/+3
* gcc/rsandifo2013-09-281-12/+12
* PR middle-end/58551jakub2013-09-271-8/+25
* PR tree-optimization/58392jakub2013-09-131-3/+20