summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2013-09-13 Richard Biener <rguenther@suse.de>rguenth2013-09-131-0/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* 2013-09-11 Richard Biener <rguenther@suse.de>rguenth2013-09-111-0/+1
* 2013-09-05 Richard Biener <rguenther@suse.de>rguenth2013-09-051-21/+10
* * cgraph.c (cgraph_get_body): Update call of lto_input_function_body.hubicka2013-08-311-0/+6
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-90/+177
* 2013-05-29 Martin Jambor <mjambor@suse.cz>jamborm2013-05-291-25/+34
* 2013-05-28 Martin Jambor <mjambor@suse.cz>jamborm2013-05-281-1/+8
* Fix the typo of discriminator.dehao2013-05-241-4/+4
* Change the discriminator assignment algorithm to make it more robust.dehao2013-05-241-35/+34
* 2013-05-16 Steve Ellcey <sellcey@imgtec.com>sje2013-05-161-14/+23
* 2013-05-06 Richard Biener <rguenther@suse.de>rguenth2013-05-061-1/+4
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-12/+13
* 2013-04-29 Richard Biener <rguenther@suse.de>rguenth2013-04-291-21/+14
* 2013-04-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-13/+69
* 2013-03-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-2/+16
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-29/+34
* 2013-04-19 Richard Biener <rguenther@suse.de>rguenth2013-04-191-17/+34
* PR c++/34949jakub2013-04-021-2/+2
* Add uniform debug dump function names.crowl2013-03-291-1/+36
* PR tree-optimization/56695mpolacek2013-03-281-1/+4
* 2013-03-21 Richard Biener <rguenther@suse.de>rguenth2013-03-211-1/+29
* 2013-03-21 Richard Biener <rguenther@suse.de>rguenth2013-03-211-1/+1
* 2013-03-08 Richard Biener <rguenther@suse.de>rguenth2013-03-081-0/+9
* 2013-03-08 Richard Biener <rguenther@suse.de>rguenth2013-03-081-0/+2
* 2013-01-14 Richard Biener <rguenther@suse.de>rguenth2013-01-141-1/+98
* 2013-01-14 Richard Biener <rguenther@suse.de>rguenth2013-01-141-7/+0
* 2013-01-11 Richard Biener <rguenther@suse.de>rguenth2013-01-111-5/+14
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * dumpfile.h (enum tree_dump_index): Remove TDI_vcg.steven2012-12-121-100/+0
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-0/+1
* 2012-11-27 Marc Glisse <marc.glisse@inria.fr>glisse2012-11-271-1/+10
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-63/+54