Age | Commit message (Expand) | Author | Files | Lines |
2020-11-25 | libsanitizer: Add hwasan pass and associated gimple changes | Matthew Malcomson | 1 | -0/+55 |
2020-11-25 | libsanitizer: mid-end: Introduce stack variable handling for HWASAN | Matthew Malcomson | 1 | -0/+6 |
2020-06-09 | tsan: Add optional support for distinguishing volatiles | Marco Elver | 1 | -0/+21 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-05 | invoke.texi: Document the options. | Martin Liska | 1 | -0/+4 |
2017-10-19 | flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN. | Jakub Jelinek | 1 | -0/+8 |
2017-10-19 | ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins... | Jakub Jelinek | 1 | -10/+10 |
2017-09-06 | asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8... | Wish Wu | 1 | -0/+33 |
2017-07-28 | re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow) | Jakub Jelinek | 1 | -0/+8 |
2017-07-06 | ASAN: Implement dynamic allocas/VLAs sanitization. | Maxim Ostapenko | 1 | -0/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-13 | Rename BUILT_IN_ASAN_CLOBBER_N to | Martin Liska | 1 | -2/+4 |
2016-11-09 | asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove. | Maxim Ostapenko | 1 | -1/+1 |
2016-11-08 | use-after-scope fallout | Martin Liska | 1 | -2/+2 |
2016-11-07 | Introduce -fsanitize-address-use-after-scope | Martin Liska | 1 | -0/+4 |
2016-01-27 | re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift... | Jakub Jelinek | 1 | -0/+7 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-04 | Add fuzzing coverage support | Dmitry Vyukov | 1 | -0/+5 |
2015-10-21 | libsanitizer merge from upstream r250806, compiler part. | Max Ostapenko | 1 | -1/+4 |
2015-08-21 | sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG, [...]): Fix builtin types. | Yury Gribov | 1 | -2/+2 |
2015-01-16 | sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters. | Bernd Edlinger | 1 | -1/+1 |
2015-01-15 | flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i... | Jakub Jelinek | 1 | -0/+8 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-02 | Instrument bit field and unaligned accesses for TSAN. | Bernd Edlinger | 1 | -0/+4 |
2014-11-14 | re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s... | Marek Polacek | 1 | -1/+1 |
2014-10-28 | Enable -fsanitize-recover for KASan. | Yury Gribov | 1 | -0/+62 |
2014-09-23 | [libsanitizer merge from upstream r218156] | Kostya Serebryany | 1 | -1/+1 |
2014-09-10 | flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ... | Jakub Jelinek | 1 | -0/+16 |
2014-06-20 | asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. | Marek Polacek | 1 | -0/+8 |
2014-06-16 | New asan-instrumentation-with-call-threshold parameter. | Yury Gribov | 1 | -1/+25 |
2014-05-30 | sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N, [...]): New. | Jakub Jelinek | 1 | -0/+6 |
2014-05-23 | builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT. | Marek Polacek | 1 | -0/+8 |
2014-04-23 | re PR sanitizer/60275 ([UBSAN] Add -f[no-]sanitize-recover/-fsanitize-undefin... | Jakub Jelinek | 1 | -0/+36 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h. | Jakub Jelinek | 1 | -0/+4 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 1 | -0/+16 |
2013-11-22 | ubsan.c (ubsan_source_location): Don't crash on unknown locations. | Jakub Jelinek | 1 | -0/+4 |
2013-11-22 | sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New. | Jakub Jelinek | 1 | -0/+6 |
2013-11-19 | bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl. | Marek Polacek | 1 | -0/+4 |
2013-11-04 | libsanitizer merge from upstream r191666 | Kostya Serebryany | 1 | -1/+1 |
2013-11-03 | Implement -fsanitize=vla-bound. | Marek Polacek | 1 | -0/+4 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+14 |
2013-02-13 | libsanitizer merge from upstream r175049 | Kostya Serebryany | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-13 | re PR sanitizer/55508 (many test cases fail using -fsanitize=address with int... | Jakub Jelinek | 1 | -11/+11 |
2012-12-11 | sanitizer.def: Add comment about importance of ordering of BUILT_IN_ASAN_REPO... | Jakub Jelinek | 1 | -0/+2 |
2012-12-11 | sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New builtin. | Jakub Jelinek | 1 | -0/+3 |
2012-12-04 | re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations) | Jakub Jelinek | 1 | -0/+193 |