]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.c
Merge ubsan into trunk.
[thirdparty/gcc.git] / gcc / asan.c
2013-08-30  mpolacekMerge ubsan into trunk.
2013-08-22  gdr * pretty-print.h (output_buffer::output_buffer): Declare.
2013-08-13  jakub PR sanitizer/56417
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-08-05  gdr * asan.c (asan_pp): Remove.
2013-08-05  gdr * pretty-print.h (pp_base): Remove. Adjust dependent...
2013-07-21  mrsFix typos.
2013-04-26  rguenth2013-03-26 Richard Biener <rguenther@suse.de>
2013-04-18  dnovilloSimplified GIMPLE IL builder functions.
2013-04-02  jakub PR c++/34949
2013-02-28  jakub PR sanitizer/56454
2013-02-16  dodji[asan] Fix for PR asan/56330
2013-02-14  dodji[asan] Fix a thinko leading to a crash
2013-02-13  jakub * asan.c (create_cond_insert_point): Add create_then_f...
2013-02-13  dodji[asan] Avoid instrumenting duplicated memory access...
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-08  jakub PR fortran/55341
2013-01-07  jakub * varasm.c (output_constant_def_contents): For asan_pr...
2012-12-12  jakub PR sanitizer/55508
2012-12-11  jakub * varasm.c (get_variable_section): Don't return lcomm_...
2012-12-11  jakub * sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN):...
2012-12-10  jakub * asan.c (asan_init_shadow_ptr_types): Move earlier...
2012-12-10  jakub * asan.c (instrument_derefs): Handle bitfield COMPONEN...
2012-12-04  jakub PR sanitizer/55439
2012-12-03  jakub * sanitizer.def: Add Address Sanitizer builtins.
2012-12-03  jakub * asan.c (instrument_mem_region_access): Don't instrument
2012-12-03  jakub * asan.c (instrument_assignment): Instrument lhs only
2012-11-23  jakub PR sanitizer/55435
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-15  jakub * asan.c (report_error_func): Set DECL_IGNORED_P,...
2012-11-13  jakub * asan.c (instrument_builtin_call) <case BUILT_IN_BCOP...
2012-11-13  dje* asan.c: Include tm_p.h
2012-11-12  jakub * asan.c: Formatting cleanups.
2012-11-12  dodjiInstrument built-in memory access function calls
2012-11-12  dodjiFactorize condition insertion code out of build_check_stmt
2012-11-12  dodjiMake build_check_stmt accept an SSA_NAME for its base
2012-11-12  dodjiImplement protection of global variables
2012-11-12  dodjiImplement protection of stack variables
2012-11-12  dodjiAllow asan at -O0
2012-11-12  dodjiEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12  dodjiInitial asan cleanups
2012-11-12  dodjiInitial import of asan from the Google branch