Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121] | Jakub Jelinek | 1 | -1/+3 |
2020-11-18 | Fix middle-end/85811: Introduce tree_expr_maybe_non_p et al. | Roger Sayle | 1 | -0/+7 |
2020-08-14 | PR tree-optimization/78257 - missing memcmp optimization with constant arrays | Martin Sebor | 1 | -1/+2 |
2020-02-13 | sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582] | Jakub Jelinek | 1 | -0/+4 |
2020-01-10 | re PR tree-optimization/93210 (Sub-optimal code optimization on struct/combou... | Jakub Jelinek | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-30 | Come up with an abstraction. | Martin Liska | 1 | -1/+24 |
2019-08-07 | Replace int with boolean in predicate functions. | Martin Liska | 1 | -1/+1 |
2019-07-12 | fold-const.h (get_array_ctor_element_at_index): Adjust. | Richard Biener | 1 | -1/+2 |
2019-05-21 | re PR tree-optimization/90510 (Unnecessary permutation) | Richard Biener | 1 | -0/+1 |
2019-05-20 | gimple-match-head.c: Include vec-perm-indices.h. | Richard Biener | 1 | -0/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-13 | builtins.c (c_strlen): Handle not zero terminated STRING_CSTs correctly. | Bernd Edlinger | 1 | -2/+1 |
2018-07-16 | fold-const.c (int_const_binop_1): Abstract... | Aldy Hernandez | 1 | -1/+4 |
2018-07-12 | Use conditional internal functions in if-conversion | Richard Sandiford | 1 | -0/+1 |
2018-07-09 | PR middle-end/77357 - strlen of constant strings not folded | Martin Sebor | 1 | -1/+2 |
2018-07-06 | re PR tree-optimization/86401 (The "For constants M and N, if M == (1LL << cs... | Jakub Jelinek | 1 | -0/+3 |
2018-05-24 | fold-const.c (tree_nonzero_bits): New function. | Roger Sayle | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: tree constants | Richard Sandiford | 1 | -2/+2 |
2017-10-06 | re PR tree-optimization/82434 (-fstore-merging does not work reliably.) | Jakub Jelinek | 1 | -2/+0 |
2017-09-04 | re PR c++/82084 (ICE: constructing wstring with -O3) | Richard Biener | 1 | -0/+1 |
2017-07-29 | use c++ for fold_buildN_loc | Trevor Saunders | 1 | -15/+9 |
2017-07-19 | re PR tree-optimization/81346 (Missed constant propagation into comparison) | Jakub Jelinek | 1 | -0/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-23 | fold-const.c (tree_expr_nonzero_p): Make non-static. | Naveen H.S | 1 | -0/+1 |
2016-11-09 | fold-const.c (tree_swap_operands_p): Remove unused arg. | Richard Biener | 1 | -1/+1 |
2016-10-28 | GIMPLE store merging pass | Kyrylo Tkachov | 1 | -0/+1 |
2016-10-14 | Support only \0-terminated string in c_getstr and return | Martin Liska | 1 | -1/+1 |
2016-05-02 | Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pd | Marc Glisse | 1 | -0/+1 |
2016-01-09 | re PR middle-end/50865 (Invalid code generation for INT64_MIN % 1 on x86_64) | Jakub Jelinek | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-17 | Make more use of combined_fn | Richard Sandiford | 1 | -4/+4 |
2015-11-07 | Move c_getstr to fold-const.c | Richard Sandiford | 1 | -0/+1 |
2015-10-30 | Share code from fold_array_ctor_reference with fold. | Alan Lawrence | 1 | -0/+1 |
2015-10-23 | Move fold_trunc_transparent_mathfn to match.pd | Richard Sandiford | 1 | -0/+6 |
2015-10-21 | Remove fold_strip_sign_ops | Richard Sandiford | 1 | -1/+0 |
2015-10-21 | Add a pass to back-propagate use information | Richard Sandiford | 1 | -0/+1 |
2015-10-08 | Make tree_expr_nonnegative_warnv_p recurse into SSA names | Richard Sandiford | 1 | -5/+7 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -1/+1 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+17 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-26 | fold-const.h (const_unop): Declare. | Richard Biener | 1 | -0/+2 |
2014-11-14 | match.pd: Implement more binary patterns exercised by fold_stmt. | Richard Biener | 1 | -0/+2 |
2014-07-25 | re PR middle-end/61762 (failure to optimize memcpy from constant string) | Richard Biener | 1 | -1/+1 |
2014-07-08 | re PR middle-end/60226 (ICE initializing array of elements with too large ali... | Marek Polacek | 1 | -1/+1 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -1/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -2/+2 |