aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener1-22/+19
2019-11-26PR tree-optimization/92683 - strncmp incorrect result with equal substrings a...Martin Sebor1-5/+9
2019-11-22PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt...Martin Sebor1-4/+14
2019-11-22PR tree-optimization/92501 - strncmp with constant unterminated arrays not fo...Martin Sebor1-27/+65
2019-11-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez1-2/+1
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-4/+4
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek1-0/+1
2019-10-30Remove cgraph_global_info.Martin Liska1-2/+2
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor1-14/+22
2019-09-16Rewrite second part of or_comparisons_1 into match.pd.Martin Liska1-45/+0
2019-09-16Rewrite first part of or_comparisons_1 into match.pd.Martin Liska1-86/+1
2019-09-16Rewrite part of and_comparisons_1 into match.pd.Martin Liska1-130/+10
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He1-41/+129
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-8/+13
2019-08-14PR tree-optimization/91294 - [10 Regression] wrong strlen result of a conditi...Martin Sebor1-1/+1
2019-08-05Fold MASK_LOAD/STORE with an all-true maskRichard Sandiford1-0/+63
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford1-35/+7
2019-07-12fold-const.h (get_array_ctor_element_at_index): Adjust.Richard Biener1-7/+84
2019-06-27re PR tree-optimization/89772 (memchr for a character not in constant nul-pad...Jun Ma1-1/+9
2019-06-10gimple-fold.c (get_range_strlen): Update comment that didn't make it into r26...Martin Sebor1-24/+10
2019-06-07Split up value_range::intersect into base (value_range_base) andAldy Hernandez1-4/+4
2019-05-22gimple-fold.c (arith_code_with_undefined_signed_overflow): Add ABS_EXPR.Richard Biener1-6/+10
2019-05-03re PR c++/89698 (Run-time error due to optimization of field access after cas...Richard Biener1-2/+12
2019-04-30Refactor gimple_fold_builtin_memory_op function.Martin Liska1-12/+7
2019-04-25re PR tree-optimization/90213 (UBSAN: signed integer overflow: -5621332293356...Richard Biener1-6/+2
2019-04-09re PR middle-end/89998 (ICE: verify_gimple failed in printf-return-value)Jakub Jelinek1-15/+14
2019-03-07PR c++/80916 - spurious "static but not defined" warning.Jason Merrill1-2/+5
2019-01-29PR middle-end/88956 - ICE: Floating point exception on a memcpy fromMartin Sebor1-8/+10
2019-01-17PR tree-optimization/88800 - Spurious -Werror=array-bounds for non-taken branchMartin Sebor1-12/+20
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-02gimple-fold.c (strlen_range_kind): Remove SRK_LENRANGE_2.Martin Sebor1-11/+8
2019-01-02gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range rather than ...Martin Sebor1-3/+2
2019-01-02re PR middle-end/88663 (internal compiler error: in check, at tree-vrp.c:188)Martin Sebor1-37/+24
2019-01-01gimple-fold.c (get_range_strlen_tree): Record if the computed length is optim...Martin Sebor1-9/+60
2019-01-01gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor1-47/+48
2019-01-01gimple-fold.c (get_range_strlen): Update prototype.Martin Sebor1-55/+70
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-30gimple-fold.c (get_range_strlen): Minor logic cleanup.Martin Sebor1-6/+20
2018-12-30gimple-fold.c (strlen_range_kind): New enum.Martin Sebor1-56/+74
2018-12-24gimple-fold.c (get_range_strlen_tree): Factored out of get_range_strlen.Martin Sebor1-182/+208
2018-12-23builtins.h (c_strlen_data): Add new fields and comments.Martin Sebor1-2/+2
2018-12-23builtins.c (unterminated_array): Rename "data" to "lendata".Martin Sebor1-20/+22
2018-12-23builtins.c (unterminated_array): Use empty brace initialization for c_strlen_...Martin Sebor1-4/+2
2018-11-09gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performin...Aldy Hernandez1-12/+9
2018-11-04re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using...Bernd Edlinger1-0/+1
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-1/+1
2018-10-03gimple-fold.c (get_range_strlen): Only set *nonstr when an unterminated strin...Jeff Law1-2/+8
2018-10-02* gimple-fold.c (get_range_strlen): Remove dead code.Jeff Law1-8/+1
2018-09-29builtins.c (unterminated_array): Pass in c_strlen_data * to c_strlen rather t...Jeff Law1-7/+24