aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-28Don't inline GCC memory builtins if ASan is enabled.Max Ostapenko1-204/+118
2014-10-28Enable -fsanitize-recover for KASan.Yury Gribov1-25/+56
2014-10-28Allow to override Asan shadow offset.Yury Gribov1-3/+40
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+12
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek1-4/+2
2014-10-13asan.c (instrument_derefs): BIT_FIELD_REF added.Marat Zakirov1-0/+1
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-15/+15