summaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-21ubsan: Avoid -Wpadded warnings [PR94641]Jakub Jelinek
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek
2020-03-18middle-end/94188 fix fold of addr expression generationRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-02-15asan.c (asan_emit_stack_protection): Use full-sized mask to align the base ad...Eric Botcazou
2019-02-12asan.c (asan_expand_mark_ifn): Take into account the alignment of the object ...Eric Botcazou
2019-01-01Update copyright years.Jakub Jelinek
2018-12-02re PR sanitizer/88291 (asan ICE in asan_clear_shadow)Jakub Jelinek
2018-12-01re PR sanitizer/88289 (r266664 causes asan to fail on many/most tests on BE)Jakub Jelinek
2018-11-30Make red zone size more flexible for stack variables (PR sanitizer/81715).Martin Liska
2018-11-27Come up with memop_ret enum instead of int endp for memory operations.Martin Liska
2018-10-09ASAN: emit line information of stack variables.Martin Liska
2018-09-24Unpoison variable partition properly (PR sanitizer/85774).Martin Liska
2018-04-17re PR sanitizer/85230 (asan: false positives in kernel on allocas)Jakub Jelinek
2018-01-09Add gcc_assert about stack alignment (PR sanitizer/82517).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko
2017-11-05Remove semicolon after do {} while (0) in DEF_SANITIZER_BUILTINTom de Vries
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-30asan.c (asan_finish_file): Align asan globals array by shadow granularity.Maxim Ostapenko
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-18Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).Martin Liska
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford
2017-09-01re PR sanitizer/81923 ([ASAN] gcc emites wrong odr asan instrumentation for g...Jakub Jelinek
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska
2017-08-08trans.c: Include header files.Martin Liska
2017-07-16asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE fixpoint ari...Jan Hubicka
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-07-13ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32Maxim Ostapenko
2017-07-06asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko
2017-07-03Make stack epilogue more efficientMartin Liska
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-28Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).Martin Liska
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-04-05re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target)Jakub Jelinek
2017-03-27re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa...Jakub Jelinek
2017-03-20re PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (...Marek Polacek