This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 7d7396d Use dryrun for git-new-workdir.
new 40f76ad jenkins.sh: Checkout same sources as will be used for the build
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:
jenkins.sh | 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 181a1d1 [X86][AVX512] Added 512-bit vector nontemporal load tests
new 531b69a Adding reserve and capacity methods to FoldingSet
new 2fca656 RAS extensions are part of ARMv8.2-A. This change enables the [...]
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/FoldingSet.h | 12 +-
include/llvm/Support/ARMTargetParser.def | 3 +-
include/llvm/Support/TargetParser.h | 1 +
lib/Support/FoldingSet.cpp | 25 ++++-
lib/Target/AArch64/AArch64.td | 5 +-
lib/Target/AArch64/AArch64InstrInfo.td | 3 +
lib/Target/AArch64/AArch64Subtarget.h | 2 +
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 15 +++
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 17 ++-
lib/Target/ARM/ARM.td | 39 ++++---
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/ARMInstrInfo.td | 4 +
lib/Target/ARM/ARMInstrThumb2.td | 6 +
lib/Target/ARM/ARMSubtarget.cpp | 3 +-
lib/Target/ARM/ARMSubtarget.h | 10 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 18 +++
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 31 ++++++
test/MC/AArch64/ras-extension.s | 55 ++++++++++
test/MC/ARM/ras-extension.s | 6 +
test/MC/Disassembler/AArch64/ras-extension.txt | 47 ++++++++
test/MC/Disassembler/ARM/ras-extension-arm.txt | 6 +
test/MC/Disassembler/ARM/ras-extension-thumb.txt | 6 +
unittests/ADT/FoldingSet.cpp | 133 +++++++++++++++++++++++
23 files changed, 418 insertions(+), 31 deletions(-)
create mode 100644 test/MC/AArch64/ras-extension.s
create mode 100644 test/MC/ARM/ras-extension.s
create mode 100644 test/MC/Disassembler/AArch64/ras-extension.txt
create mode 100644 test/MC/Disassembler/ARM/ras-extension-arm.txt
create mode 100644 test/MC/Disassembler/ARM/ras-extension-thumb.txt
--
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 d8f5dc0 ARM target does not use printAliasInstr machinery which force [...]
new 181a1d1 [X86][AVX512] Added 512-bit vector nontemporal load tests
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/CodeGen/X86/nontemporal-loads.ll | 1054 ++++++++++++++++++++++++++++-----
1 file changed, 909 insertions(+), 145 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 3f11516 [ARM][obvious] Fix typos in *thumb1_mulsi3 comment
new 231f5d8 2016-06-03 Alan Hayward <alan.hayward(a)arm.com>
new 30497d0 rs6000: Remove the ancient mfcr peepholes
new 707ba52 2016-06-03 Alan Hayward <alan.hayward(a)arm.com>
new 75aae5b 2016-06-03 Alan Hayward <alan.hayward(a)arm.com>
new cf573a7 2016-06-03 Alan Hayward <alan.hayward(a)arm.com>
new 41ce74e 2016-06-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 22e029d * g++.dg/tree-ssa/pred-1.C: New testcase * gcc.dg/tree-ssa/ [...]
The 7 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 | 35 +++
gcc/config/rs6000/rs6000.md | 31 ---
gcc/cp/ChangeLog | 5 +
gcc/cp/cp-gimplify.c | 2 +-
gcc/testsuite/ChangeLog | 29 +++
gcc/testsuite/g++.dg/tree-ssa/pred-1.C | 15 ++
gcc/testsuite/gcc.dg/tree-ssa/pr64183.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pred-1.c | 16 ++
gcc/testsuite/gcc.dg/vect/no-scevccp-vect-iv-2.c | 6 +-
gcc/testsuite/gcc.dg/vect/vect-live-1.c | 46 ++++
gcc/testsuite/gcc.dg/vect/vect-live-2.c | 55 +++++
gcc/testsuite/gcc.dg/vect/vect-live-3.c | 53 +++++
gcc/testsuite/gcc.dg/vect/vect-live-4.c | 50 ++++
gcc/testsuite/gcc.dg/vect/vect-live-5.c | 49 ++++
gcc/testsuite/gcc.dg/vect/vect-live-slp-1.c | 70 ++++++
gcc/testsuite/gcc.dg/vect/vect-live-slp-2.c | 64 +++++
gcc/testsuite/gcc.dg/vect/vect-live-slp-3.c | 71 ++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 1 +
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 1 +
gcc/tree-vect-loop.c | 158 ++++++------
gcc/tree-vect-stmts.c | 290 ++++++++++++-----------
gcc/tree-vectorizer.h | 7 +-
22 files changed, 820 insertions(+), 236 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pred-1.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pred-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-5.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-slp-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-slp-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-live-slp-3.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-6-branch
in repository gcc.
from 533736b PR middle-end/71387 * cgraph.c (cgraph_edge::redirect_call_ [...]
new 17262c3 2016-06-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 1 +
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 1 +
3 files changed, 9 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 ab12cbc [AMDGPU] Assembler: More tests for SDWA instructions. Fix for [...]
new 6762cdb Currently AsmWriterEmiter.cpp (used by tblgen -gen-asm-writer [...]
new d02bd64 AsmWriterEmitter.cpp assumes that all operands of a printed a [...]
new d8f5dc0 ARM target does not use printAliasInstr machinery which force [...]
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:
lib/Target/ARM/ARMInstrFormats.td | 56 ++++++++++++++-------------
lib/Target/ARM/ARMInstrInfo.td | 28 +++++++-------
lib/Target/ARM/ARMInstrThumb.td | 21 +++++-----
lib/Target/ARM/ARMInstrThumb2.td | 52 ++++++++++++-------------
lib/Target/ARM/ARMInstrVFP.td | 18 ++++-----
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 56 ++-------------------------
lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 6 +++
utils/TableGen/AsmWriterEmitter.cpp | 43 +++++++++++++++++---
8 files changed, 138 insertions(+), 142 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from eccd243 Fix bug #2295: build gprof.
new 7d7396d Use dryrun for git-new-workdir.
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/checkout.sh | 24 ++++++++++--------------
1 file changed, 10 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.
unknown user pushed a change to branch master
in repository clang.
from 9dcc3fc [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.
new 72e3b3b [clang-format] skip empty lines and comments in the top of th [...]
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/Format/Format.cpp | 31 +++++++++++----
unittests/Format/CleanupTest.cpp | 85 ++++++++++++++++++++++++++++++++++++----
2 files changed, 101 insertions(+), 15 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 linaro
in repository dejagnu.
from 7fd7f57 Fix merge errors
new 3adeca1 * baseboards/aarch64-sim.exp: New file. * Makefile.am (base [...]
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:
baseboards/{arm-sim.exp => aarch64-sim.exp} | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)
copy baseboards/{arm-sim.exp => aarch64-sim.exp} (76%)
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from fe026dd Remove unused depends code, bug #1448
new eccd243 Fix bug #2295: build gprof.
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:
config/binutils.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.