Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -2/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -102/+108 |
2012-11-04 | invoke.texi (profile-use): update documentation. | Jan Hubicka | 1 | -0/+4 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-19 | re PR tree-optimization/54981 (Different code generated with / without `-g') | Richard Guenther | 1 | -2/+6 |
2012-09-21 | re PR tree-optimization/54629 (ICE (segfault) in index_in_loop_nest tree-data... | Jakub Jelinek | 1 | -1/+5 |
2012-09-19 | re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop... | Richard Guenther | 1 | -0/+33 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -2/+2 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -2/+1 |
2012-08-01 | graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands. | Richard Guenther | 1 | -1/+1 |
2012-07-24 | re PR middle-end/53616 (416.gamess in SPEC CPU 2006 miscompiled) | Richard Guenther | 1 | -10/+19 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -6/+2 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -2/+6 |
2012-06-06 | re PR tree-optimization/53081 (memcpy/memset loop recognition) | Richard Guenther | 1 | -97/+170 |
2012-06-05 | tree-loop-distribution.c (struct partition_s): Add has_writes member. | Richard Guenther | 1 | -25/+29 |
2012-06-05 | re PR tree-optimization/53081 (memcpy/memset loop recognition) | Richard Guenther | 1 | -6/+60 |
2012-06-04 | tree-data-ref.c (stores_from_loop): Remove. | Richard Guenther | 1 | -23/+57 |
2012-06-04 | tree-data-ref.c (struct rdg_vertex_info): Remove. | Richard Guenther | 1 | -3/+46 |
2012-06-04 | tree-data-ref.c (have_similar_memory_accesses_1): Remove. | Richard Guenther | 1 | -78/+110 |
2012-06-01 | tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Handle P... | Richard Guenther | 1 | -2/+4 |
2012-06-01 | tree-loop-distribution.c (enum partition_kind): New enum. | Richard Guenther | 1 | -143/+140 |
2012-05-31 | tree-loop-distribution.c (struct partition_s): New struct, typedef and vector... | Richard Guenther | 1 | -60/+92 |
2012-05-31 | tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_... | Richard Guenther | 1 | -80/+18 |
2012-05-21 | tree-loop-distribution.c (can_generate_builtin): Reject volatile stmts. | Richard Guenther | 1 | -1/+3 |
2012-05-18 | re PR target/53346 (Bad if conversion in cptrf2 of rnflow.f90) | Richard Guenther | 1 | -2/+5 |