Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-15 | diagnostics: add labeling of source ranges | David Malcolm | 1 | -3/+4 |
2018-08-04 | PR tree-optimization/86571 - AIX NaNQ and NaNS output format conflicts with _... | Martin Sebor | 1 | -2/+9 |
2018-07-03 | PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN) | Martin Sebor | 1 | -28/+66 |
2018-05-17 | Fix GNU coding style for G_. | Martin Liska | 1 | -6/+6 |
2018-03-02 | substring-locations.h (format_warning_va): Formatting fix for ATTRIBUTE_GCC_D... | Jakub Jelinek | 1 | -250/+241 |
2018-02-27 | PR translation/84207 - Hard coded plural in gimple-fold.c | Martin Sebor | 1 | -4/+1 |
2018-02-20 | re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars) | Jeff Law | 1 | -7/+9 |
2018-02-20 | re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars) | Jeff Law | 1 | -5/+6 |
2018-02-20 | re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars) | Jeff Law | 1 | -31/+41 |
2018-02-20 | re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars) | Jeff Law | 1 | -10/+7 |
2018-02-20 | re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars) | Jeff Law | 1 | -1/+16 |
2018-01-04 | * gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use offset_int::... | Martin Sebor | 1 | -30/+43 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-22 | re PR c/83448 (ice in get_source_location_for_substring, at input.c:1507) | Jakub Jelinek | 1 | -2/+4 |
2017-12-19 | gimple-ssa-sprintf.c (format_directive): Use inform_n instead of inform with ... | Jakub Jelinek | 1 | -6/+8 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -2/+2 |
2017-12-14 | re PR tree-optimization/83198 (ICE in format_floating, at gimple-ssa-sprintf.... | Jakub Jelinek | 1 | -5/+5 |