aboutsummaryrefslogtreecommitdiff
path: root/gcc/tsan.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-17/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-09-20switch from gimple to gimple*Trevor Saunders1-11/+11
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-3/+3
2015-03-19re PR sanitizer/65400 (tsan mis-compiles inlineable C functions)Jakub Jelinek1-0/+4
2015-01-16sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.Bernd Edlinger1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+17
2015-01-12tsan.c (instrument_expr): Use force_gimple_operand.Bernd Edlinger1-31/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-08tsan.c (pass_tsan::gate): Add no_sanitize_thread support.Mike Stump1-2/+6
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-34/+71
2015-01-05Enable experimental TSAN support for Ada.Bernd Edlinger1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02* tsan.c (instrument_expr): corrected previous checkin.Bernd Edlinger1-1/+1
2015-01-02Instrument bit field and unaligned accesses for TSAN.Bernd Edlinger1-11/+73
2014-12-15re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-8/+7
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-15/+10
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-12/+8
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-5/+3
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+10
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+2
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-16/+10
2014-04-17remove has_gateTrevor Saunders1-2/+0
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