summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+11
* [PATCH] Partially fix PR61529, bound basic block frequencyjiwang2014-11-101-0/+5
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+6
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+7
* 2014-10-15 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-151-13/+15
* 2014-10-07 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-091-14/+70
* 2014-10-02 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-031-3/+13
* 2014-10-01 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-021-8/+2
* Redesign jump threading profile updates to avoid introducing insanities.tejohnson2014-09-301-29/+604
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-8/+2
* 2014-06-26 Richard Biener <rguenther@suse.de>rguenth2014-06-261-27/+8
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-7/+9
* 2014-06-06 Richard Biener <rguenther@suse.de>rguenth2014-06-061-3/+0
* PR tree-optimization/60363amker2014-05-051-14/+79
* 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