summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa-threadedge.c (record_temporary_equivalence): Handlelaw2013-11-221-85/+160
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* * tree-ssa-threadedge.c (thread_across_edge): Mark the start oflaw2013-11-221-1/+2
* PR tree-optimization/59221law2013-11-211-0/+7
* * tree-ssa-threadedge.c (thread_across_edge): After threadinglaw2013-11-201-0/+8
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * tree-ssa-threadedge.c (thread_through_normal_block): Only pushlaw2013-11-141-6/+12
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * tree-ssa-threadedge.c (thread_around_empty_blocks): Newlaw2013-11-121-18/+32
* * tree-ssa-threadupdate.h (delete_thread_path): Declare.law2013-11-081-3/+1
* 2013-11-07 Richard Biener <rguenther@suse.de>rguenth2013-11-071-0/+2
* * df-scan.c (df_collection_rec): Adjust.law2013-10-281-3/+1
* * tree-ssa-threadedge.c (thread_across_edge): Do not allow threadinglaw2013-10-231-0/+10
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+6
* * tree-ssa-threadedge.c (thread_through_normal_block): New argument VI...law2013-10-211-7/+10
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+1
* * tree-ssa-threadedge.c: Fix some trailing whitespace problems.law2013-10-041-33/+81
* * tree-ssa-threadedge.c (thread_across_edge): Make path a pointer tolaw2013-10-011-18/+17
* gcc/rsandifo2013-09-281-1/+1
* * tree-flow.h (thread_through_all_blocks): Prototype moved intolaw2013-09-261-14/+33
* * tree-ssa-threadedge.c (thread_across_edge): Use foo.last () ratherlaw2013-09-251-4/+3
* * gcc.c-torture/execute/pr58387.c: New test.law2013-09-171-34/+3
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* PR tree-optimization/58380law2013-09-111-8/+21
* PR tree-optimization/58343law2013-09-101-1/+1
* * tree-ssa-threadedge.c (thread_across_edge): Fix initializationlaw2013-09-091-1/+2
* * tree-ssa-threadedge.c (thread_around_empty_blocks): Renamedlaw2013-09-051-77/+81
* * tree-ssa-threadedge.c (thread_across_edge): Record entire pathlaw2013-09-031-7/+11
* * tree-ssa-threadedge.c (thread_around_empty_block): Removelaw2013-08-281-8/+0
* * tree-flow.h (register_jump_thread): Pass vector of edgeslaw2013-08-211-5/+15
* Fix typos.mrs2013-07-211-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoidjakub2012-12-131-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-34/+29
* PR debug/54693jakub2012-11-071-2/+2
* PR debug/54693aoliva2012-11-061-5/+60
* PR debug/54693aoliva2012-11-041-19/+87
* gcc/ChangeLog:aoliva2012-10-291-0/+18
* * tree-ssa-threadedge.c (cond_arg_set_in_bb): Use last stmt.law2012-10-261-1/+1
* * tree-ssa-threadedge.c (thread_across_edge): Remove unusedlaw2012-10-241-3/+3
* * tree-ssa-threadedge.c (cond_arg_set_in_bb): Remove unusedlaw2012-10-231-1/+1
* PR tree-optimization/54985law2012-10-231-19/+53
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-1/+1
* gcc/steven2012-07-161-2/+1
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2011-08-31 Richard Guenther <rguenther@suse.de>rguenth2011-09-011-18/+9
* * tree-ssa-threadupdate.c (struct redirection_data): New fieldlaw2011-06-161-2/+85
* * tree-ssa-threadedge.c (thread_across_edge): Add missing return.law2011-04-301-0/+1
* * tree-ssa-threadupdate.c (redirect_edges): Calllaw2011-03-281-1/+99