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