Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-09 | re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl... | Richard Biener | 1 | -0/+91 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | re PR tree-optimization/64269 (ICE with -O3 enabled on Ubuntu 14.04) | Jakub Jelinek | 1 | -2/+4 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -8/+6 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -3/+3 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -11/+11 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -7/+5 |
2014-11-17 | Always combine comparisons or conversions from booleans. | Patrick Palka | 1 | -1/+13 |
2014-11-13 | match.pd: Add tcc_comparison... | Richard Biener | 1 | -121/+0 |
2014-11-13 | match.pd: Implement conditional expression patterns. | Richard Biener | 1 | -73/+2 |
2014-11-11 | match.pd: Implement patterns from associate_plusminus and factor in differenc... | Richard Biener | 1 | -361/+0 |
2014-11-10 | match.pd: Implement pattern from simplify_mult. | Richard Biener | 1 | -55/+0 |
2014-11-10 | match.pd: Implement pattern from simplify_conversion_from_bitmask. | Richard Biener | 1 | -90/+0 |
2014-11-10 | match.pd: Move rest of the conversion combining patterns from tree-ssa-forwpr... | Richard Biener | 1 | -125/+8 |
2014-11-09 | match.pd: Add patterns convering two conversions in a row from fold-const.c. | Richard Biener | 1 | -89/+0 |
2014-11-07 | match.pd: Add patterns for POINTER_PLUS_EXPR association and special patterns... | Richard Biener | 1 | -232/+95 |
2014-11-06 | match.pd: Implement bitwise binary and unary simplifications from tree-ssa-fo... | Richard Biener | 1 | -520/+2 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -1/+1 |
2014-10-30 | match.pd: Implement more patterns that simplify to a single value. | Richard Biener | 1 | -15/+3 |
2014-10-29 | match.pd: Implement a first set of conversion patterns. | Richard Biener | 1 | -65/+0 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-10-27 | tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h. | Richard Biener | 1 | -0/+92 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-25 | tree-ssa-forwprop.c (associate_plusminus): For widening conversions check for... | Bernd Edlinger | 1 | -7/+28 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-22 | tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P -> (T)A t... | Eric Botcazou | 1 | -28/+26 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -11/+13 |
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 | -34/+34 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -8/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-14 | tree-ssa-forwprop.c (simplify_gimple_switch): Enhance check for which sign-ch... | Richard Biener | 1 | -30/+25 |
2014-01-30 | re PR middle-end/59993 (ICE: SSA corruption) | Richard Biener | 1 | -2/+4 |
2014-01-29 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -1/+98 |
2014-01-29 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -4/+63 |
2014-01-28 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -0/+50 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-23 | re PR tree-optimization/59154 (internal compiler error: tree check: expected ... | Jakub Jelinek | 1 | -1/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -4/+1 |
2013-11-21 | tree-ssa-forwprop.c (simplify_vce): New function. | Richard Biener | 1 | -0/+65 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -11/+11 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -6/+6 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -4/+4 |