summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow asan at -O0dodji2012-11-121-9/+36
* Emit GIMPLE directly instead of gimplifying GENERIC.dodji2012-11-121-118/+166
* Initial asan cleanupsdodji2012-11-121-19/+6
* Initial import of asan from the Google branchdodji2012-11-121-0/+404