This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5aceadf67 [codeview] Remove Type member from CVRecord
new 9fcfd99f4 Add dropped ManualDWARFIndex assert()
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/SymbolFile/DWARF/ManualDWARFIndex.cpp | 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.
unknown user pushed a change to branch master
in repository llvm.
from aaf8785c9cc [AArch64][AsmParser] Fix .arch_extension directive parsing
new 4fbffbd5f67 [SLP][X86] Regenerate operandorder tests with arguments on [...]
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/Transforms/SLPVectorizer/X86/operandorder.ll | 33 ++++++-----------------
1 file changed, 8 insertions(+), 25 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 binutils-gdb.
from e691a46f7d Automatic date update in version.in
new e9f8e3f109 [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call
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:
gdb/ChangeLog | 5 +++++
gdb/gnu-nat.c | 2 +-
2 files changed, 6 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/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/gcc.
from 1c6880834e5 Daily bump.
adds e5e34c317c0 2019-04-03 Richard Biener <rguenther(a)suse.de>
adds f19b836346a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/lto-wrapper.c | 4 +++-
3 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 3afb9b104d Automatic date update in version.in
adds 9fbe006952 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_kernel/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bf3b927 0: good: binutils-gcc-linux: all
new 65a5676 0: good: binutils-gcc-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 (bf3b927)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
01-reset_artifacts/console.log | 126 +-
02-prepare_abe/console.log | 234 +-
03-build_abe-binutils/console.log | 10394 ++++++++-------
04-build_abe-stage1/console.log | 13095 ++++++++++---------
05-build_linux/console.log | 985 +-
06-boot_linux/console.log | 6 +-
console.log | 24890 +++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 23907 insertions(+), 25835 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 e7385308ff5 [llvm-symbolizer] Allow more flexible usage of -e.
new aaf8785c9cc [AArch64][AsmParser] Fix .arch_extension directive parsing
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/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +--
.../SVE/directive-arch_extension-negative.s | 7 ++
...directive-arch.s => directive-arch_extension.s} | 2 +-
.../MC/AArch64/directive-arch_extension-negative.s | 80 ++++++++++++++++++++++
test/MC/AArch64/directive-arch_extension-nosimd.s | 6 --
test/MC/AArch64/directive-arch_extension-simd.s | 6 --
test/MC/AArch64/directive-arch_extension.s | 61 +++++++++++++++++
7 files changed, 151 insertions(+), 21 deletions(-)
create mode 100644 test/MC/AArch64/SVE/directive-arch_extension-negative.s
copy test/MC/AArch64/SVE/{directive-arch.s => directive-arch_extension.s} (83%)
create mode 100644 test/MC/AArch64/directive-arch_extension-negative.s
delete mode 100644 test/MC/AArch64/directive-arch_extension-nosimd.s
delete mode 100644 test/MC/AArch64/directive-arch_extension-simd.s
create mode 100644 test/MC/AArch64/directive-arch_extension.s
--
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/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from 1c6880834e5 Daily bump.
adds e5e34c317c0 2019-04-03 Richard Biener <rguenther(a)suse.de>
adds f19b836346a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/lto-wrapper.c | 4 +++-
3 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 3afb9b104d Automatic date update in version.in
adds 9fbe006952 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.