This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 96c9a14f605 [testsuite]
new 6de501024dc gcc/ChangeLog:
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 9 ++
gcc/config/rs6000/rs6000-builtin.def | 10 +-
gcc/config/rs6000/rs6000-c.c | 4 +-
gcc/testsuite/ChangeLog | 7 +
.../gcc.target/powerpc/builtins-3-runnable-p8.c | 162 +++++++++++++++++++++
.../gcc.target/powerpc/builtins-3-runnable.c | 33 +----
6 files changed, 187 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-3-runnable-p8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 69e8988b65f [InstCombine] use FMF-copying functions to reduce code; NFCI
new 02d9ce74616 [InstCombine] refactor fmul with negated op folds; NFCI
new 6ed382f4f6a [BPI] Detect branches in loops that make themselves not taken
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Analysis/BranchProbabilityInfo.cpp | 149 +++++++++++++++++++--
.../InstCombine/InstCombineMulDivRem.cpp | 42 +++---
test/Analysis/BranchProbabilityInfo/loop.ll | 88 ++++++++++++
3 files changed, 241 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3b0acd6c80f [X86] Regenerate i128 multiply tests
new 69e8988b65f [InstCombine] use FMF-copying functions to reduce code; NFCI
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 40 +++++++-----------------
1 file changed, 12 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 11c8b015774 [testsuite]
new 96c9a14f605 [testsuite]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr80695-p8.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr80695-p9.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 1d9902d [OMPT] Omissionin in OMPT Formatting
new e1a7a90 [OMPT] Fix test tasks/serialized.c with optimization
new 3954610 [OMPT] Fix parallel_data in implicit barrier-end
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
runtime/src/kmp_barrier.cpp | 49 +++++------
runtime/src/kmp_runtime.cpp | 16 ++--
runtime/test/ompt/callback.h | 9 +-
runtime/test/ompt/parallel/normal.c | 164 ++++++++++++++++++++++-------------
runtime/test/ompt/tasks/serialized.c | 159 ++++++++++++++++++++++-----------
5 files changed, 247 insertions(+), 150 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7c0ba89476d 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
new 11c8b015774 [testsuite]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/fold-vec-mult-int128-p9.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from db74826fe1 Start setting dso_local for COFF.
new c853ce6892 Revert "[Darwin] Add a test to check clang produces accelera [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/debug-info-section-macho.c | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100644 test/CodeGen/debug-info-section-macho.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 89496edd508 Fix tsan race_on_mutex.c testcase (PR80551)
new 7c0ba89476d 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-decl.c | 11 +++++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr83149.f90 | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/pr83149_1.f90 | 24 ++++++++++++++++++++++++
5 files changed, 57 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr83149.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr83149_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.