summaryrefslogtreecommitdiff
path: root/gcc/tsan.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-03-22re PR sanitizer/80110 (error: statement marked for throw, but doesn’t w/ -f...Jakub Jelinek
2017-03-21re PR sanitizer/78158 (Strange data race detection with thread sanitizer)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek
2016-09-16Add inline functions for various bitwise operations.Jason Merrill
2016-09-14re PR sanitizer/68260 (false positive with tsan)Jakub Jelinek
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger
2016-01-04Update copyright years.Jakub Jelinek
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod
2015-03-19re PR sanitizer/65400 (tsan mis-compiles inlineable C functions)Jakub Jelinek
2015-01-16sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.Bernd Edlinger
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-12tsan.c (instrument_expr): Use force_gimple_operand.Bernd Edlinger
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-08tsan.c (pass_tsan::gate): Add no_sanitize_thread support.Mike Stump
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek
2015-01-05Enable experimental TSAN support for Ada.Bernd Edlinger
2015-01-05Update copyright years.Jakub Jelinek
2015-01-02* tsan.c (instrument_expr): corrected previous checkin.Bernd Edlinger
2015-01-02Instrument bit field and unaligned accesses for TSAN.Bernd Edlinger
2014-12-15re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders