This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cdbb389b71d gn build: merge r360490
new 2edebed8417 [AVR] Move InstPrinter files to MCTargetDesc. NFC
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/AVR/AVRAsmPrinter.cpp | 2 +-
lib/Target/AVR/CMakeLists.txt | 1 -
lib/Target/AVR/InstPrinter/CMakeLists.txt | 8 --------
lib/Target/AVR/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/AVR/LLVMBuild.txt | 4 ++--
.../AVRInstPrinter.cpp | 0
.../{InstPrinter => MCTargetDesc}/AVRInstPrinter.h | 0
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 2 +-
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/AVR/MCTargetDesc/LLVMBuild.txt | 2 +-
10 files changed, 6 insertions(+), 36 deletions(-)
delete mode 100644 lib/Target/AVR/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/AVR/InstPrinter/LLVMBuild.txt
rename lib/Target/AVR/{InstPrinter => MCTargetDesc}/AVRInstPrinter.cpp (100%)
rename lib/Target/AVR/{InstPrinter => MCTargetDesc}/AVRInstPrinter.h (100%)
--
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-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 3a2e023a 0: update: gcc-7fdb087678cfc9b25f8aa4dc99e25eb788f59057: -5
new 1e6df407 0: update: gcc-c373feb18c027637c57035536c9250de2d27132d: -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 (3a2e023a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 130 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-bootstrap_O3/console.log | 88697 +++++++++++++++----------------
console.log | 89067 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 89094 insertions(+), 89048 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 1d21a2b7f25 gn build: merge r360484 and r360486
new cdbb389b71d gn build: merge r360490
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:
utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn | 2 --
.../llvm/lib/Target/ARM/InstPrinter/BUILD.gn | 25 ----------------------
.../llvm/lib/Target/ARM/MCTargetDesc/BUILD.gn | 10 +++++++--
3 files changed, 8 insertions(+), 29 deletions(-)
delete mode 100644 utils/gn/secondary/llvm/lib/Target/ARM/InstPrinter/BUILD.gn
--
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 binutils-gdb.
from 55cb8bb5a8 Automatic date update in version.in
new 0067be51e9 PowerPC objdump -Mraw
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:
opcodes/ChangeLog | 5 +++++
opcodes/ppc-dis.c | 8 +++++---
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository llvm.
from cdf8fd8ce14 [AMDGPU] Move InstPrinter files to MCTargetDesc. NFC
new 62fd31776a3 [ARC] Move InstPrinter files to MCTargetDesc. NFC
new f6ef6393805 gn build: merge r360345
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/Target/ARC/ARCAsmPrinter.cpp | 2 +-
lib/Target/ARC/CMakeLists.txt | 1 -
lib/Target/ARC/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/ARC/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/ARC/LLVMBuild.txt | 3 +--
.../ARCInstPrinter.cpp | 0
.../{InstPrinter => MCTargetDesc}/ARCInstPrinter.h | 0
lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp | 2 +-
lib/Target/ARC/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/ARC/MCTargetDesc/LLVMBuild.txt | 2 +-
.../clang-tidy/modernize/BUILD.gn | 1 +
11 files changed, 6 insertions(+), 31 deletions(-)
delete mode 100644 lib/Target/ARC/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/ARC/InstPrinter/LLVMBuild.txt
rename lib/Target/ARC/{InstPrinter => MCTargetDesc}/ARCInstPrinter.cpp (100%)
rename lib/Target/ARC/{InstPrinter => MCTargetDesc}/ARCInstPrinter.h (100%)
--
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 eb1be9e76ba PR libstdc++/81266 fix std::thread::native_handle_type test
new 3bff587556b Daily bump.
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/DATESTAMP | 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 gcc-9-branch
in repository gcc.
from f4f53ba83ac PR libstdc++/90397 fix std::variant friend declaration
new 737f3f27e5e Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 4b0a73e6f7a Daily bump.
new 8ad1ec687ec Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.