aboutsummaryrefslogtreecommitdiff
path: root/gcc/ubsan.cc
AgeCommit message (Expand)AuthorFilesLines
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-04-19Transform more gmp/mpfr uses to use RAIIRichard Biener1-5/+4
2023-02-28ubsan: Honor -fstrict-flex-arrays= in -fsanitize=bounds [PR108894]Jakub Jelinek1-2/+2
2023-02-06ubsan: Fix up another spot that should have been BUILT_IN_UNREACHABLE_TRAPS [...Jakub Jelinek1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-06-23c++: properly initialize UBSAN built-insMartin Liska1-1/+2
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill1-16/+32
2022-06-18ubsan: Add -fsanitize-trap= supportJakub Jelinek1-11/+13
2022-05-13Make gimple_build main workers more flexibleRichard Biener1-6/+3
2022-05-10middle-end/70090: Dynamic sizes for -fsanitize=object-sizeSiddhesh Poyarekar1-6/+7
2022-03-30ubsan: Fix ICE due to -fsanitize=object-size [PR105093]Jakub Jelinek1-0/+7
2022-02-21aarch64: Add compiler support for Shadow Call StackDan Li1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2477