whatis.cc: New file.
[gcc.git] / gcc / asan.c
2012-11-15 Jakub Jelinekasan.c (report_error_func): Set DECL_IGNORED_P, don...
2012-11-13 Jakub Jelinekasan.c (instrument_builtin_call): Fix up dest assignment.
2012-11-13 David Edelsohn* asan.c: Include tm_p.h
2012-11-12 Jakub Jelinek* asan.c: Formatting cleanups.
2012-11-12 Dodji SeketeliInstrument built-in memory access function calls
2012-11-12 Dodji SeketeliFactorize condition insertion code out of build_check_stmt
2012-11-12 Dodji SeketeliMake build_check_stmt accept an SSA_NAME for its base
2012-11-12 Jakub JelinekImplement protection of global variables
2012-11-12 Jakub JelinekImplement protection of stack variables
2012-11-12 Jakub JelinekAllow asan at -O0
2012-11-12 Jakub JelinekEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12 Jakub JelinekInitial asan cleanups
2012-11-12 Wei MiInitial import of asan from the Google branch