Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | Use vec<> for constant permute masks | Richard Sandiford | 1 | -5/+6 |
2017-09-14 | Use vec<> in build_vector | Richard Sandiford | 1 | -3/+3 |
2017-08-21 | Add a type_has_mode_precision_p helper function | Richard Sandiford | 1 | -9/+5 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -5/+5 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-04 | re PR tree-optimization/77399 (Poor code generation for vector casts and loads) | Richard Biener | 1 | -0/+8 |
2016-09-30 | re PR tree-optimization/77399 (Poor code generation for vector casts and loads) | Richard Biener | 1 | -4/+49 |
2016-09-23 | re PR tree-optimization/77697 (suspicious code in tree-ssa-forwprop.c) | Richard Biener | 1 | -7/+6 |
2016-08-22 | tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order. | Richard Biener | 1 | -1/+2 |
2016-08-13 | tree-ssa-forwprop.c (pass_forwprop::execute): Propagate into PHIs and update ... | Richard Biener | 1 | -0/+29 |
2016-04-05 | re PR tree-optimization/70509 (wrong code with extract from a v64qi) | Zdenek Sojka | 1 | -3/+2 |
2016-03-11 | re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23... | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -15/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -11/+10 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -40/+40 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -1/+1 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -2/+6 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -6/+2 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-03-13 | re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func... | Richard Biener | 1 | -0/+22 |
2015-02-06 | [PATCH]Keep location info when expand complex component-wise load/store. | Renlin Li | 1 | -0/+4 |
2015-01-16 | re PR middle-end/64568 (error: invalid reference prefix) | Richard Biener | 1 | -0/+2 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -3/+14 |
2015-01-13 | re PR middle-end/64568 (error: invalid reference prefix) | Richard Biener | 1 | -1/+6 |
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 |