summaryrefslogtreecommitdiffstats
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
OpenPOWER on IntegriCloud