summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-10-31 Richard Sandiford <rsandifo@linux.vnet.ibm.com>ygribov2013-10-311-1/+1
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-5/+5
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* gcc/rsandifo2013-09-301-1/+1
* gcc/rsandifo2013-09-281-4/+4
* 2013-09-26 Andrew MacLeod <amacleod@redhat.com>amacleod2013-09-261-0/+1
* gcc/rsandifo2013-09-231-1/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* gcc/rsandifo2013-09-091-1/+1
* gcc/rsandifo2013-09-091-3/+5
* gcc/rsandifo2013-09-091-1/+1
* Merge ubsan into trunk.mpolacek2013-08-301-9/+17
* * pretty-print.h (output_buffer::output_buffer): Declare.gdr2013-08-221-5/+1
* PR sanitizer/56417jakub2013-08-131-5/+4
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-36/+73
* * asan.c (asan_pp): Remove.gdr2013-08-051-23/+10
* * pretty-print.h (pp_base): Remove. Adjust dependent macros.gdr2013-08-051-4/+4
* Fix typos.mrs2013-07-211-1/+1
* 2013-03-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-0/+6
* Simplified GIMPLE IL builder functions.dnovillo2013-04-181-50/+16
* PR c++/34949jakub2013-04-021-1/+2
* PR sanitizer/56454jakub2013-02-281-1/+1
* [asan] Fix for PR asan/56330dodji2013-02-161-44/+53
* [asan] Fix a thinko leading to a crashdodji2013-02-141-1/+1
* * asan.c (create_cond_insert_point): Add create_then_fallthru_edgejakub2013-02-131-8/+31
* [asan] Avoid instrumenting duplicated memory access in the same basic blockdodji2013-02-131-309/+749
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* PR fortran/55341jakub2013-01-081-4/+41
* * varasm.c (output_constant_def_contents): For asan_protect_globaljakub2013-01-071-4/+5
* PR sanitizer/55508jakub2012-12-121-0/+5
* * varasm.c (get_variable_section): Don't return lcomm_sectionjakub2012-12-111-6/+1
* * sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New builtin.jakub2012-12-111-3/+24
* * asan.c (asan_init_shadow_ptr_types): Move earlier in the file.jakub2012-12-101-21/+89
* * asan.c (instrument_derefs): Handle bitfield COMPONENT_REFsjakub2012-12-101-4/+11
* PR sanitizer/55439jakub2012-12-041-0/+52
* * sanitizer.def: Add Address Sanitizer builtins.jakub2012-12-031-44/+54
* * asan.c (instrument_mem_region_access): Don't instrumentjakub2012-12-031-23/+42
* * asan.c (instrument_assignment): Instrument lhs onlyjakub2012-12-031-4/+6
* PR sanitizer/55435jakub2012-11-231-2/+4
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-6/+5
* * asan.c (report_error_func): Set DECL_IGNORED_P, don't touchjakub2012-11-151-4/+5
* * asan.c (instrument_builtin_call) <case BUILT_IN_BCOPY>: Fix upjakub2012-11-131-3/+3
* * asan.c: Include tm_p.hdje2012-11-131-0/+1
* * asan.c: Formatting cleanups.jakub2012-11-121-95/+94
* Instrument built-in memory access function callsdodji2012-11-121-30/+605
* Factorize condition insertion code out of build_check_stmtdodji2012-11-121-44/+76
* Make build_check_stmt accept an SSA_NAME for its basedodji2012-11-121-13/+23
* Implement protection of global variablesdodji2012-11-121-37/+307
* Implement protection of stack variablesdodji2012-11-121-9/+297