aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28re PR tree-optimization/92691 (ICE in strlen_dom_walker::before_dom_children ...Jakub Jelinek1-36/+36
2019-11-22PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt...Martin Sebor1-6/+16
2019-11-12PR middle-end/83688 - check if buffers may overlap when copying strings using...Martin Sebor1-0/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-4/+4
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek1-6/+6
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-5/+5
2019-10-28tree-ssa-strlen.c (get_addr_stridx): Add argument and use it.Martin Sebor1-3/+4
2019-10-28PR tree-optimization/92226 - live nul char store to array eliminatedMartin Sebor1-5/+14
2019-10-18PR tree-optimization/92157 - incorrect strcmp() == 0 result for unknown stringsMartin Sebor1-2/+10
2019-10-18re PR tree-optimization/92056 (ice in expr_object_size, at tree-object-si ze....Jakub Jelinek1-0/+2
2019-10-17tree-ssa-strlen.c (maybe_invalidate): Use HOST_WIDE_INT_PRINT_UNSIGNED instea...Jakub Jelinek1-1/+2
2019-10-16PR tree-optimization/83821 - local aggregate initialization defeats strlen op...Martin Sebor1-11/+70
2019-10-16PR tree-optimization/91996 - fold non-constant strlen relational expressionsMartin Sebor1-41/+107
2019-10-15Fix unchecked use of tree_to_uhwi in tree-ssa-strlen.cRichard Sandiford1-3/+3
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor1-251/+413
2019-10-08PR middle-end/92026 - gcc.dg/Wstringop-overflow-18.c FAILMartin Sebor1-11/+17
2019-10-04PR middle-end/91977 - missing -Wstringop-overflow on memcpy into a pointer pl...Martin Sebor1-30/+45
2019-09-24PR tree-optimization/91570 - ICE in get_range_strlen_dynamic on a conditionalMartin Sebor1-8/+18
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor1-3/+4
2019-08-30PR middle-end/91599 - GCC does not say where warning is happeningMartin Sebor1-0/+5
2019-08-28PR tree-optimization/91457 - inconsistent warning for writing past the end of...Martin Sebor1-10/+24
2019-08-27tree-ssa-strlen.c (printf_strlen_execute): Initialize the loop optimizer and ...Jeff Law1-7/+9
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor1-208/+697
2019-08-14PR tree-optimization/91294 - [10 Regression] wrong strlen result of a conditi...Martin Sebor1-77/+117
2019-07-24PR tree-optimization/91183 - strlen of a strcpy result with a conditional sou...Martin Sebor1-88/+372
2019-07-09PR tree-optimizationMartin Sebor1-24/+28
2019-06-19re PR tree-optimization/90626 (fold strcmp(a, b) == 0 to zero when one string...Martin Sebor1-2/+3
2019-06-19PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero when one string l...Martin Sebor1-9/+70
2019-06-13PR tree-optimization/90662 - strlen of a string in a vla plus offset not foldedMartin Sebor1-4/+10
2019-06-12PR tree-optimization/90662 - strlen of a string in a vla plus offset not foldedMartin Sebor1-17/+60
2019-06-06tree-ssa-strlen.c (adjust_related_strinfos): Avoid trailing article.Martin Sebor1-57/+59
2019-03-19PR tree-optimization/89644 - false-positive -Warray-bounds on strncpy with un...Martin Sebor1-2/+2
2019-03-19PR tree-optimization/89644 - False-positive -Warray-bounds diagnostic on strncpyMartin Sebor1-8/+22
2019-03-14re PR tree-optimization/89703 (ICE in compare_values_warnv, at tree-vrp.c:997)Jakub Jelinek1-0/+15
2019-02-26re PR tree-optimization/89500 (ICE: tree check: expected integer_cst, have ss...Jakub Jelinek1-20/+28
2019-01-17PR tree-optimization/88800 - Spurious -Werror=array-bounds for non-taken branchMartin Sebor1-4/+4
2019-01-11re PR tree-optimization/88693 (Wrong code since r263018)Jakub Jelinek1-2/+3
2019-01-02gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range rather than ...Martin Sebor1-55/+84
2019-01-01gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor1-9/+12
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-28tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Avoid undesirable warning.Martin Sebor1-0/+7
2018-11-04re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using...Bernd Edlinger1-2/+9
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-2/+2
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-3/+3
2018-09-13builtins.h (c_srlen): Add argument.Martin Sebor1-13/+3
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor1-1/+1
2018-08-27PR tree-optimization/86914 - wrong code with strlen() of poor-man's flexible ...Martin Sebor1-1/+3
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-08-21re PR middle-end/86121 (missing -Wstringop-overflow on strcpy followed by str...Bernd Edlinger1-0/+7