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