summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>chefmax2016-04-081-3/+25
* Fix PR sanitizer/69276marxin2016-02-041-0/+22
* PR lto/69254jakub2016-01-271-0/+3
* Update copyright years.jakub2016-01-041-1/+1
* libsanitizer merge from upstream r253555, compiler part.chefmax2015-11-231-3/+5
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-3/+3
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-17/+14
* libsanitizer merge from upstream r250806, compiler part.chefmax2015-10-211-4/+10
* switch from gimple to gimple*tbsaunde2015-09-201-13/+13
* Share memory blocks between pool allocatorsmiyuki2015-09-161-1/+1
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-18/+3
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-13/+4
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-5/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator in asan.c.marxin2015-06-011-24/+20
* 2015-04-22 Yury Gribov <y.gribov@samsung.com>ygribov2015-04-221-14/+22
* remove need for store_values_directlytbsaunde2015-04-181-4/+4
* 2015-04-17 Yury Gribov <y.gribov@samsung.com>ygribov2015-04-171-1/+30
* 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>mzakirov2015-03-111-0/+2
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+12
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Update copyright years.jakub2015-01-051-1/+1
* asan: support for globals in kerneldvyukov2014-12-021-5/+12
* * gimple.h (gimple_build_assign_stat): Remove prototype.jakub2014-12-011-32/+22
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-20/+15
* PR sanitizer/63788mpolacek2014-11-261-0/+14
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-8/+10
* * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.jakub2014-11-191-12/+8
* PR sanitizer/63866mpolacek2014-11-181-1/+6
* PR sanitizer/63839mpolacek2014-11-141-0/+6
* * Makefile.in (OBJS): Add sanopt.o.mpolacek2014-11-041-111/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-291-1/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+3
* Don't inline GCC memory builtins if ASan is enabled.chefmax2014-10-281-204/+118
* Enable -fsanitize-recover for KASan.ygribov2014-10-281-25/+56
* Allow to override Asan shadow offset.ygribov2014-10-281-3/+40
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+12
* New syntax for -fsanitize-recover.ygribov2014-10-221-4/+2
* gcc/ChangeLog:mzakirov2014-10-131-0/+1
* move many gc hashtab to hash_tabletbsaunde2014-10-121-15/+15
* * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.mpolacek2014-10-101-0/+3
* * ubsan.h (ubsan_get_source_location): New prototype.jakub2014-10-061-3/+34
* 2014-10-03 Yury Gribov <y.gribov@samsung.com>ygribov2014-10-031-5/+9
* PR c/61405mpolacek2014-09-241-0/+2