summaryrefslogtreecommitdiff
path: root/gcc/asan.c
Commit message (Expand)AuthorAgeFilesLines
* asan.c: strengthen some rtx localsdmalcolm2014-08-211-1/+3
* asan_emit_stack_protection returns an insndmalcolm2014-08-191-3/+4
* 2014-08-18 Yury Gribov <y.gribov@samsung.com>ygribov2014-08-181-12/+10
* Move inlining of Asan memory checks to sanopt pass.ygribov2014-08-111-264/+293
* * opts.c (common_handle_option): Handle -fsanitize=alignment.jakub2014-08-011-7/+10
* Convert asan.c to inchashak2014-08-011-3/+4
* Add an abstract incremental hash data typeak2014-07-251-0/+1
* IPA C++ refactoring 2/Nmarxin2014-07-241-3/+3
* IPA C++ refactoring 1/Nmarxin2014-07-241-1/+1
* Change an assignment to an assert.bernds2014-07-151-1/+1
* remove has_executetbsaunde2014-07-091-3/+0
* Do not instrument first byte in strlen if already instrumented.chefmax2014-07-071-1/+3
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-11/+11
* * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.mpolacek2014-06-201-0/+7
* 2014-06-18 Yury Gribov <y.gribov@samsung.com>chefmax2014-06-201-10/+10
* 2014-06-18 Yury Gribov <y.gribov@samsung.com>chefmax2014-06-201-0/+1
* 2014-06-16 Yury Gribov <y.gribov@samsung.com>ygribov2014-06-161-1/+8
* 2014-06-16 Yury Gribov <y.gribov@samsung.com>ygribov2014-06-161-263/+309
* * symtab.c (section_hash): New hash.hubicka2014-06-121-1/+1
* * varasm.c (set_implicit_section): New function.hubicka2014-06-111-1/+1
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* * asan.c (report_error_func): Add SLOW_P argument, usejakub2014-05-301-10/+41
* * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,jakub2014-05-301-55/+111
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-6/+3
* PR middle-end/60281jakub2014-04-221-0/+15
* pass cfun to pass::executetbsaunde2014-04-171-35/+35
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-15/+3
* remove has_gatetbsaunde2014-04-171-3/+0
* 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>chefmax2014-01-091-1/+14
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.jakub2013-12-201-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-3/+3
* Implement -fsanitize=signed-integer-overflow.mpolacek2013-12-041-3/+1
* * cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignbjakub2013-11-281-10/+119
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2013-11-271-1/+1
* 2013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2013-11-261-1/+1
* * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT,jakub2013-11-221-4/+67
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+6
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+4
* config/mpolacek2013-11-191-0/+84
* gcc/ada/rsandifo2013-11-181-1/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* PR sanitizer/59122jakub2013-11-141-0/+3
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* Allow integer literals as addresses in instrumented builtins.ygribov2013-11-071-1/+1
* libsanitizer merge from upstream r191666kcc2013-11-041-21/+49
* Implement -fsanitize=vla-bound.mpolacek2013-11-031-0/+3