aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection.Max Ostapenko1-1/+14
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-3/+3
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-3/+1
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek1-10/+119
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek1-4/+67
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-0/+84
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-14re PR sanitizer/59122 (libsanitizer merge from upstream r191666 causes duplic...Jakub Jelinek1-0/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07Allow integer literals as addresses in instrumented builtins.Yury Gribov1-1/+1
2013-11-04libsanitizer merge from upstream r191666Kostya Serebryany1-21/+49
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+3
2013-10-31re PR sanitizer/58543 (Invalid unpoisoning of stack redzones on ARM)Richard Sandiford1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-5/+5
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-0/+1
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+1
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-3/+5
2013-09-09asan.c (asan_shadow_cst): Use gen_int_mode.Richard Sandiford1-1/+1
2013-08-30Merge ubsan into trunk.Marek Polacek1-9/+17
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-5/+1
2013-08-13re PR middle-end/56417 (internal compiler error: verify_gimple failed)Jakub Jelinek1-5/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+73
2013-08-05asan.c (asan_pp): Remove.Gabriel Dos Reis1-23/+10
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-4/+4
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+6
2013-04-18Simplified GIMPLE IL builder functions.Diego Novillo1-50/+16
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-1/+2
2013-02-28re PR sanitizer/56454 (need to rename attribute no_address_safety_analysis to...Konstantin Serebryany1-1/+1
2013-02-16[asan] Fix for PR asan/56330Jakub Jelinek1-44/+53
2013-02-14[asan] Fix a thinko leading to a crashDodji Seketeli1-1/+1
2013-02-13asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument.Jakub Jelinek1-8/+31
2013-02-13[asan] Avoid instrumenting duplicated memory access in the same basic blockDodji Seketeli1-309/+749
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1