summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek2013-01-081-4/+41
* varasm.c (output_constant_def_contents): For asan_protect_global protected st...Jakub Jelinek2013-01-071-4/+5
* re PR sanitizer/55508 (many test cases fail using -fsanitize=address with int...Jakub Jelinek2012-12-131-0/+5
* varasm.c (get_variable_section): Don't return lcomm_section for asan_protect_...Jakub Jelinek2012-12-111-6/+1
* sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New builtin.Jakub Jelinek2012-12-111-3/+24
* asan.c (asan_init_shadow_ptr_types): Move earlier in the file.Jakub Jelinek2012-12-101-21/+89
* asan.c (instrument_derefs): Handle bitfield COMPONENT_REFs accesses as reads/...Jakub Jelinek2012-12-101-4/+11
* re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations)Jakub Jelinek2012-12-041-0/+52
* sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek2012-12-031-44/+54
* asan.c (instrument_mem_region_access): Don't instrument if base doesn't have ...Jakub Jelinek2012-12-031-23/+42
* asan.c (instrument_assignment): Instrument lhs only for gimple_store_p and rh...Jakub Jelinek2012-12-031-4/+6
* re PR sanitizer/55435 ([asan] implement an attribute to disable asan instrume...Jakub Jelinek2012-11-231-2/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-6/+5
* asan.c (report_error_func): Set DECL_IGNORED_P, don't touch DECL_ASSEMBLER_NAME.Jakub Jelinek2012-11-151-4/+5
* asan.c (instrument_builtin_call): Fix up dest assignment.Jakub Jelinek2012-11-131-3/+3
* * asan.c: Include tm_p.hDavid Edelsohn2012-11-121-0/+1
* * asan.c: Formatting cleanups.Jakub Jelinek2012-11-121-95/+94
* Instrument built-in memory access function callsDodji Seketeli2012-11-121-30/+605
* Factorize condition insertion code out of build_check_stmtDodji Seketeli2012-11-121-44/+76
* Make build_check_stmt accept an SSA_NAME for its baseDodji Seketeli2012-11-121-13/+23
* Implement protection of global variablesJakub Jelinek2012-11-121-37/+307
* Implement protection of stack variablesJakub Jelinek2012-11-121-9/+297
* Allow asan at -O0Jakub Jelinek2012-11-121-9/+36
* Emit GIMPLE directly instead of gimplifying GENERIC.Jakub Jelinek2012-11-121-118/+166
* Initial asan cleanupsJakub Jelinek2012-11-121-19/+6
* Initial import of asan from the Google branchWei Mi2012-11-121-0/+404