re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_64-linux...
[gcc.git] / gcc / asan.c
2014-01-09 Max Ostapenkocfgexpand.c (expand_stack_vars): Optionally disable...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Jakub Jelinekubsan.c: Include tree-ssanames.h, asan.h and gimplify...
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-06 Oleg Endoasan.c: Remove struct tags when referring to class...
2013-12-04 Marek PolacekImplement -fsanitize=signed-integer-overflow.
2013-11-28 Jakub Jelinekcfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-27 Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26 Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22 Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 Marek Polacekbootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-14 Jakub Jelinekre PR sanitizer/59122 (libsanitizer merge from upstream...
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07 Yury GribovAllow integer literals as addresses in instrumented...
2013-11-04 Kostya Serebryanylibsanitizer merge from upstream r191666
2013-11-03 Marek PolacekImplement -fsanitize=vla-bound.
2013-10-31 Richard Sandifordre PR sanitizer/58543 (Invalid unpoisoning of stack...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21 Diego NovilloRe-factor inclusion of tree.h.
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26 Andrew MacLeodgimple.c (gimple_replace_lhs): Move to tree-ssa.c and...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-09 Richard Sandifordasan.c (asan_emit_stack_protection): Use gen_int_mode...
2013-09-09 Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-09-09 Richard Sandifordasan.c (asan_shadow_cst): Use gen_int_mode.
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-08-22 Gabriel Dos Reispretty-print.h (output_buffer::output_buffer): Declare.
2013-08-13 Jakub Jelinekre PR middle-end/56417 (internal compiler error: verify...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-08-05 Gabriel Dos Reisasan.c (asan_pp): Remove.
2013-08-05 Gabriel Dos Reispretty-print.h (pp_base): Remove.
2013-07-21 Ondřej BílkaFix typos.
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-18 Diego NovilloSimplified GIMPLE IL builder functions.
2013-04-02 Jakub Jelinekre PR c++/34949 (Dead code in empty destructors.)
2013-02-28 Konstantin Serebryanyre PR sanitizer/56454 (need to rename attribute no_addr...
2013-02-16 Jakub Jelinek[asan] Fix for PR asan/56330
2013-02-14 Dodji Seketeli[asan] Fix a thinko leading to a crash
2013-02-13 Jakub Jelinekasan.c (create_cond_insert_point): Add create_then_fall...
2013-02-13 Dodji Seketeli[asan] Avoid instrumenting duplicated memory access...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-08 Jakub Jelinekre PR fortran/55341 (address-sanitizer and Fortran)
2013-01-07 Jakub Jelinekvarasm.c (output_constant_def_contents): For asan_prote...
2012-12-12 Jakub Jelinekre PR sanitizer/55508 (many test cases fail using ...
2012-12-11 Jakub Jelinekvarasm.c (get_variable_section): Don't return lcomm_sec...
2012-12-11 Jakub Jelineksanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New...
2012-12-10 Jakub Jelinekasan.c (asan_init_shadow_ptr_types): Move earlier in...
2012-12-10 Jakub Jelinekasan.c (instrument_derefs): Handle bitfield COMPONENT_R...
2012-12-04 Jakub Jelinekre PR sanitizer/55439 (ThreadSanitizer: handle atomic...
2012-12-03 Jakub Jelineksanitizer.def: Add Address Sanitizer builtins.
2012-12-03 Jakub Jelinekasan.c (instrument_mem_region_access): Don't instrument...
2012-12-03 Jakub Jelinekasan.c (instrument_assignment): Instrument lhs only...
2012-11-23 Jakub Jelinekre PR sanitizer/55435 ([asan] implement an attribute...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
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