aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)Author
2014-10-24re PR sanitizer/63638 (internal compiler error: in asan_expand_check_ifn (wit...Yury Gribov
2014-10-17asan.c (instrument_derefs): Allow instrumentation of odd-sized accesses even ...Jakub Jelinek
2014-10-16Instrument unaligned objects in KASan.Yury Gribov
2014-10-16backport: asan.c (asan_finish_file): Disable __asan_init calls for KASan; don...Yury Gribov
2014-10-16backport: re PR sanitizer/61897 (sanitizer internal compiler error: in build2...Yury Gribov
2014-10-16backport: [multiple changes]Yury Gribov
2014-10-16Move inlining of Asan memory checks to sanopt pass.Yury Gribov
2014-10-16Do not instrument first byte in strlen if already instrumented.Yury Gribov
2014-10-16New asan-instrumentation-with-call-thresholdYury Gribov
2014-10-16backport: asan.c (report_error_func): Add SLOW_P argument, use BUILT_IN_ASAN_...Yury Gribov
2014-10-16backport: sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N, [...]): New.Yury Gribov
2014-09-18re PR c++/62017 (AddressSanitizer reports *-buffer-overflow in destructor whe...Jakub Jelinek
2014-04-22re PR middle-end/60281 (Address Sanitizer triggers alignment fault in ARM mac...Lin Zuojian
2014-01-09cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection.Max Ostapenko
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-14re PR sanitizer/59122 (libsanitizer merge from upstream r191666 causes duplic...Jakub Jelinek
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-07Allow integer literals as addresses in instrumented builtins.Yury Gribov
2013-11-04libsanitizer merge from upstream r191666Kostya Serebryany
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek
2013-10-31re PR sanitizer/58543 (Invalid unpoisoning of stack redzones on ARM)Richard Sandiford
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-21Re-factor inclusion of tree.h.Diego Novillo
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford
2013-09-09asan.c (asan_shadow_cst): Use gen_int_mode.Richard Sandiford
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis
2013-08-13re PR middle-end/56417 (internal compiler error: verify_gimple failed)Jakub Jelinek