summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-6/+3
* re PR middle-end/60281 (Address Sanitizer triggers alignment fault in ARM mac...Lin Zuojian2014-04-221-0/+15
* pass cfun to pass::executeTrevor Saunders2014-04-171-35/+35
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-15/+3
* remove has_gateTrevor Saunders2014-04-171-3/+0
* cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection.Max Ostapenko2014-01-091-1/+14
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek2013-12-201-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-3/+3
* Implement -fsanitize=signed-integer-overflow.Marek Polacek2013-12-041-3/+1
* cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek2013-11-281-10/+119
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-1/+1
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-1/+1
* sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek2013-11-221-4/+67
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-0/+84
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* re PR sanitizer/59122 (libsanitizer merge from upstream r191666 causes duplic...Jakub Jelinek2013-11-141-0/+3
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Allow integer literals as addresses in instrumented builtins.Yury Gribov2013-11-071-1/+1
* libsanitizer merge from upstream r191666Kostya Serebryany2013-11-041-21/+49
* Implement -fsanitize=vla-bound.Marek Polacek2013-11-031-0/+3
* re PR sanitizer/58543 (Invalid unpoisoning of stack redzones on ARM)Richard Sandiford2013-10-311-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-5/+5
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-0/+1
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-1/+1
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-3/+5
* asan.c (asan_shadow_cst): Use gen_int_mode.Richard Sandiford2013-09-091-1/+1
* Merge ubsan into trunk.Marek Polacek2013-08-301-9/+17
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-5/+1
* re PR middle-end/56417 (internal compiler error: verify_gimple failed)Jakub Jelinek2013-08-131-5/+4
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-36/+73
* asan.c (asan_pp): Remove.Gabriel Dos Reis2013-08-051-23/+10
* pretty-print.h (pp_base): Remove.Gabriel Dos Reis2013-08-051-4/+4
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+6
* Simplified GIMPLE IL builder functions.Diego Novillo2013-04-181-50/+16
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-021-1/+2
* re PR sanitizer/56454 (need to rename attribute no_address_safety_analysis to...Konstantin Serebryany2013-02-281-1/+1