Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -41/+41 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -8/+6 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -4/+4 |
2013-12-10 | tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field. | Jakub Jelinek | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -6/+2 |
2013-11-21 | re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti... | Richard Biener | 1 | -12/+21 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-15 | tree-loop-distribution.c (tree_loop_distribution): Make sure to distribute al... | Richard Biener | 1 | -2/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-08 | re PR tree-optimization/59038 (r204398 causes 186.crafty init.c to be miscomp... | Richard Biener | 1 | -2/+11 |
2013-11-05 | re PR tree-optimization/58955 (wrong code at -O3 on x86_64-linux-gnu) | Richard Biener | 1 | -1/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -14/+4 |
2013-10-25 | re PR tree-optimization/58626 (possible array wrong code bug) | Richard Biener | 1 | -160/+239 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+8 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-10-15 | tree-loop-distribution.c (build_empty_rdg): Inline into single user. | Richard Biener | 1 | -68/+17 |
2013-10-02 | tree-loop-distribution.c: Include tree-vectorizer.h for find_loop_location. | Richard Biener | 1 | -88/+64 |
2013-10-01 | re PR tree-optimization/58553 (New fail in PASS->FAIL: gcc.c-torture/execute/... | Richard Biener | 1 | -16/+19 |
2013-09-30 | re PR tree-optimization/58554 (Revision 202619 causes runtime failure in CPU2... | Richard Biener | 1 | -2/+7 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -3/+3 |
2013-09-20 | re PR tree-optimization/58453 (Revision 202431 results in miscompare for CPU2... | Richard Biener | 1 | -40/+41 |
2013-09-17 | re PR tree-optimization/58432 (ICE: in insert_value_copy_on_edge, at tree-out... | Richard Biener | 1 | -0/+11 |
2013-09-16 | tree-loop-distribution.c (enum rdg_dep_type): Add control_dd. | Richard Biener | 1 | -73/+91 |
2013-09-13 | tree-data-ref.h (known_dependences_p): Move here ... | Richard Biener | 1 | -147/+66 |
2013-09-13 | tree-loop-distribution.c (struct rdg_component, [...]): Remove. | Richard Biener | 1 | -181/+41 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-12 | re PR tree-optimization/58396 (heap-use-after-free at gcc/tree-loop-distribut... | Richard Biener | 1 | -16/+23 |
2013-09-12 | tree-loop-distribution.c (dot_rdg_1): Make graph prettier. | Richard Biener | 1 | -172/+26 |
2013-09-11 | tree-data-ref.c (dump_rdg_vertex, [...]): Move ... | Richard Biener | 1 | -31/+569 |
2013-09-10 | tree-data-ref.h (build_rdg): Drop all parameters but loop. | Richard Biener | 1 | -35/+1 |
2013-08-30 | re PR tree-optimization/58223 (wrong code at -O3 on x86_64-linux-gnu) | Richard Biener | 1 | -10/+11 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -17/+35 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -2/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-04-08 | tree-loop-distribution.c (const_with_all_bytes_same): New function. | Jakub Jelinek | 1 | -32/+48 |
2013-04-04 | re PR tree-optimization/56837 (-ftree-loop-distribute-patterns generates inco... | Richard Biener | 1 | -4/+8 |
2013-03-04 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -0/+3 |
2013-01-28 | re PR tree-optimization/56034 (ICE: verify_gimple failed (invalid PHI argumen... | Richard Biener | 1 | -17/+55 |
2013-01-16 | re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib... | Richard Biener | 1 | -55/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |