aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-17re PR sanitizer/85230 (asan: false positives in kernel on allocas)Jakub Jelinek1-7/+6
2018-01-09Add gcc_assert about stack alignment (PR sanitizer/82517).Martin Liska1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-6/+6
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+1
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford1-1/+1
2017-12-16Revert accidental commitRichard Sandiford1-1/+1
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford1-1/+1
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko1-9/+19
2017-11-05Remove semicolon after do {} while (0) in DEF_SANITIZER_BUILTINTom de Vries1-6/+10
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-0/+1
2017-10-30asan.c (asan_finish_file): Align asan globals array by shadow granularity.Maxim Ostapenko1-0/+3
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-1/+0
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-5/+3
2017-10-18Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).Martin Liska1-0/+4
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu1-0/+23
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-4/+4
2017-09-01re PR sanitizer/81923 ([ASAN] gcc emites wrong odr asan instrumentation for g...Jakub Jelinek1-2/+5
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska1-3/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-16asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE fixpoint ari...Jan Hubicka1-7/+5
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-1/+3
2017-07-13ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32Maxim Ostapenko1-2/+3
2017-07-06asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko1-2/+8
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko1-3/+212
2017-07-03Make stack epilogue more efficientMartin Liska1-39/+40
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-8/+10
2017-06-28Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).Martin Liska1-0/+3
2017-06-13Implement no_sanitize function attributeMartin Liska1-6/+2
2017-04-05re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target)Jakub Jelinek1-1/+4
2017-03-27re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa...Jakub Jelinek1-1/+2
2017-03-20re PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (...Marek Polacek1-4/+6
2017-03-09re PR sanitizer/79944 (asan: incorrect instrumentation of atomic operations)Jakub Jelinek1-164/+154
2017-03-06Fix ICE in use-after-scope w/ -fno-tree-dce (PR sanitize/79783).Martin Liska1-1/+5
2017-01-30re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-25/+6
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+24
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-7/+12
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska1-1/+108
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-24/+1
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+24
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