summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* PR c/7652mpolacek2016-08-121-1/+1
* * gimple.h (stmt_can_terminate_bb_p): New function.hubicka2016-07-141-6/+18
* Support running the selftests under valgrinddmalcolm2016-07-111-0/+6
* Fix CASE_CHAIN typostschwinge2016-06-131-1/+1
* Selftest frameworkdmalcolm2016-06-061-0/+278
* * tree-cfg.c (print_loop): Print likely upper bounds.hubicka2016-05-301-0/+5
* * tree-cfg.h (should_remove_lhs_p): New predicate.mpolacek2016-05-241-4/+2
* 2016-05-20 Richard Guenther <rguenther@suse.de>rguenth2016-05-201-0/+47
* 2016-05-03 Richard Biener <rguenther@suse.de>rguenth2016-05-031-7/+2
* Verify that context of local DECLs is the current functionjamborm2016-04-281-3/+25
* Verify __builtin_unreachable and __builtin_trap are not called with argumentsjamborm2016-04-261-0/+24
* 2016-03-02 Richard Biener <rguenther@suse.de>rguenth2016-03-021-2/+2
* gcc/ienkovich2016-01-181-11/+16
* PR c++/68983 (BE)jason2016-01-081-1/+2
* Update copyright years.jakub2016-01-041-1/+1
* PR ipa/67811rth2015-12-241-1/+2
* PR ipa/67811rth2015-12-221-15/+55
* Dump default defs for arguments, static chain and decl-by-referencevries2015-12-141-0/+46
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-7/+2
* Fix transform_to_exit_first_loop_alt with -gvries2015-11-061-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-14/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-12/+11
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-9/+5
* * internal-fn.c (expand_UNIQUE): New.nathan2015-10-271-1/+5
* 2015-10-27 Richard Biener <rguenther@suse.de>rguenth2015-10-271-2/+2
* gcc/ienkovich2015-10-211-14/+7
* 2015-10-19 Richard Biener <rguenther@suse.de>rguenth2015-10-191-0/+69
* Make dumping of function attributes resemble source syntaxvries2015-10-011-7/+25
* Dump function attributesvries2015-09-291-0/+7
* Redesign Graphite scop detectionspop2015-09-281-0/+1
* switch from gimple to gimple*tbsaunde2015-09-201-94/+94
* Don't create superfluous parm in expand_omp_taskregvries2015-08-231-3/+42
* * config/arm/arm.c (neon_element_bits): Replace call todavids2015-08-171-4/+2
* Add todo comment for move_sese_region_to_fnvries2015-08-111-1/+5
* PR 66714cesar2015-07-241-1/+38
* 2015-07-23 Richard Biener <rguenther@suse.de>rguenth2015-07-231-45/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* Add rewrite_virtuals_into_loop_closed_ssavries2015-07-071-0/+17
* 2015-07-04 Marc Glisse <marc.glisse@inria.fr>glisse2015-07-041-1/+15
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.ebotcazou2015-06-011-11/+12
* * stor-layout.c (self_referential_component_ref_p): New predicate.ebotcazou2015-04-271-1/+5
* 2015-04-21 Richard Biener <rguenther@suse.de>rguenth2015-04-211-2/+2
* remove need for store_values_directlytbsaunde2015-04-181-6/+8
* Add gimple_find_sub_bbsvries2015-04-171-100/+162