summaryrefslogtreecommitdiff
path: root/gcc/tsan.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-01-08 Richard Biener <rguenther@suse.de>rguenth2014-01-081-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* 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
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* gcc/c-family/rsandifo2013-11-181-6/+3
* gcc/ada/rsandifo2013-11-181-3/+3
* gcc/ada/rsandifo2013-11-181-3/+3
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* * 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
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+4
* gcc/rsandifo2013-09-301-1/+1
* gcc/rsandifo2013-09-281-4/+4
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Merge ubsan into trunk.mpolacek2013-08-301-2/+2
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-34/+71
* * tsan.c (tsan_atomic_table): Make const.dmalcolm2013-06-051-1/+1
* PR tree-optimization/57104jakub2013-04-301-1/+3
* PR sanitizer/56990mpolacek2013-04-221-1/+2
* PR sanitizer/55702mpolacek2013-04-031-1/+2
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* * tsan.c (instrument_expr): If expr_ptr isn't a gimple val, firstjakub2012-12-041-11/+16
* PR sanitizer/55439jakub2012-12-041-6/+409
* * sanitizer.def: Add Address Sanitizer builtins.jakub2012-12-031-18/+18
* * tsan.c (is_load_of_const_p): Removed.jakub2012-11-301-57/+21
* * tsan.c: Fix up comment formatting.jakub2012-11-231-10/+9
* 2012-11-22 Dmitry Vyukov <dvyukov@google.com>wmi2012-11-221-0/+405