This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/cross-build-tools.
from 80c9188 site-qemu.exp: Add TARGLIST for aarch64*elf
new fda3a9e build-cross-gcc.sh: Add support for dejagnu debug logs (comme [...]
new 45a65dd qemu-wrapper.sh: Re-execute in case the 1st execution failed, [...]
new 0f127ce aarch64-none-elf-foundation.exp: Fix to support multilibs
new fad6d56 build-cross-gcc.sh: Early exit for unsupported targets
The 4 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:
aarch64-none-elf-foundation.exp | 46 ++-------------------------------
build-cross-gcc.sh | 13 ++++++++++
qemu-wrapper.sh | 57 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+), 44 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 e7505b3af6c [DAG] Optimize away degenerate INSERT_VECTOR_ELT nodes.
new 7a367b65baf [DAG] Handle missing transform in fold of value extension case.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 ++++++++++++++
test/CodeGen/X86/avx512-mask-op.ll | 5 +----
2 files changed, 15 insertions(+), 4 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 3a512afe384 [globalisel][tablegen] Fix an unintended fallthrough that i [...]
new e7505b3af6c [DAG] Optimize away degenerate INSERT_VECTOR_ELT nodes.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ++++++
test/CodeGen/X86/vector-shift-ashr-256.ll | 4 ----
test/CodeGen/X86/vector-shift-lshr-256.ll | 4 ----
test/CodeGen/X86/vector-shift-shl-256.ll | 4 ----
test/CodeGen/X86/vector-shuffle-512-v8.ll | 2 --
5 files changed, 6 insertions(+), 14 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 7e0da6c tcwg-benchmark-results-compare.sh: Show only relative figures.
new 35a1e0f tcwg-benchmark-results.sh: Add results_ref parameter.
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:
tcwg-benchmark-results.sh | 3 ++-
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from edb67e932 Add NetBSD support in sanitizer_procmaps_common.cc
new 088d8f4e6 Add NetBSD support in sanitizer_procmaps.h
new 4df023aea Add NetBSD support in sanitizer_libignore.cc
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/sanitizer_common/sanitizer_libignore.cc | 4 ++--
lib/sanitizer_common/sanitizer_procmaps.h | 6 +++---
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 compiler-rt.
from c1d813b64 [compiler-rt] Replace VPrintf with VReport in sanitizer_tls_g [...]
new edb67e932 Add NetBSD support in sanitizer_procmaps_common.cc
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/sanitizer_common/sanitizer_procmaps_common.cc | 4 ++--
1 file 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 llvm.
from 0818bb870b2 This patch added some test cases to demonsrate the issues d [...]
new 64f36b4fec1 [X86][AVX512] Improve vector rotation constant folding tests
new 0211f4858a8 Reland r308585
new 3a512afe384 [globalisel][tablegen] Fix an unintended fallthrough that i [...]
The 3 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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 1 +
lib/Target/Mips/MicroMips32r6InstrInfo.td | 5 +---
lib/Target/Mips/Mips32r6InstrInfo.td | 35 +++++++++++++++++++---
lib/Target/Mips/MipsCondMov.td | 8 ++---
lib/Target/Mips/MipsISelLowering.cpp | 31 ++-----------------
lib/Target/Mips/MipsISelLowering.h | 6 ++++
lib/Target/Mips/MipsInstrFPU.td | 8 +++++
lib/Target/Mips/MipsSEISelLowering.cpp | 19 +++++++++++-
lib/Target/Mips/MipsSEISelLowering.h | 1 +
test/CodeGen/Mips/llvm-ir/select-dbl.ll | 32 ++++++++++----------
test/CodeGen/Mips/llvm-ir/select-flt.ll | 30 +++++++++----------
test/CodeGen/Mips/select.ll | 12 ++++----
test/CodeGen/X86/avx512-rotate.ll | 35 ++++++++++++++++++++--
13 files changed, 141 insertions(+), 82 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 a0a594a5441 2017-07-20 Richard Biener <rguenther(a)suse.de>
new 64e763ae998 Minor tweaks
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/ada/ChangeLog | 6 +++---
1 file changed, 3 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 c4f0a66a85a [ARM] Simplify ExpandPseudoInst. NFC.
new 0818bb870b2 This patch added some test cases to demonsrate the issues d [...]
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/MC/X86/intel-syntax.s | 51 ++++++++++++++++++++++++++++++++++++++++++++-
test/MC/X86/intel-syntax2.s | 32 ++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 test/MC/X86/intel-syntax2.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.
unknown user pushed a change to branch master
in repository gcc.
from e38da69c76d PR tree-optimization/81388 Revert r238585: 2016-07-21 B [...]
new a0a594a5441 2017-07-20 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 | 15 +++++++++++++++
gcc/gimple.h | 32 ++++++++++++++++++++++++++++----
gcc/tree-phinodes.c | 27 ++++++++++++---------------
3 files changed, 55 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.