Age | Commit message (Expand) | Author | Files | Lines |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-12 | untyped calls: enable target switching [PR112334] | Alexandre Oliva | 1 | -0/+7 |
2023-09-29 | Simplify & expand c_readstr | Richard Sandiford | 1 | -1/+1 |
2023-09-20 | c, c++: Accept __builtin_classify_type (typename) | Jakub Jelinek | 1 | -0/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-03-11 | PR tree-optimization/98335: Improvements to DSE's compute_trims. | Roger Sayle | 1 | -0/+2 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -0/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-30 | vect: Make reduction code handle calls | Richard Sandiford | 1 | -0/+1 |
2021-10-11 | ldist: Recognize strlen and rawmemchr like loops | Stefan Schulze Frielinghaus | 1 | -0/+1 |
2021-09-09 | Add -ftrivial-auto-var-init option and uninitialized variable attribute. | qing zhao | 1 | -0/+1 |
2021-08-06 | Move more code to new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -4/+0 |
2021-07-30 | Add QI vector mode support to by-pieces for memset | H.J. Lu | 1 | -2/+2 |
2021-07-28 | Add new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -214/+1 |
2021-07-07 | Correct handling of variable offset minus constant in -Warray-bounds [PR100137] | Martin Sebor | 1 | -0/+5 |
2021-04-29 | Generate offset adjusted operation for op_by_pieces operations | H.J. Lu | 1 | -2/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-03 | Add support for detecting mismatched allocation/deallocation calls. | Martin Sebor | 1 | -0/+10 |
2020-12-02 | introduce overridable clear_cache emitter | Alexandre Oliva | 1 | -0/+1 |
2020-12-01 | PR middle-end/97373 - missing warning on sprintf into allocated destination | Martin Sebor | 1 | -2/+51 |
2020-11-29 | Handle PHIs in compute_objsize. | Martin Sebor | 1 | -12/+61 |
2020-10-12 | Generalize compute_objsize to return maximum size/offset instead of failing (... | Martin Sebor | 1 | -6/+35 |
2020-10-12 | Correct handling of indices into arrays with elements larger than 1 (PR c++/9... | Martin Sebor | 1 | -0/+16 |
2020-10-08 | take type from intrinsic in sincos pass | Alexandre Oliva | 1 | -0/+1 |
2020-10-01 | Convert sprintf/strlen passes to value query class. | Aldy Hernandez | 1 | -5/+5 |
2020-09-19 | Extend -Wstringop-overflow to detect out-of-bounds accesses to array parameters. | Martin Sebor | 1 | -9/+10 |
2020-08-28 | Add -Wstringop-overread for reading past the end by string functions. | Martin Sebor | 1 | -13/+31 |
2020-06-10 | PR middle-end/95353 - spurious -Wstringop-overflow writing to a trailing arra... | Martin Sebor | 1 | -3/+30 |
2020-06-04 | Implement a solution for PR middle-end/10138 and PR middle-end/95136. | Martin Sebor | 1 | -1/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-13 | PR middle-end/91582 - missing heap overflow detection for strcpy | Martin Sebor | 1 | -2/+6 |
2019-12-04 | PR middle-end/91582 - missing heap overflow detection for strcpy | Martin Sebor | 1 | -1/+2 |
2019-11-22 | PR middle-end/83859 - attributes to associate pointer arguments and sizes | Martin Sebor | 1 | -0/+2 |
2019-11-22 | PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt... | Martin Sebor | 1 | -2/+2 |
2019-08-28 | PR tree-optimization/91457 - inconsistent warning for writing past the end of... | Martin Sebor | 1 | -1/+1 |
2019-08-14 | Enable math functions linking with static library for LTO | Xiong Hu Luo | 1 | -0/+1 |
2019-02-16 | re PR rtl-optimization/66152 (suboptimal load bytes to stack) | Jakub Jelinek | 1 | -0/+1 |
2019-02-13 | Clean up MPX-related stuff. | Martin Liska | 1 | -1/+0 |
2019-02-11 | PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array... | Martin Sebor | 1 | -1/+0 |
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 | -1/+39 |
2018-10-02 | builtins.c (unterminated_array): Add new arguments. | Martin Sebor | 1 | -1/+1 |
2018-09-29 | builtins.c (unterminated_array): Pass in c_strlen_data * to c_strlen rather t... | Jeff Law | 1 | -1/+8 |
2018-09-14 | builtins.c (unterminated_array): Handle ARRAY_REF. | Martin Sebor | 1 | -0/+1 |
2018-09-13 | builtins.h (c_srlen): Add argument. | Martin Sebor | 1 | -1/+2 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+0 |
2018-08-16 | builtins.c (c_strlen): Add new parameter eltsize. | Bernd Edlinger | 1 | -1/+1 |
2018-08-10 | Introduce __builtin_expect_with_probability (PR target/83610). | Martin Liska | 1 | -1/+1 |
2018-07-24 | PR tree-optimization/86622 - incorrect strlen of array of array plus variable... | Martin Sebor | 1 | -0/+1 |
2018-01-03 | Add a fixed_size_mode_pod class | Richard Sandiford | 1 | -2/+2 |