This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d6804d268 Portable int/long conversion across Python 2 / Python 3
new f8359d30f Workaround Python's map difference between Python2/3
new 6008250fe Workaround items/iteritems difference between Python2 and Python3
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:
examples/python/pytracer.py | 2 +-
scripts/Xcode/build-llvm.py | 6 ++++--
2 files changed, 5 insertions(+), 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a72bd3ed 0: good: llvm-linux: 18252
new bd23fb29 0: good: llvm-linux: 18252
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 (a72bd3ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
1-reset_artifacts/console.log | 68 +-
2-build_llvm/console.log | 10415 +++++++++++++++++------------------
3-build_linux/console.log | 819 ++-
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 4 +-
console.log | 11310 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
7 files changed, 11316 insertions(+), 11316 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 49a6edba 2: good: llvm-linux: 386
new 157760ce 2: good: llvm-linux: 386
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 (49a6edba)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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:
1-reset_artifacts/console.log | 70 +-
2-build_llvm/console.log | 10434 +++++++++++++++++++-------------------
3-build_linux/console.log | 86 +-
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 8 +-
console.log | 10600 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 10647 insertions(+), 10563 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 001665e9a86 [DAGCombine] SimplifySelectCC - call FoldSetCC with the set [...]
new 40750bcf02f [DAGCombiner] Use getTokenFactor in a few more cases.
new 146d3826a27 Fixup opt-remarks.ll gold plugin test. NFC
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 ++++----
test/tools/gold/X86/opt-remarks.ll | 2 +-
2 files changed, 5 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 lldb.
from 2b67d0878 Use list comprehension instead of map/filter to prepare Pytho [...]
new d63b74310 Portable exception value access across Python 2 / Python 3
new d6804d268 Portable int/long conversion across Python 2 / Python 3
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:
examples/python/crashlog.py | 2 +-
examples/python/jump.py | 2 +-
2 files 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 gcc.
from 0a4390ac502 In C++17 <math.h> should not put special functions in globa [...]
new ae5efb2cfe9 2019-03-21 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 | 8 ++++++++
gcc/fold-const.c | 5 -----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr89779.c | 20 ++++++++++++++++++++
gcc/tree.c | 5 +----
5 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89779.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.