aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-0/+3
2014-10-06ubsan.h (ubsan_get_source_location): New prototype.Jakub Jelinek1-3/+34
2014-10-03asan.c (asan_finish_file): Disable __asan_init calls for KASan; don't emit em...Yury Gribov1-5/+9
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+2
2014-09-24re PR sanitizer/63316 (False asan positive)Jakub Jelinek1-11/+18
2014-09-23[libsanitizer merge from upstream r218156]Kostya Serebryany1-4/+10
2014-09-19asan.c (build_check_stmt): Alignment arg was added.Marat Zakirov1-3/+9
2014-09-18re PR c++/62017 (AddressSanitizer reports *-buffer-overflow in destructor whe...Jakub Jelinek1-0/+1
2014-09-03use rtx_code_label moreTrevor Saunders1-3/+4
2014-09-01re PR sanitizer/61897 (sanitizer internal compiler error: in build2_stat, at ...Yury Gribov1-21/+48
2014-08-21asan.c: strengthen some rtx localsDavid Malcolm1-1/+3
2014-08-19asan_emit_stack_protection returns an insnDavid Malcolm1-3/+4