summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/59597law2014-01-221-39/+86
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR rtl-optimization/59446law2013-12-111-34/+22
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-4/+4
* PR tree-optimization/59322law2013-12-031-20/+15
* * tree-ssa-threadupdate.c (thread_through_all_blocks): Do notlaw2013-11-271-7/+14
* * tree-ssa-threadupdate.c (thread_through_all_blocks): Selectivelylaw2013-11-251-29/+9
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+5
* * tree-ssa-threadupdate.c: Include tree-cfg.h and tree-pass.hlaw2013-11-221-38/+110
* * tree-ssa-threadedge.c (thread_across_edge): After threadinglaw2013-11-201-27/+46
* * tree-ssa-threadupdate.c: Fix trailing whitespace.law2013-11-201-8/+8
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* * tree-ssa-threadupdate.c: Include ssa-iterators.hlaw2013-11-191-30/+112
* * tree-ssa-threadupdate.c (thread_through_loop_header): Do notlaw2013-11-191-1/+12
* * tree-ssa-threadupdate.c (redirection_data): Record twolaw2013-11-181-36/+74
* * tree-ssa-threadupdate.c: Fix file block comment.law2013-11-181-13/+10
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jumplaw2013-11-111-40/+44
* * tree-ssa-threadupdate.h (delete_thread_path): Declare.law2013-11-081-30/+21
* * tree-ssa-threadedge.c (thread_across_edge): Do not allow threadinglaw2013-10-231-51/+68
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+3
* * tree-ssa-threadedge.c (thread_through_normal_block): New argument VI...law2013-10-211-10/+20
* * tree-ssa-threadupdate.c: Do not include "tm.h" or "tm_p.h".law2013-10-181-2/+9
* PR tree-optimization/58640law2013-10-111-0/+62
* * tree-ssa-threadupdate.c (struct redirection_data): Deletelaw2013-10-011-23/+38
* * tree-ssa-threadedge.c (thread_across_edge): Make path a pointer tolaw2013-10-011-106/+125
* * tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges):law2013-09-301-14/+11
* gcc/rsandifo2013-09-281-3/+3
* * tree-flow.h (thread_through_all_blocks): Prototype moved intolaw2013-09-261-32/+70
* * tree-ssa-threadedge.c (thread_across_edge): Use foo.last () ratherlaw2013-09-251-1/+1
* * gcc.c-torture/execute/pr58387.c: New test.law2013-09-171-0/+62
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* PR tree-optimization/58380law2013-09-111-2/+4
* PR tree-optimization/58343law2013-09-101-6/+28
* * tree-ssa-threadedge.c (thread_across_edge): Record entire pathlaw2013-09-031-7/+16
* * tree-ssa-threadedge.c (thread_around_empty_block): Removelaw2013-08-281-5/+44
* Fix typo.law2013-08-211-0/+1
* * tree-flow.h (register_jump_thread): Pass vector of edgeslaw2013-08-211-1/+12
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-13/+12
* Change hash_table to support a comparator type different from thecrowl2012-10-251-5/+6
* * tree-ssa-threadupdate.c (def_split_header_continue_p): Do nothubicka2012-10-121-3/+9
* Don't cast XNEWVEC's result.mpolacek2012-09-201-3/+3
* 2012-09-10 Richard Guenther <rguenther@suse.de>rguenth2012-09-101-6/+8
* 2012-09-04 Richard Guenther <rguenther@suse.de>rguenth2012-09-041-0/+10
* 2012-08-17 Richard Guenther <rguenther@suse.de>rguenth2012-08-171-25/+24
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-44/+49
* gcc/steven2012-07-161-2/+1
* 2012-07-16 Dehao Chen <dehao@google.com>dehao2012-07-161-3/+1