Age | Commit message (Expand) | Author | Files | Lines |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -1/+1 |
2021-03-22 | ubsan: Don't test for NaNs if those do not exist (PR97926) | Segher Boessenkool | 1 | -2/+10 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-25 | Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982) | Martin Sebor | 1 | -5/+8 |
2020-04-21 | ubsan: Avoid -Wpadded warnings [PR94641] | Jakub Jelinek | 1 | -0/+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 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-01-03 | poly_int: GET_MODE_PRECISION | Richard Sandiford | 1 | -1/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -14/+14 |
2017-11-24 | re PR sanitizer/83014 (ICE in pretty-print with -fsanitize=bounds) | Jakub Jelinek | 1 | -3/+3 |
2017-11-10 | auto-profile.c (afdo_indirect_call): Drop frequency. | Jan Hubicka | 1 | -3/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -0/+4 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -8/+0 |
2017-10-19 | flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN. | Jakub Jelinek | 1 | -1/+75 |
2017-10-19 | ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins... | Jakub Jelinek | 1 | -10/+15 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [65/77] Add a SCALAR_TYPE_MODE macro | Richard Sandiford | 1 | -5/+4 |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 1 | -3/+3 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-31 | re PR sanitizer/81604 (Ubsan type reporting can be bogus in some cases) | Jakub Jelinek | 1 | -6/+7 |
2017-07-28 | re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow) | Jakub Jelinek | 1 | -2/+300 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -4/+4 |
2017-06-27 | re PR sanitizer/81223 (ICE in instrument_null at gcc/ubsan.c:1230) | Marek Polacek | 1 | -1/+2 |
2017-06-27 | re PR sanitizer/81209 (-fsanitize=undefined ICE on darwin) | Jakub Jelinek | 1 | -0/+1 |
2017-06-19 | re PR sanitizer/81125 (-fsanitize=undefined ICE) | Jakub Jelinek | 1 | -15/+17 |
2017-06-19 | re PR sanitizer/81111 (Cannot build libstdc++ with -fsanitize=undefined) | Jakub Jelinek | 1 | -5/+22 |
2017-06-16 | re PR sanitizer/81094 (-fsanitize=object-size does not instrument aggregate c... | Jakub Jelinek | 1 | -13/+19 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -28/+18 |
2017-06-08 | re PR middle-end/81005 (-fsanitize=null and -fsanitize=alignment doesn't chec... | Jakub Jelinek | 1 | -2/+15 |
2017-05-18 | re PR sanitizer/80797 (-fsanitize=null doesn't instrument &s->x) | Marek Polacek | 1 | -1/+4 |
2017-04-13 | re PR sanitizer/80414 ([UBSAN] segfault with -fsanitize=undefined) | Denis Khalikov | 1 | -5/+5 |
2017-04-11 | Do not instrument register variables in object-size sanitizer (PR sanitizer/7... | Martin Liska | 1 | -1/+5 |
2017-03-27 | re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa... | Jakub Jelinek | 1 | -1/+1 |
2017-03-07 | re PR sanitizer/79897 (ICE in gimplify_modify_expr, at gimplify.c:5627 on ARM... | Jakub Jelinek | 1 | -0/+1 |
2017-02-20 | re PR sanitizer/79558 (ICE: Segfault in ubsan_type_descriptor, at ubsan.c:412) | Marek Polacek | 1 | -1/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-16 | re PR sanitizer/77823 (ICE: in ubsan_encode_value, at ubsan.c:137 with -fsani... | Jakub Jelinek | 1 | -9/+16 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -1/+1 |
2016-10-05 | re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ... | Jakub Jelinek | 1 | -1/+4 |
2016-10-05 | re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ... | Jakub Jelinek | 1 | -5/+7 |
2016-09-03 | ubsan.c (ubsan_use_new_style_p): Fix check for empty string. | Kirill Yukhin | 1 | -1/+1 |
2016-09-01 | PR tree-optimization/71831 - __builtin_object_size poor results with no | Martin Sebor | 1 | -2/+2 |
2016-08-12 | re PR c/71512 (ICE: verify_gimple failed with UBSAN) | Jakub Jelinek | 1 | -3/+6 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -2/+2 |
2016-05-06 | re PR sanitizer/70875 (ICE in get_ubsan_type_info_for_type with -fsanitize=un... | Marek Polacek | 1 | -1/+0 |