aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-23PR target/96260 - KASAN should work even back-end not porting anything.Kito Cheng1-0/+7
2020-06-11asan: fix RTX emission for ilp32Martin Liska1-0/+1
2020-06-10Add missing store in emission of asan_stack_free.Martin Liska1-2/+18
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-2/+1
2020-04-21ubsan: Avoid -Wpadded warnings [PR94641]Jakub Jelinek1-0/+1
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-03-18middle-end/94188 fix fold of addr expression generationRichard Biener1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-9/+10
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+2
2019-02-15asan.c (asan_emit_stack_protection): Use full-sized mask to align the base ad...Eric Botcazou1-5/+7
2019-02-12asan.c (asan_expand_mark_ifn): Take into account the alignment of the object ...Eric Botcazou1-3/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-02re PR sanitizer/88291 (asan ICE in asan_clear_shadow)Jakub Jelinek1-7/+13
2018-12-01re PR sanitizer/88289 (r266664 causes asan to fail on many/most tests on BE)Jakub Jelinek1-1/+1
2018-11-30Make red zone size more flexible for stack variables (PR sanitizer/81715).Martin Liska1-45/+157
2018-11-27Come up with memop_ret enum instead of int endp for memory operations.Martin Liska1-1/+1
2018-10-09ASAN: emit line information of stack variables.Martin Liska1-2/+20
2018-09-24Unpoison variable partition properly (PR sanitizer/85774).Martin Liska1-1/+1
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