aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-13re PR sanitizer/78887 (Failure to build aarch64 allmodconfig Linux kernel 4.9)Maxim Ostapenko1-1/+10
2017-01-09PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0Martin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13Rename BUILT_IN_ASAN_CLOBBER_N toMartin Liska1-2/+3
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska1-15/+13
2016-12-02Add support for ASan odr_indicator.Maxim Ostapenko1-8/+79
2016-11-30Support nested functions (PR sanitizer/78541).Martin Liska1-0/+6
2016-11-09asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.Maxim Ostapenko1-5/+8
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska1-54/+248
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-2/+2
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-0/+1
2016-07-21re PR sanitizer/71953 (ICE using address sanitizers with PCH)Jakub Jelinek1-2/+3
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-04-08re PR sanitizer/70541 (unnoticed invalid dereference when using address sanit...Maxim Ostapenko1-3/+25
2016-02-04re PR sanitizer/69276 (Address sanitizer does not handle heap overflow)Martin Liska1-0/+22
2016-01-27re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...Jakub Jelinek1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-23libsanitizer merge from upstream r253555, compiler part.Max Ostapenko1-3/+5
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-17/+14
2015-10-21libsanitizer merge from upstream r250806, compiler part.Max Ostapenko1-4/+10
2015-09-20switch from gimple to gimple*Trevor Saunders1-13/+13
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-18/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in asan.c.Martin Liska1-24/+20
2015-04-22Allow wildcards in -fsanitize-sections.Yury Gribov1-14/+22
2015-04-18remove need for store_values_directlyTrevor Saunders1-4/+4
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov1-1/+30
2015-03-11asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.Marat Zakirov1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-02asan: support for globals in kernelDmitry Vyukov1-5/+12
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-32/+22
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-20/+15
2014-11-26re PR sanitizer/63788 (ICE: SIGSEGV in contains_struct_check with -O -fsaniti...Marek Polacek1-0/+14
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-8/+10
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-12/+8
2014-11-18re PR sanitizer/63866 (ICE in C++ printer with -fdump-ipa)Marek Polacek1-1/+6
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek1-0/+6
2014-11-04Makefile.in (OBJS): Add sanopt.o.Marek Polacek1-111/+1