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