summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/64823law2015-02-161-7/+32
* PR bootstrap/65060law2015-02-131-32/+7
* PR tree-optimization/64823law2015-02-131-7/+32
* PR 64878: do not jump thread across more than one back-edgespop2015-02-061-3/+16
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* extend jump thread for finite state automataspop2014-12-061-1/+277
* PR jit/63854: Fix leak of paths within jump threadingdmalcolm2014-11-191-0/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-9/+10
* PR tree-optimization/61515law2014-11-071-4/+29
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-3/+5
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* add a hash_set based on hash_tabletbsaunde2014-08-021-10/+10
* tree-optimization/61607law2014-06-301-10/+27
* PR tree-optimization/61009law2014-06-121-2/+5
* PR tree-optimization/61289law2014-06-051-88/+18
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* 2014-05-08 Jeff Law <law@redhat.com>law2014-05-091-13/+46
* PR tree-optimization/60902law2014-04-281-1/+1
* PR tree-optimization/60902law2014-04-231-1/+28
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-1/+1
* * 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