This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1d4a7a02282 [X86] Use cached OptForSize in X86ISelDAGToDAG.cpp instead [...]
new b1825c3ad88 [DAG] Avoid redundancy in StoreMerge TokenFactor generation.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ++--
1 file changed, 2 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 clang.
from 653be2dd43 [Driver] Use --warn-shared-textrel for Android.
new f29e4266bd [Sema] Fix assertion when `auto` parameter in lambda has an [...]
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/Sema/SemaType.cpp | 19 ++++++++++++++++++-
test/SemaCXX/auto-cxx0x.cpp | 8 ++++++++
2 files changed, 26 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 gcc.
from ca6ebc8097d PR c++/89871 * g++.dg/cpp2a/desig14.C: New test.
new 8e98407e003 PR c++/89876 - ICE with deprecated conversion. * call.c ( [...]
new 2d3cf878c03 * opts-common.c (integral_argument): Set errno properly [...]
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 | 4 ++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/call.c | 3 ++-
gcc/opts-common.c | 6 ++++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/warn/conv5.C | 11 +++++++++++
gcc/testsuite/gcc.dg/diag-sanity.c | 7 +++++++
7 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/conv5.C
create mode 100644 gcc/testsuite/gcc.dg/diag-sanity.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 93cb35b4177 [SystemZ] Regenerate double constant comparison test
new 1d4a7a02282 [X86] Use cached OptForSize in X86ISelDAGToDAG.cpp instead [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from a68f2a2d4e Various fixes and additions to creduce-clang-crash.py
new 653be2dd43 [Driver] Use --warn-shared-textrel for Android.
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/Driver/ToolChains/Gnu.cpp | 5 +++++
test/Driver/linux-ld.c | 8 +++++++-
2 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfig
in repository toolchain/ci/llvm-project.
from bf2f5abb8e3 git-llvm: Update for release_80 branch
adds 25895ad2836 Merging r356924:
No new revisions were added by this update.
Summary of changes:
llvm/utils/release/merge-request.sh | 3 +++
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d84abedb 0: good: llvm-linux: all
new 58024d90 0: good: llvm-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d84abedb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 126 +-
02-build_llvm/console.log | 11492 ++++++++++++++++++------------------
03-build_linux/console.log | 623 +-
04-boot_linux/console.log | 2 +-
console.log | 12243 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
6 files changed, 12265 insertions(+), 12235 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 7de2c6d90dc [ARM] Regenerate execute-only float comparison tests
new b5762155f70 [MIPS] Regenerate double constant comparison test
new 93cb35b4177 [SystemZ] Regenerate double constant comparison test
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:
test/CodeGen/Mips/2013-11-18-fp64-const0.ll | 55 ++++++++++++++++++----
.../SystemZ/DAGCombiner_illegal_BUILD_VECTOR.ll | 12 +++--
2 files changed, 54 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.