]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ubsan.c
Update copyright years.
[thirdparty/gcc.git] / gcc / ubsan.c
2016-01-04  jakub Update copyright years.
2016-01-01  jakub PR sanitizer/69055
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
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-08-12  tbsaundeRevert "replace several uses of the anon namespace...
2015-08-11  tbsaundereplace several uses of the anon namespace with GCC_FINAL
2015-08-05  manugcc/ChangeLog:
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-25  rsandifogcc/ada/
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-05-04  jakub PR tree-optimization/65984
2015-04-09  jakub PR tree-optimization/65709
2015-03-27  mpolacek PR sanitizer/65583
2015-03-12  rguenth2015-03-12 Richard Biener <rguenther@suse.de>
2015-03-10  mpolacek PR sanitizer/65367
2015-02-18  mpolacek PR sanitizer/65081
2015-02-12  jakub PR sanitizer/65019
2015-02-10  jakub PR sanitizer/65004
2015-01-27  ygribov2015-01-27 Jakub Jelinek <jakub@redhat.com>
2015-01-22  law * ubsan.c (ubsan_type_descriptor): Use 'pretty_...
2015-01-15  jakub * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-08  jasongcc/
2015-01-05  jakub PR sanitizer/64344
2015-01-05  jakub Update copyright years.
2014-12-01  mpolacek PR sanitizer/64121
2014-12-01  mpolacek PR sanitizer/63956
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-20  tbsaunde convert many if_marked htab to hash_table
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-19  mpolacek PR sanitizer/63690
2014-11-19  jakub PR sanitizer/63913
2014-11-18  mpolacek PR sanitizer/63866
2014-11-14  mpolacek PR sanitizer/63839
2014-11-04  mpolacek * ubsan.c (instrument_object_size): Optimize [x &...
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-22  ygribovNew syntax for -fsanitize-recover.
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-09-10  jakubgcc/
2014-09-10  jakub * ubsan.h (struct ubsan_mismatch_data): Removed.
2014-08-01  jakub * opts.c (common_handle_option): Handle -fsanitize...
2014-07-24  marxinIPA C++ refactoring 2/N
2014-07-09  tbsaunderemove has_execute
2014-06-30  mpolacek * convert.c (convert_to_integer): Don't instrument...
2014-06-20  mpolacek * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
2014-06-06  rguenth2014-06-06 Richard Biener <rguenther@suse.de>
2014-05-23  mpolacek * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITI...
2014-05-21  mpolacek PR sanitizer/61272
2014-05-17  tbsaundeuse templates instead of gengtype for typed allocation...
2014-04-24  mrsMerge in trunk.
2014-04-23  jakub PR sanitizer/60275
2014-04-22  rsandifoMerge from trunk.
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-04-02  mrsMerge in trunk.
2014-03-26  jakub * ubsan.h (ubsan_create_data): Change second argument...
2014-03-26  jakub PR sanitizer/60636
2014-03-19  mpolacek PR sanitizer/60569
2014-03-18  jakub PR sanitizer/60557
2014-03-18  jakub PR sanitizer/60535
2014-01-13  mrsMerge in trunk.
2014-01-08  mpolacek PR sanitizer/59667
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-05  mpolacek PR sanitizer/59333
2013-12-04  mpolacekImplement -fsanitize=signed-integer-overflow.
2013-12-04  rsandifoMerge with trunk.
2013-11-27  mpolacek PR sanitizer/59306
2013-11-27  mpolacek2013-11-27 Marek Polacek <polacek@redhat.com>
2013-11-26  jakub PR sanitizer/59258
2013-11-25  mpolacek2013-11-25 Marek Polacek <polacek@redhat.com>
2013-11-22  jakub * ubsan.c (ubsan_source_location): Don't crash on
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-18  rsandifogcc/ada/
2013-11-16  mrsMerge in trunk.
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
next