aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-sprintf.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4728/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-26Improve/correct detection of overlapping aggregates [PR102238, PR102919].Martin Sebor1-114/+136
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor1-5/+5
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+1
2021-07-06Improve warning suppression for inlined functions.Martin Sebor1-7/+4
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-4/+6
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener1-2/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01PR middle-end/97373 - missing warning on sprintf into allocated destinationMartin Sebor1-17/+13
2020-10-01Convert sprintf/strlen passes to value query class.Aldy Hernandez1-59/+67
2020-08-04Adjust gimple-ssa-sprintf.c for irange API.Aldy Hernandez1-21/+16
2020-08-03tree-optimization: Fix typos in commentsJonathan Wakely1-16/+16
2020-04-29tree-optimization: Fix use of uninitialized variable [PR94774]Stefan Schulze Frielinghaus1-1/+1
2020-03-20tree-optimization/94266 - fix object type extraction heuristicsRichard Biener1-1/+3
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-3/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus1-2/+2
2019-11-18PR middle-end/92493 - ICE in get_origin_and_offset at gimple-ssa-sprintf.cMartin Sebor1-1/+0
2019-11-12PR middle-end/83688 - check if buffers may overlap when copying strings using...Martin Sebor1-120/+600
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-3/+3
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor1-20/+24
2019-08-27PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli...Martin Sebor1-4/+15
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor1-188/+75
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener1-3/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-2/+4
2019-04-18re PR translation/79183 (Hard coded plurals in gimple-ssa-sprintf.c:2050)Jakub Jelinek1-11/+7
2019-04-10re PR c++/90010 (valgrind error with snprintf and -Wall)Jakub Jelinek1-6/+10
2019-04-09re PR middle-end/89998 (ICE: verify_gimple failed in printf-return-value)Jakub Jelinek1-4/+4
2019-03-05re PR tree-optimization/89566 (ICE on compilable C++ code: in gimple_call_arg...Jakub Jelinek1-4/+9
2019-02-23gimple-ssa-sprintf.c (target_strtol): Rename...Martin Sebor1-12/+12
2019-02-22PR tree-optimization/88993 - GCC 9 -Wformat-overflow=2 should reflect real li...Martin Sebor1-55/+138
2019-02-22re PR middle-end/85598 (Incorrect -Wformat-truncation in a loop only at -O2 a...Aldy Hernandez1-0/+14
2019-01-02re PR middle-end/88663 (internal compiler error: in check, at tree-vrp.c:188)Martin Sebor1-2/+2
2019-01-01gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor1-79/+63
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-23builtins.h (c_strlen_data): Add new fields and comments.Martin Sebor1-3/+3
2018-12-23builtins.c (unterminated_array): Use empty brace initialization for c_strlen_...Martin Sebor1-2/+1
2018-12-14PR tree-optimization/87096 - Optimised snprintf is not POSIX conformantMartin Sebor1-7/+37
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law1-1/+3
2018-10-30PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor1-23/+167
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-18/+11
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law1-1/+13
2018-10-03gimple-ssa-sprintf.c (struct fmtresult): Add new member and initialize it.Martin Sebor1-4/+54
2018-09-17substring-locations: add class format_string_diagnostic_tDavid Malcolm1-7/+9
2018-09-13builtins.h (c_srlen): Add argument.Martin Sebor1-7/+0
2018-08-21gimple-ssa-sprintf.c (decl_constant_value): Remove.Bernd Edlinger1-138/+1
2018-08-16re PR tree-optimization/86853 (sprintf optimization for wide strings doesn't ...Martin Sebor1-20/+53