summaryrefslogtreecommitdiff
path: root/gcc/tsan.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-7/+10
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* remove has_executeTrevor Saunders2014-07-091-2/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+2
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-16/+10
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener2014-01-081-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-1/+1
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford2013-11-181-6/+3
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-3/+3
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+4
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Merge ubsan into trunk.Marek Polacek2013-08-301-2/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+71
* tsan.c (tsan_atomic_table): Make const.David Malcolm2013-06-051-1/+1
* re PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1, at expr.c:7594 with -...Jakub Jelinek2013-04-301-1/+3
* re PR sanitizer/56990 (ICE: SIGFPE with -fsanitize=thread and empty struct)Marek Polacek2013-04-221-1/+2
* re PR sanitizer/55702 (ICE: in instrument_func_exit, at tsan.c:684 with -fsan...Marek Polacek2013-04-031-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into...Jakub Jelinek2012-12-041-11/+16
* re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations)Jakub Jelinek2012-12-041-6/+409
* sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek2012-12-031-18/+18
* tsan.c (is_load_of_const_p): Removed.Jakub Jelinek2012-11-301-57/+21
* tsan.c: Fix up comment formatting.Jakub Jelinek2012-11-231-10/+9
* builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov2012-11-221-0/+405