This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from b2cf594 tcwg-benchmark-results-compare: Update for removed --ratio parameter
new 6670c6b tcwg-upstream2gerrit.sh: Proof-of-concept script to test upst [...]
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:
tcwg-upstream2gerrit.sh | 105 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 105 insertions(+)
create mode 100755 tcwg-upstream2gerrit.sh
--
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 f12452a90b3 * predict.c (probably_never_executed): Only use precise pr [...]
new 82f60137835 Disable some patterns for fold-left reductions (PR 83965)
new 9e37791255c Fix vect_float markup for a couple of tests (PR 83888)
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:
gcc/ChangeLog | 15 +++++++++++++++
gcc/doc/sourcebuild.texi | 8 +++++++-
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr83965.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-reduc-6.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 11 ++++++++++-
gcc/tree-vect-patterns.c | 16 +++++++++++++---
8 files changed, 80 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr83965.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 clang.
from 9a36014f85 [NFC] fix trivial typos in comments
new 8e91672d17 [ARM] Pass _Float16 as int or float
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:
include/clang/AST/Type.h | 7 +++++++
lib/CodeGen/TargetInfo.cpp | 18 ++++++++++--------
test/CodeGen/arm-fp16-arguments.c | 24 ++++++++++++++++++++++++
3 files changed, 41 insertions(+), 8 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 release_60
in repository clang.
from 99f96ed7c6 [6.0.0 Release] Release notes for configuration files in clang
new 820d01f26d [ReleaseNotes] Mention OpenMP Tools Interface in runtime library
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:
docs/ReleaseNotes.rst | 7 +++++++
1 file changed, 7 insertions(+)
--
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 e7e5bab6551 2018-01-23 Richard Biener <rguenther(a)suse.de>
new 60183a1c5c5 * profile-count.h (profile_probability::very_unlikely, pr [...]
new f12452a90b3 * predict.c (probably_never_executed): Only use precise pr [...]
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/predict.c | 20 ++++++++++----------
gcc/profile-count.h | 6 +++---
3 files changed, 25 insertions(+), 13 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 a375f9297d0 [InstSimplify] (X << Y) % X -> 0
new cde404af391 This change add's optimization remark in LoopVersioning LICM pass.
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:
include/llvm/IR/DiagnosticInfo.h | 1 +
lib/IR/DiagnosticInfo.cpp | 4 ++
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 57 +++++++++++++++++++++++++++-
3 files changed, 60 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 llvm.
from 95461910b81 update_mir_test_checks: Improve the check for LLVM IR in MIR files
new a375f9297d0 [InstSimplify] (X << Y) % X -> 0
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/Analysis/InstructionSimplify.cpp | 7 +++++++
test/Transforms/InstSimplify/rem.ll | 16 ++++------------
2 files changed, 11 insertions(+), 12 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 lldb.
from c37ee4583 [lldb] Fix some C++ virtual method call bugs in LLDB expressi [...]
new 9ef5f65f0 Prevent unaligned memory read in parseMinidumpString
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:
source/Plugins/Process/minidump/MinidumpTypes.cpp | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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 3a9bb686b8c PR c++/83918 * tree.c (maybe_wrap_with_location): Use NON [...]
new e7e5bab6551 2018-01-23 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/graphite-scop-detection.c | 8 ++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/graphite/pr83963-2.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/graphite/pr83963.f | 18 ++++++++++++++++++
5 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr83963-2.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr83963.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.