summaryrefslogtreecommitdiff
path: root/gcc/asan.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02 PR c++/34949jakub1-1/+2
2013-02-28 PR sanitizer/56454jakub1-1/+1
2013-02-16[asan] Fix for PR asan/56330dodji1-44/+53
2013-02-14[asan] Fix a thinko leading to a crashdodji1-1/+1
2013-02-13 * asan.c (create_cond_insert_point): Add create_then_fallthru_edgejakub1-8/+31
2013-02-13[asan] Avoid instrumenting duplicated memory access in the same basic blockdodji1-309/+749
2013-01-10Update copyright years in gcc/rsandifo1-1/+1
2013-01-08 PR fortran/55341jakub1-4/+41
2013-01-07 * varasm.c (output_constant_def_contents): For asan_protect_globaljakub1-4/+5
2012-12-12 PR sanitizer/55508jakub1-0/+5
2012-12-11 * varasm.c (get_variable_section): Don't return lcomm_sectionjakub1-6/+1
2012-12-11 * sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New builtin.jakub1-3/+24
2012-12-10 * asan.c (asan_init_shadow_ptr_types): Move earlier in the file.jakub1-21/+89
2012-12-10 * asan.c (instrument_derefs): Handle bitfield COMPONENT_REFsjakub1-4/+11
2012-12-04 PR sanitizer/55439jakub1-0/+52
2012-12-03 * sanitizer.def: Add Address Sanitizer builtins.jakub1-44/+54
2012-12-03 * asan.c (instrument_mem_region_access): Don't instrumentjakub1-23/+42
2012-12-03 * asan.c (instrument_assignment): Instrument lhs onlyjakub1-4/+6
2012-11-23 PR sanitizer/55435jakub1-2/+4
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo1-6/+5
2012-11-15 * asan.c (report_error_func): Set DECL_IGNORED_P, don't touchjakub1-4/+5
2012-11-13 * asan.c (instrument_builtin_call) <case BUILT_IN_BCOPY>: Fix upjakub1-3/+3
2012-11-13* asan.c: Include tm_p.hdje1-0/+1
2012-11-12 * asan.c: Formatting cleanups.jakub1-95/+94
2012-11-12Instrument built-in memory access function callsdodji1-30/+605
2012-11-12Factorize condition insertion code out of build_check_stmtdodji1-44/+76
2012-11-12Make build_check_stmt accept an SSA_NAME for its basedodji1-13/+23
2012-11-12Implement protection of global variablesdodji1-37/+307
2012-11-12Implement protection of stack variablesdodji1-9/+297
2012-11-12Allow asan at -O0dodji1-9/+36
2012-11-12Emit GIMPLE directly instead of gimplifying GENERIC.dodji1-118/+166
2012-11-12Initial asan cleanupsdodji1-19/+6
2012-11-12Initial import of asan from the Google branchdodji1-0/+404