summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2012-07-10 Dehao Chen <dehao@google.com>dehao2012-07-101-1/+3
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-04-11 Richard Guenther <rguenther@suse.de>rguenth2012-04-111-0/+11
* 2012-04-03 Richard Guenther <rguenther@suse.de>rguenth2012-04-031-1/+5
* 2012-04-02 Richard Guenther <rguenther@suse.de>rguenth2012-04-021-0/+46
* 2012-03-28 Richard Guenther <rguenther@suse.de>rguenth2012-03-281-0/+2
* PR middle-end/48641 hubicka2011-12-271-1/+5
* PR middle-end/49465law2011-06-231-3/+6
* * tree-ssa-threadupdate.c (struct redirection_data): New fieldlaw2011-06-161-30/+121
* * tree-ssa-threadupdate.c (create_block_for_threading): Do not calllaw2011-05-061-11/+5
* * tree-ssa-threadupdate.c (THREAD_TARGET): define.law2011-05-031-19/+58
* * tree-ssa-threadupdate.c (determine_bb_domination_status): Alwayslaw2011-04-051-2/+0
* PR bootstrap/48327law2011-03-291-57/+11
* * tree-ssa-threadupdate.c (redirect_edges): Calllaw2011-03-281-11/+27
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-2/+0
* gcc/ChangeLog:steven2010-05-211-2/+0
* * matrix-reorg.c (analyze_matrix_allocation_site): Remove unusedjakub2009-11-281-2/+0
* Remove trailing white spaces.hjl2009-11-251-3/+3
* gcc/ChangeLog:aoliva2009-09-021-0/+1
* Add source_location support to PHI arguments.amacleod2009-07-301-2/+4
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-23/+25
* gcc/rwild2008-06-061-3/+4
* 2008-05-20 Richard Guenther <rguenther@suse.de>rguenth2008-05-201-3/+2
* PR rtl-optimization/33737ebotcazou2007-11-071-1/+5
* * tree-flow.h (const_block_stmt_iterator): Remove.dnovillo2007-09-071-12/+12
* * alias.c (component_uses_parent_alias_set): Constify.ghazi2007-08-141-12/+12