]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / asan.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-03-20  Ahamed Husni[PATCH] Fix typo in gcc/asan.c comment
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-25  Matthew Malcomsonlibsanitizer: Add hwasan pass and associated gimple...
2020-11-25  Matthew Malcomsonlibsanitizer: mid-end: Introduce stack variable handli...
2020-07-23  Kito ChengPR target/96260 - KASAN should work even back-end not...
2020-06-11  Martin Liskaasan: fix RTX emission for ilp32
2020-06-10  Martin LiskaAdd missing store in emission of asan_stack_free.
2020-05-07  Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-04-21  Jakub Jelinekubsan: Avoid -Wpadded warnings [PR94641]
2020-03-18  Jakub JelinekFix up duplicated duplicated words in comments
2020-03-18  Richard Bienermiddle-end/94188 fix fold of addr expression generation
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-27  Martin LiskaRemove quite obvious dead assignments.
2019-02-15  Eric Botcazouasan.c (asan_emit_stack_protection): Use full-sized...
2019-02-12  Eric Botcazouasan.c (asan_expand_mark_ifn): Take into account the...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-02  Jakub Jelinekre PR sanitizer/88291 (asan ICE in asan_clear_shadow)
2018-12-01  Jakub Jelinekre PR sanitizer/88289 (r266664 causes asan to fail...
2018-11-30  Martin LiskaMake red zone size more flexible for stack variables...
2018-11-27  Martin LiskaCome up with memop_ret enum instead of int endp for...
2018-10-09  Martin LiskaASAN: emit line information of stack variables.
2018-09-24  Martin LiskaUnpoison variable partition properly (PR sanitizer...
2018-04-17  Jakub Jelinekre PR sanitizer/85230 (asan: false positives in kernel...
2018-01-09  Martin LiskaAdd gcc_assert about stack alignment (PR sanitizer...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-21  Richard Sandifordpoly_int: get_inner_reference & co.
2017-12-20  Richard Sandifordpoly_int: tree constants
2017-12-20  Richard SandifordAdd a gen_int_shift_amount helper function
2017-12-16  Richard SandifordRevert accidental commit
2017-12-16  Richard SandifordAdd a gen_int_shift_amount helper function
2017-11-30  Maxim Ostapenkore PR sanitizer/81697 (Incorrect ASan global variables...
2017-11-05  Tom de VriesRemove semicolon after do {} while (0) in DEF_SANITIZER...
2017-11-03  Jan Hubickaasan.c (create_cond_insert_point): Maintain profile.
2017-10-30  Maxim Ostapenkoasan.c (asan_finish_file): Align asan globals array...
2017-10-19  Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-10-19  Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-18  Martin LiskaDo not put gimple stmt on an abnormal edge (PR sanitize...
2017-09-06  Wish Wuasan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_...
2017-09-04  Richard SandifordPR82045: Avoid passing machine modes through "..."
2017-09-01  Jakub Jelinekre PR sanitizer/81923 ([ASAN] gcc emites wrong odr...
2017-08-11  Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-16  Jan Hubickaasan.c (create_cond_insert_point): Avoid use of REG_BR_...
2017-07-16  Jan Hubickaprofile-count.h (profile_probability::from_reg_br_prob_...
2017-07-13  Maxim OstapenkoASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 ...
2017-07-06  Maxim Ostapenkoasan.h (asan_sanitize_allocas_p): Declare.
2017-07-06  Maxim OstapenkoASAN: Implement dynamic allocas/VLAs sanitization.
2017-07-03  Martin LiskaMake stack epilogue more efficient
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-28  Martin LiskaBail out HARD_REGISTER vars in asan (PR sanitizer/81224).
2017-06-13  Martin LiskaImplement no_sanitize function attribute
2017-04-05  Jakub Jelinekre PR sanitizer/80308 (asan crash on big-endian powerpc...
2017-03-27  Jakub Jelinekre PR sanitizer/80168 (ICE in make_decl_rtl, at varasm...
2017-03-20  Marek Polacekre PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrec...
2017-03-09  Jakub Jelinekre PR sanitizer/79944 (asan: incorrect instrumentation...
2017-03-06  Martin LiskaFix ICE in use-after-scope w/ -fno-tree-dce (PR sanitiz...
2017-01-30  Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2017-01-25  Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2017-01-23  Martin Liskause-after-scope: handle writes to a poisoned variable
2017-01-23  Martin LiskaSpeed up use-after-scope (v2): rewrite into SSA
2017-01-23  Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2017-01-18  Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2017-01-13  Maxim Ostapenkore PR sanitizer/78887 (Failure to build aarch64 allmodc...
2017-01-09  Martin SeborPR bootstrap/79033 - asan.c not compiling with make...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-13  Martin LiskaRename BUILT_IN_ASAN_CLOBBER_N to
2016-12-13  Martin LiskaAdd pretty printer for ASAN_MARK and add a helper fn
2016-12-02  Maxim OstapenkoAdd support for ASan odr_indicator.
2016-11-30  Martin LiskaSupport nested functions (PR sanitizer/78541).
2016-11-08  Maxim Ostapenkoasan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
2016-11-07  Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-10-13  Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-09  Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-08-20  Kugan VivekanandarajahMakefile.in: Add tree-vrp.h to GTFILES.
2016-07-21  Jakub Jelinekre PR sanitizer/71953 (ICE using address sanitizers...
2016-07-11  Bernd EdlingerConvert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
2016-04-08  Maxim Ostapenkore PR sanitizer/70541 (unnoticed invalid dereference...
2016-02-04  Martin Liskare PR sanitizer/69276 (Address sanitizer does not handl...
2016-01-27  Jakub Jelinekre PR lto/69254 (ICE in streamer_get_builtin_tree when...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-23  Max Ostapenkolibsanitizer merge from upstream r253555, compiler...
2015-11-08  Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21  Max Ostapenkolibsanitizer merge from upstream r250806, compiler...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-16  Mikhail MaltsevShare memory blocks between pool allocators
2015-07-16  Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-table.h: Update comments.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
next