aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
AgeCommit message (Expand)Author
2019-11-28 PR tree-optimization/92691Jakub Jelinek
2019-11-22PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt...Martin Sebor
2019-11-12PR middle-end/83688 - check if buffers may overlap when copying strings using...Martin Sebor
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-08 * symtab.c: Fix comment typos.Jakub Jelinek
2019-11-05The base class for ranges is currently value_range_base, which isAldy Hernandez
2019-10-28gcc/ChangeLog:Martin Sebor
2019-10-28PR tree-optimization/92226 - live nul char store to array eliminatedMartin Sebor
2019-10-18PR tree-optimization/92157 - incorrect strcmp() == 0 result for unknown stringsMartin Sebor
2019-10-17 PR tree-optimization/92056Jakub Jelinek
2019-10-16 * tree-ssa-strlen.c (maybe_invalidate): UseJakub Jelinek
2019-10-16PR tree-optimization/83821 - local aggregate initialization defeats strlen op...Martin Sebor
2019-10-16PR tree-optimization/91996 - fold non-constant strlen relational expressionsMartin Sebor
2019-10-15Fix unchecked use of tree_to_uhwi in tree-ssa-strlen.cRichard Sandiford
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor
2019-10-08PR middle-end/92026 - gcc.dg/Wstringop-overflow-18.c FAILMartin Sebor
2019-10-04PR middle-end/91977 - missing -Wstringop-overflow on memcpy into a pointer pl...Martin Sebor
2019-09-24PR tree-optimization/91570 - ICE in get_range_strlen_dynamic on a conditionalMartin Sebor
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor
2019-08-30PR middle-end/91599 - GCC does not say where warning is happeningMartin Sebor
2019-08-28PR tree-optimization/91457 - inconsistent warning for writing past the end of...Martin Sebor
2019-08-27 * tree-ssa-strlen.c (printf_strlen_execute): InitializeJeff Law
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor
2019-08-14PR tree-optimization/91294 - [10 Regression] wrong strlen result of a conditi...Martin Sebor
2019-07-25PR tree-optimization/91183 - strlen of a strcpy result with a conditional sou...Martin Sebor
2019-07-09gcc/ChangeLog:Martin Sebor
2019-06-19PR tree-optimization/90626Martin Sebor
2019-06-19PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero when one string l...Martin Sebor
2019-06-14PR tree-optimization/90662 - strlen of a string in a vla plus offset not foldedMartin Sebor
2019-06-12PR tree-optimization/90662 - strlen of a string in a vla plus offset not foldedMartin Sebor
2019-06-06gcc/ChangeLog:Martin Sebor
2019-03-19PR tree-optimization/89644 - false-positive -Warray-bounds on strncpy with un...Martin Sebor
2019-03-19PR tree-optimization/89644 - False-positive -Warray-bounds diagnostic on strncpyMartin Sebor
2019-03-14 PR tree-optimization/89703Jakub Jelinek
2019-02-26 PR tree-optimization/89500Jakub Jelinek
2019-01-17PR tree-optimization/88800 - Spurious -Werror=array-bounds for non-taken branchMartin Sebor
2019-01-11 PR tree-optimization/88693Jakub Jelinek
2019-01-02 * gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_rangeMartin Sebor
2019-01-02 * gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-28 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): AvoidMartin Sebor
2018-11-04gcc:Bernd Edlinger
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-10-17 * bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-09-14 * builtins.h (c_srlen): Add argument.Martin Sebor
2018-08-29 PR tree-optimization/86714Martin Sebor
2018-08-28PR tree-optimization/86914 - wrong code with strlen() of poor-man's flexible ...Martin Sebor
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-212018-08-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger