aboutsummaryrefslogtreecommitdiff
path: root/gcc/tsan.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-6/+3
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+4
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-30Merge ubsan into trunk.Marek Polacek1-2/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+71
2013-06-05tsan.c (tsan_atomic_table): Make const.David Malcolm1-1/+1
2013-04-30re PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1, at expr.c:7594 with -...Jakub Jelinek1-1/+3
2013-04-22re PR sanitizer/56990 (ICE: SIGFPE with -fsanitize=thread and empty struct)Marek Polacek1-1/+2
2013-04-03re PR sanitizer/55702 (ICE: in instrument_func_exit, at tsan.c:684 with -fsan...Marek Polacek1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-04tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into...Jakub Jelinek1-11/+16
2012-12-04re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations)Jakub Jelinek1-6/+409
2012-12-03sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek1-18/+18
2012-11-30tsan.c (is_load_of_const_p): Removed.Jakub Jelinek1-57/+21
2012-11-23tsan.c: Fix up comment formatting.Jakub Jelinek1-10/+9
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov1-0/+405