summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-0/+1
* asan.c (asan_finish_file): Align asan globals array by shadow granularity.Maxim Ostapenko2017-10-301-0/+3
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-1/+0
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-5/+3
* Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).Martin Liska2017-10-181-0/+4
* asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu2017-09-061-0/+23
* PR82045: Avoid passing machine modes through "..."Richard Sandiford2017-09-041-4/+4
* re PR sanitizer/81923 ([ASAN] gcc emites wrong odr asan instrumentation for g...Jakub Jelinek2017-09-011-2/+5
* Introduce TARGET_SUPPORTS_ALIASESMartin Liska2017-08-111-3/+1
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE fixpoint ari...Jan Hubicka2017-07-161-7/+5
* profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka2017-07-161-1/+3
* ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32Maxim Ostapenko2017-07-131-2/+3
* asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko2017-07-061-2/+8
* ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko2017-07-061-3/+212
* Make stack epilogue more efficientMartin Liska2017-07-031-39/+40
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-8/+10
* Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).Martin Liska2017-06-281-0/+3
* Implement no_sanitize function attributeMartin Liska2017-06-131-6/+2
* re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target)Jakub Jelinek2017-04-051-1/+4
* re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa...Jakub Jelinek2017-03-271-1/+2
* re PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (...Marek Polacek2017-03-201-4/+6
* re PR sanitizer/79944 (asan: incorrect instrumentation of atomic operations)Jakub Jelinek2017-03-091-164/+154
* Fix ICE in use-after-scope w/ -fno-tree-dce (PR sanitize/79783).Martin Liska2017-03-061-1/+5
* re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2017-01-301-25/+6
* re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2017-01-251-1/+24
* use-after-scope: handle writes to a poisoned variableMartin Liska2017-01-231-7/+12
* Speed up use-after-scope (v2): rewrite into SSAMartin Liska2017-01-231-1/+108
* re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2017-01-231-24/+1
* re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2017-01-181-1/+24
* re PR sanitizer/78887 (Failure to build aarch64 allmodconfig Linux kernel 4.9)Maxim Ostapenko2017-01-131-1/+10
* PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0Martin Sebor2017-01-091-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Rename BUILT_IN_ASAN_CLOBBER_N toMartin Liska2016-12-131-2/+3
* Add pretty printer for ASAN_MARK and add a helper fnMartin Liska2016-12-131-15/+13
* Add support for ASan odr_indicator.Maxim Ostapenko2016-12-021-8/+79
* Support nested functions (PR sanitizer/78541).Martin Liska2016-11-301-0/+6
* asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.Maxim Ostapenko2016-11-091-5/+8
* Introduce -fsanitize-address-use-after-scopeMartin Liska2016-11-071-54/+248
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-2/+2
* Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah2016-08-201-0/+1
* re PR sanitizer/71953 (ICE using address sanitizers with PCH)Jakub Jelinek2016-07-211-2/+3
* Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2016-07-111-1/+1
* re PR sanitizer/70541 (unnoticed invalid dereference when using address sanit...Maxim Ostapenko2016-04-081-3/+25
* re PR sanitizer/69276 (Address sanitizer does not handle heap overflow)Martin Liska2016-02-041-0/+22
* re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...Jakub Jelinek2016-01-271-0/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* libsanitizer merge from upstream r253555, compiler part.Max Ostapenko2015-11-231-3/+5
* Merge of the scalar-storage-order branch.Eric Botcazou2015-11-081-3/+3