This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 72e4736a7a6 [X86] Remove unnecessary new line escape from the end of a [...]
new 81d8e5d40b5 [llvm-objdump] Add warning if --disassemble-functions speci [...]
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/tools/llvm-objdump/X86/warn-missing-disasm-func.test | 11 +++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 12 ++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 test/tools/llvm-objdump/X86/warn-missing-disasm-func.test
--
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 e79c5dc45a Revert "[CodeComplete] Improve overload handling for C++ qua [...]
new 85890113ee Relax test so that the clang binary doesn't need to be named [...]
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/Driver/symbol-partition.c | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from a17e361b99c [ADT] Enable set_difference() to be used on StringSet
new 72e4736a7a6 [X86] Remove unnecessary new line escape from the end of a [...]
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/X86InstrFMA3Info.cpp | 2 +-
1 file changed, 1 insertion(+), 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_gnu/gnu-release-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 812ea99d 0: update: gcc-33c71262988efbb4a268aad089939c0e6e8b297a: -5
new 566b3e94 0: update: gcc-59a90fce346c1b625d7ed09d0f2355e67310598f: -5
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 (812ea99d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 52 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-bootstrap_lto/console.log | 87701 +++++++++++++++---------------
console.log | 88187 ++++++++++++++++---------------
jenkins/manifest.sh | 8 +-
5 files changed, 88214 insertions(+), 88144 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 3cfd0b38 0: update: gcc-33c71262988efbb4a268aad089939c0e6e8b297a: -5
new 61b6d262 0: update: gcc-59a90fce346c1b625d7ed09d0f2355e67310598f: -5
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 (3cfd0b38)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 128 +-
02-prepare_abe/console.log | 160 +-
03-build_abe-bootstrap_ubsan/console.log | 88301 ++++++++++++++--------------
console.log | 88553 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
5 files changed, 88590 insertions(+), 88560 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 87b157182a8 [APFloat] APFloat::Storage::Storage - refix use after move
new f3183529a47 [GlobalISel] IRTranslator: Translate the intrinsics ignored [...]
new a17e361b99c [ADT] Enable set_difference() to be used on StringSet
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:
include/llvm/ADT/StringMap.h | 5 +++
include/llvm/ADT/StringSet.h | 6 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 +++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 27 +++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/StringMapTest.cpp | 15 --------
unittests/ADT/StringSetTest.cpp | 44 ++++++++++++++++++++++
7 files changed, 88 insertions(+), 15 deletions(-)
create mode 100644 unittests/ADT/StringSetTest.cpp
--
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 b351347a6f9 * Makefile.in (genprogerr): Add condmd. (genprog): Remove [...]
new 756e59b0a6d PR libstdc++/90770 fix missing src/debug/Makefile
new 92964728f22 Fix test that gets skipped as unsupported
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:
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/configure | 2 +-
libstdc++-v3/src/Makefile.am | 2 +-
libstdc++-v3/src/Makefile.in | 2 +-
libstdc++-v3/testsuite/24_iterators/container_access.cc | 2 +-
5 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.