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-next-allyesconfig
in repository toolchain/gcc.
from 8a55426b514 Daily bump.
adds 4c53351658c darwin - fix powerpc-darwin stack alignment issue
adds 757e6df5448 darwin - remove unused target hook.
adds 34d732b1a2e fix PR81033 and associated.
adds c03c80c9318 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/darwin.c | 15 ---------------
gcc/config/darwin.h | 4 ----
gcc/config/rs6000/darwin.h | 38 +++++++++++++++++++++++++++++++++-----
gcc/dwarf2out.c | 11 +++++++++--
gcc/final.c | 3 +++
7 files changed, 80 insertions(+), 27 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-stable-allmodconfig
in repository toolchain/gcc.
from 8a55426b514 Daily bump.
adds 4c53351658c darwin - fix powerpc-darwin stack alignment issue
adds 757e6df5448 darwin - remove unused target hook.
adds 34d732b1a2e fix PR81033 and associated.
adds c03c80c9318 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/darwin.c | 15 ---------------
gcc/config/darwin.h | 4 ----
gcc/config/rs6000/darwin.h | 38 +++++++++++++++++++++++++++++++++-----
gcc/dwarf2out.c | 11 +++++++++--
gcc/final.c | 3 +++
7 files changed, 80 insertions(+), 27 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-next-defconfig
in repository toolchain/ci/llvm-monorepo.
from 82cc4d961e1 [utils] collect_and_build_with_pgo.py: revert part already [...]
adds 26621462c14 [X86] Add test cases showing missed opportunities for optim [...]
adds ce37eb8f034 [DAGCombiner] Better constant vector support for FCOPYSIGN.
adds de2cbbe06f6 Reapply Pass the nopie flag to the linker when linking with -pg.
adds 8b3bed702ea [XRay] Refcount backing store for buffers
adds e72bae4bba5 [AST] Don't store data for GNU range case statement if not needed
adds 0e609b2af3b [VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support.
adds 0b909bcc2ac [X86][NFC] sse2-schedule.ll: disable XOP for BdVer2 tests
adds 1d4648bd32f [X86][NFC] sse41-schedule.ll: disable XOP for BdVer2 tests
adds 145990bf2c9 [X86][NFC] sse42-schedule.ll: disable XOP for BdVer2 tests
adds cdb752eb3c2 [AST] Fix an use-of-uninitialized bug introduced in CaseStmt
adds e3a4552ebc8 [TargetLowering] Move i64/vXi64 to f32/vXf32 UINT_TO_FP han [...]
adds ef887003234 AST: extend MS decoration handling for extended vectors
adds bb3fe851139 [llvm-exegesis] Fix SNB counter definition and handling.
adds 8698286b775 [SelectionDAG] Fix bad indentation. NFC
adds a3b73f913c4 Revert "Revert "DebugInfo: reduce DIE range verification on [...]
new ee0a72477a5 [X86] Add test case to show failure to handle splat vectors [...]
new 7d4354c477c [X86] Recognize constant splats in LowerFCOPYSIGN.
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:
clang/include/clang/AST/Stmt.h | 220 ++++++++++++-----
clang/lib/AST/ASTDumper.cpp | 7 +
clang/lib/AST/ASTImporter.cpp | 4 +-
clang/lib/AST/MicrosoftMangle.cpp | 26 ++-
clang/lib/AST/Stmt.cpp | 27 ++-
clang/lib/Driver/ToolChains/OpenBSD.cpp | 2 +-
clang/lib/Sema/SemaStmt.cpp | 6 +-
clang/lib/Serialization/ASTReaderStmt.cpp | 11 +-
clang/lib/Serialization/ASTWriterStmt.cpp | 7 +-
clang/test/CodeGenCXX/mangle-ms-vector-types.cpp | 4 +
clang/test/Driver/openbsd.c | 2 +-
clang/test/Import/switch-stmt/test.cpp | 4 -
clang/test/Misc/ast-dump-color.cpp | 2 -
compiler-rt/lib/xray/xray_buffer_queue.cc | 61 ++++-
compiler-rt/lib/xray/xray_buffer_queue.h | 14 +-
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 7 +-
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +-
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 27 ---
.../lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 19 +-
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 106 ++++++---
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 58 +++--
llvm/lib/Target/X86/X86ISelLowering.cpp | 30 ++-
llvm/test/CodeGen/X86/ftrunc.ll | 30 +--
llvm/test/CodeGen/X86/sse1-fcopysign.ll | 90 +++++++
llvm/test/CodeGen/X86/sse2-schedule.ll | 26 +--
llvm/test/CodeGen/X86/sse41-schedule.ll | 6 +-
llvm/test/CodeGen/X86/sse42-schedule.ll | 6 +-
llvm/test/CodeGen/X86/vec_cast3.ll | 26 +--
llvm/test/CodeGen/X86/vec_fp_to_int.ll | 259 ++++++++++-----------
.../tools/llvm-dwarfdump/X86/debug-verify-object.s | 57 +++++
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 7 +-
32 files changed, 786 insertions(+), 381 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/sse1-fcopysign.ll
create mode 100644 llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.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-master-aarch64-lts-allnoconfig
in repository toolchain/binutils-gdb.
from 9da2bd6ac9 Automatic date update in version.in
adds b0d99ba9e9 PR23837, Segmentation fault in resolve_symbol_value
adds 8fc91c4098 Correct ChangeLog
adds a3d7226832 gdb/riscv: Add back missing braces in riscv-linux-nat.c
adds cad26cec07 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 7 +++++++
gas/config/tc-hppa.c | 3 +--
gdb/ChangeLog | 5 +++++
gdb/riscv-linux-nat.c | 6 ++++--
5 files changed, 18 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 gcc.
from 51bd1eabfac 2018-10-28 François Dumont <fdumont(a)gcc.gnu.org>
new b3d1b253acc gcc/testsuite/ChangeLog:
new 60e6f2aae52 Daily bump.
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 | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/doc/generic.texi | 6 ++++++
gcc/match.pd | 24 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/gimplefe-30.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/gimplefe-31.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/gimplefe-32.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/gimplefe-33.c | 16 ++++++++++++++++
9 files changed, 108 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-30.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-31.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-32.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-33.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 gcc-8-branch
in repository gcc.
from 34d732b1a2e fix PR81033 and associated.
new c03c80c9318 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 8d0bba080e3 Daily bump.
new e855583c52b 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 master
in repository binutils-gdb.
from a3d7226832 gdb/riscv: Add back missing braces in riscv-linux-nat.c
new cad26cec07 Automatic date update in version.in
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:
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.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from 0e44991c9f Automatic date update in version.in
new 592af8a6bb Automatic date update in version.in
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:
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.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 866afbd2aa Automatic date update in version.in
new fde907c18c Automatic date update in version.in
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:
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.