Age | Commit message (Expand) | Author | Files | Lines |
2013-10-01 | tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h. | Andrew MacLeod | 1 | -6/+6 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-26 | gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename. | Andrew MacLeod | 1 | -1/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | re PR tree-optimization/58364 (likely wrong code bug) | Jakub Jelinek | 1 | -1/+8 |
2013-09-04 | re PR tree-optimization/57370 (compiler hangs in reassoc) | Easwaran Raman | 1 | -12/+13 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -19/+38 |
2013-07-21 | Fix typos. | Mike Stump | 1 | -1/+1 |
2013-05-29 | re PR tree-optimization/57442 (ICE in appears_later_in_bb, at tree-ssa-reasso... | Easwaran Raman | 1 | -1/+1 |
2013-05-28 | re PR tree-optimization/57337 (416.gamess ICE on x86 after r199048) | Easwaran Raman | 1 | -1/+30 |
2013-05-21 | re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum) | Easwaran Raman | 1 | -1/+5 |
2013-05-18 | tree-ssa-reassoc.c (find_insert_point): New function. | Easwaran Raman | 1 | -20/+147 |
2013-04-23 | This patch extracts approved portions of the hash_table patches to the... | Lawrence Crowl | 1 | -8/+22 |
2013-04-19 | re PR tree-optimization/57000 (ICE with -Ofast and -frounding-math) | Richard Biener | 1 | -1/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-03-07 | re PR middle-end/56559 (ICE in propagate_op_to_single_use, at tree-ssa-reasso... | Jakub Jelinek | 1 | -1/+2 |
2013-02-18 | re PR tree-optimization/56321 (ICE:segfault in midend for -funsafe-math-optim... | Richard Biener | 1 | -3/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -3/+3 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -184/+167 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -3/+3 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -2/+2 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-31 | re PR tree-optimization/19105 (fold does not spot anti-range test) | Jakub Jelinek | 1 | -30/+627 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -4/+4 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -2/+2 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -12/+12 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -1/+1 |
2012-08-13 | tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti... | Steven Bosscher | 1 | -2/+2 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -38/+17 |
2012-08-03 | tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S... | Richard Guenther | 1 | -1/+1 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -7/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -3/+0 |
2012-06-27 | re PR tree-optimization/53774 (Reassociator generates non-canonical addition) | Richard Guenther | 1 | -25/+11 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -3/+3 |
2012-05-18 | tree-ssa-reassoc.c (bip_map): Remove decl. | Bill Schmidt | 1 | -178/+104 |
2012-05-16 | re PR tree-optimization/53217 (internal compiler error: verify_ssa failed) | Bill Schmidt | 1 | -3/+67 |
2012-04-18 | re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae... | Bill Schmidt | 1 | -26/+52 |
2012-04-18 | re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae... | Bill Schmidt | 1 | -18/+120 |
2012-04-16 | re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae... | Bill Schmidt | 1 | -3/+30 |
2012-04-12 | tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to HOST_WIDE_INT_... | Bill Schmidt | 1 | -2/+3 |
2012-04-12 | re PR tree-optimization/18589 (could optimize FP multiplies better) | Bill Schmidt | 1 | -10/+523 |
2011-10-03 | re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:16... | Jakub Jelinek | 1 | -0/+2 |
2011-09-30 | re PR tree-optimization/46309 (optimization a==3||a==1) | Jakub Jelinek | 1 | -0/+455 |
2011-09-06 | PR middle-end/44382: Tree reassociation improvement | Enkovich Ilya | 1 | -47/+248 |
2011-07-31 | re PR tree-optimization/49749 (Reassociation rank algorithm does not include ... | Bill Schmidt | 1 | -7/+151 |
2011-07-21 | re PR tree-optimization/49749 (Reassociation rank algorithm does not include ... | Bill Schmidt | 1 | -6/+5 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+0 |
2011-04-26 | re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree... | Jakub Jelinek | 1 | -1/+16 |