| Commit message (Expand) | Author | Age | Files | Lines |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -3/+5 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -1/+6 |
* | add a hash_set based on hash_table | tbsaunde | 2014-08-02 | 1 | -10/+10 |
* | tree-optimization/61607 | law | 2014-06-30 | 1 | -10/+27 |
* | PR tree-optimization/61009 | law | 2014-06-12 | 1 | -2/+5 |
* | PR tree-optimization/61289 | law | 2014-06-05 | 1 | -88/+18 |
* | * expr.h: Remove prototypes of functions defined in builtins.c. | amacleod | 2014-06-02 | 1 | -0/+1 |
* | 2014-05-08 Jeff Law <law@redhat.com> | law | 2014-05-09 | 1 | -13/+46 |
* | PR tree-optimization/60902 | law | 2014-04-28 | 1 | -1/+1 |
* | PR tree-optimization/60902 | law | 2014-04-23 | 1 | -1/+28 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | merge auto_vec and stack_vec | tbsaunde | 2013-12-20 | 1 | -1/+1 |
* | * tree-ssa-threadedge.c (record_temporary_equivalence): Handle | law | 2013-11-22 | 1 | -85/+160 |
* | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -0/+5 |
* | * tree-ssa-threadedge.c (thread_across_edge): Mark the start of | law | 2013-11-22 | 1 | -1/+2 |
* | PR tree-optimization/59221 | law | 2013-11-21 | 1 | -0/+7 |
* | * tree-ssa-threadedge.c (thread_across_edge): After threading | law | 2013-11-20 | 1 | -0/+8 |
* | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+1 |
* | * tree-ssa-threadedge.c (thread_through_normal_block): Only push | law | 2013-11-14 | 1 | -6/+12 |
* | * gimple-walk.h: New File. Relocate prototypes from gimple.h. | amacleod | 2013-11-13 | 1 | -0/+1 |
* | * tree-ssa-threadedge.c (thread_around_empty_blocks): New | law | 2013-11-12 | 1 | -18/+32 |
* | * tree-ssa-threadupdate.h (delete_thread_path): Declare. | law | 2013-11-08 | 1 | -3/+1 |
* | 2013-11-07 Richard Biener <rguenther@suse.de> | rguenth | 2013-11-07 | 1 | -0/+2 |
* | * df-scan.c (df_collection_rec): Adjust. | law | 2013-10-28 | 1 | -3/+1 |
* | * tree-ssa-threadedge.c (thread_across_edge): Do not allow threading | law | 2013-10-23 | 1 | -0/+10 |
* | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -1/+6 |
* | * tree-ssa-threadedge.c (thread_through_normal_block): New argument VI... | law | 2013-10-21 | 1 | -7/+10 |
* | * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h, | amacleod | 2013-10-18 | 1 | -0/+1 |
* | * tree-ssa-threadedge.c: Fix some trailing whitespace problems. | law | 2013-10-04 | 1 | -33/+81 |
* | * tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to | law | 2013-10-01 | 1 | -18/+17 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -1/+1 |
* | * tree-flow.h (thread_through_all_blocks): Prototype moved into | law | 2013-09-26 | 1 | -14/+33 |
* | * tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather | law | 2013-09-25 | 1 | -4/+3 |
* | * gcc.c-torture/execute/pr58387.c: New test. | law | 2013-09-17 | 1 | -34/+3 |
* | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -1/+1 |
* | PR tree-optimization/58380 | law | 2013-09-11 | 1 | -8/+21 |
* | PR tree-optimization/58343 | law | 2013-09-10 | 1 | -1/+1 |
* | * tree-ssa-threadedge.c (thread_across_edge): Fix initialization | law | 2013-09-09 | 1 | -1/+2 |
* | * tree-ssa-threadedge.c (thread_around_empty_blocks): Renamed | law | 2013-09-05 | 1 | -77/+81 |
* | * tree-ssa-threadedge.c (thread_across_edge): Record entire path | law | 2013-09-03 | 1 | -7/+11 |
* | * tree-ssa-threadedge.c (thread_around_empty_block): Remove | law | 2013-08-28 | 1 | -8/+0 |
* | * tree-flow.h (register_jump_thread): Pass vector of edges | law | 2013-08-21 | 1 | -5/+15 |
* | Fix typos. | mrs | 2013-07-21 | 1 | -1/+1 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | * tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoid | jakub | 2012-12-13 | 1 | -1/+1 |
* | Introduce vNULL to use as a nil initializer for vec<>. | dnovillo | 2012-11-20 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -34/+29 |
* | PR debug/54693 | jakub | 2012-11-07 | 1 | -2/+2 |
* | PR debug/54693 | aoliva | 2012-11-06 | 1 | -5/+60 |
* | PR debug/54693 | aoliva | 2012-11-04 | 1 | -19/+87 |