]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / asan.c
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-21  chefmaxlibsanitizer merge from upstream r250806, compiler...
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-09-16  miyukiShare memory blocks between pool allocators
2015-07-16  marxinAdd new object_allocator and clean-up allocator usage.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01  marxinChange use to type-based pool allocator in asan.c.
2015-04-22  ygribov2015-04-22 Yury Gribov <y.gribov@samsung.com>
2015-04-18  tbsaunderemove need for store_values_directly
2015-04-17  ygribov2015-04-17 Yury Gribov <y.gribov@samsung.com>
2015-03-11  mzakirov2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-02  dvyukovasan: support for globals in kernel
2014-12-01  jakub * gimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29  jakub * gimple-expr.h (create_tmp_var_raw, create_tmp_var,
2014-11-26  mpolacek PR sanitizer/63788
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19  jakub * gimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-18  mpolacek PR sanitizer/63866
2014-11-14  mpolacek PR sanitizer/63839
2014-11-04  mpolacek * Makefile.in (OBJS): Add sanopt.o.
2014-11-01  amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-28  chefmaxDon't inline GCC memory builtins if ASan is enabled.
2014-10-28  ygribovEnable -fsanitize-recover for KASan.
2014-10-28  ygribovAllow to override Asan shadow offset.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-22  ygribovNew syntax for -fsanitize-recover.
2014-10-13  mzakirovgcc/ChangeLog:
2014-10-12  tbsaundemove many gc hashtab to hash_table
2014-10-10  mpolacek * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJE...
2014-10-06  jakub * ubsan.h (ubsan_get_source_location): New prototype.
2014-10-03  ygribov2014-10-03 Yury Gribov <y.gribov@samsung.com>
2014-09-24  mpolacek PR c/61405
2014-09-24  jakub PR sanitizer/63316
2014-09-23  kcc[libsanitizer merge from upstream r218156]
2014-09-19  mzakirovgcc/ChangeLog:
2014-09-18  jakub PR c++/62017
2014-09-03  tbsaundeuse rtx_code_label more
2014-09-01  ygribov2014-09-01 Yury Gribov <y.gribov@samsung.com>
2014-08-21  dmalcolmasan.c: strengthen some rtx locals
2014-08-19  dmalcolmasan_emit_stack_protection returns an insn
2014-08-18  ygribov2014-08-18 Yury Gribov <y.gribov@samsung.com>
2014-08-11  ygribovMove inlining of Asan memory checks to sanopt pass.
2014-08-01  jakub * opts.c (common_handle_option): Handle -fsanitize...
2014-08-01  akConvert asan.c to inchash
2014-07-25  akAdd an abstract incremental hash data type
2014-07-24  marxinIPA C++ refactoring 2/N
2014-07-24  marxinIPA C++ refactoring 1/N
2014-07-15  berndsChange an assignment to an assert.
2014-07-09  tbsaunderemove has_execute
2014-07-07  chefmaxDo not instrument first byte in strlen if already instr...
2014-06-24  tbsaundeRemove a layer of indirection from hash_table
2014-06-20  mpolacek * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
2014-06-20  chefmax2014-06-18 Yury Gribov <y.gribov@samsung.com>
2014-06-20  chefmax2014-06-18 Yury Gribov <y.gribov@samsung.com>
2014-06-16  ygribov2014-06-16 Yury Gribov <y.gribov@samsung.com>
2014-06-16  ygribov2014-06-16 Yury Gribov <y.gribov@samsung.com>
2014-06-12  hubicka * symtab.c (section_hash): New hash.
2014-06-11  hubicka * varasm.c (set_implicit_section): New function.
2014-06-02  amacleod * expr.h: Remove prototypes of functions defined in...
2014-05-30  jakub * asan.c (report_error_func): Add SLOW_P argument...
2014-05-30  jakub * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
2014-05-06  mrsMerge in trunk.
2014-05-06  rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22  rsandifoMerge from trunk.
2014-04-22  jakub PR middle-end/60281
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-01-13  mrsMerge in trunk.
2014-01-09  chefmax2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung...
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-20  jakub * ubsan.c: Include tree-ssanames.h, asan.h and gimplif...
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-12-06  olegendo * asan.c: Remove struct tags when referring to class...
2013-12-04  mpolacekImplement -fsanitize=signed-integer-overflow.
2013-12-04  rsandifoMerge with trunk.
2013-11-28  jakub * cfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-27  edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26  edlinger2013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-22  jakub * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT,
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  mpolacekconfig/
2013-11-18  rsandifogcc/ada/
2013-11-16  mrsMerge in trunk.
next