summaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)Author
2017-04-05re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target)Jakub Jelinek
2017-03-27re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa...Jakub Jelinek
2017-03-20re PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (...Marek Polacek
2017-03-09re PR sanitizer/79944 (asan: incorrect instrumentation of atomic operations)Jakub Jelinek
2017-03-06Fix ICE in use-after-scope w/ -fno-tree-dce (PR sanitize/79783).Martin Liska
2017-01-30re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-13re PR sanitizer/78887 (Failure to build aarch64 allmodconfig Linux kernel 4.9)Maxim Ostapenko
2017-01-09PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0Martin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-12-13Rename BUILT_IN_ASAN_CLOBBER_N toMartin Liska
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska
2016-12-02Add support for ASan odr_indicator.Maxim Ostapenko
2016-11-30Support nested functions (PR sanitizer/78541).Martin Liska
2016-11-09asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.Maxim Ostapenko
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah
2016-07-21re PR sanitizer/71953 (ICE using address sanitizers with PCH)Jakub Jelinek
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger
2016-04-08re PR sanitizer/70541 (unnoticed invalid dereference when using address sanit...Maxim Ostapenko
2016-02-04re PR sanitizer/69276 (Address sanitizer does not handle heap overflow)Martin Liska
2016-01-27re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-23libsanitizer merge from upstream r253555, compiler part.Max Ostapenko
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-21libsanitizer merge from upstream r250806, compiler part.Max Ostapenko
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator in asan.c.Martin Liska
2015-04-22Allow wildcards in -fsanitize-sections.Yury Gribov
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov
2015-03-11asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.Marat Zakirov
2015-01-15dojump.h: New header file.Prathamesh Kulkarni