aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-14Simplify memchr with small constant stringsH.J. Lu1-0/+2
2022-02-03Constrain conservative string lengths to array sizes [PR104119].Martin Sebor1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01PR middle-end/97373 - missing warning on sprintf into allocated destinationMartin Sebor1-2/+5
2020-10-01Convert sprintf/strlen passes to value query class.Aldy Hernandez1-4/+5
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor1-1/+3
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor1-0/+7
2019-08-14PR tree-optimization/91294 - [10 Regression] wrong strlen result of a conditi...Martin Sebor1-1/+1
2019-01-02gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range rather than ...Martin Sebor1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-18PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of sourceMartin Sebor1-0/+1
2018-02-22PR tree-optimization/84480 - bogus -Wstringop-truncation despite assignment w...Martin Sebor1-0/+26