This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6a16f1b [X86] Decode MPX BND registers.
new b19f420 Delete some trailing whitespace.
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/X86/X86TargetMachine.cpp | 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 clang.
from bb52c5f Diagnose taking address and reference binding of packed members
new de9868e [OpenCL] In test/Driver/opencl.cl, don't require name of Clan [...]
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/Driver/opencl.cl | 28 ++++++++++++++--------------
1 file changed, 14 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 gcc.
from d1242c9 * c-c++-common/pr60226.c: Expect maximum object file [...]
new 531f0ff * gimple.h (stmt_can_terminate_bb_p): New function. * tree- [...]
new cb1a970 [1/2] Move choose_mult_variant declaration and dependent decl [...]
new 94682be [RS6000] Disparage altivec_mov gpr alternatives
new c5a9fc7 [vectorizer][2/2] Hook up mult synthesis logic into vectorisa [...]
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:
gcc/ChangeLog | 32 ++
gcc/config/rs6000/altivec.md | 4 +-
gcc/expmed.c | 10 +-
gcc/expmed.h | 9 +
gcc/gimple.h | 1 +
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/vect/pr65951.c | 63 ++++
gcc/testsuite/gcc.dg/vect/vect-iv-9.c | 3 +-
.../gcc.dg/vect/vect-mult-const-pattern-1.c | 41 +++
.../gcc.dg/vect/vect-mult-const-pattern-2.c | 40 +++
gcc/tree-cfg.c | 24 +-
gcc/tree-ssa-loop-niter.c | 14 +-
gcc/tree-vect-patterns.c | 375 +++++++++++++++++----
13 files changed, 528 insertions(+), 97 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr65951.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-2.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 610e5e2 [RS6000] -mno-vsx should force -mno-power9-dform
new 948818f [libgcc]
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 | 8 ++++
gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 22 +++++++++
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 22 +++++++++
libgcc/ChangeLog | 12 +++++
libgcc/config/rs6000/_divkc3.c | 64 ++++++++++++++++++++++++++
libgcc/config/rs6000/_mulkc3.c | 69 +++++++++++++++++++++++++++++
libgcc/config/rs6000/quad-float128.h | 8 ++++
libgcc/config/rs6000/t-float128 | 2 +-
8 files changed, 206 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/divkc3-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mulkc3-1.c
create mode 100644 libgcc/config/rs6000/_divkc3.c
create mode 100644 libgcc/config/rs6000/_mulkc3.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 master
in repository llvm.
from 1c81036 [AMDGPU] Assembler: fix row_bcast parsing
new 8b85118 [GlobalISel] Fix #include ordering/spacing. NFC.
new cf03606 [TableGen] Cleanup Record comments. NFC.
new 27cc0cc [TableGen] Autobrief-ize Record. NFC.
new 1ac61e28 [X86] Don't mark addressing mode operands as "outs". NFC-ish.
new 6a16f1b [X86] Decode MPX BND registers.
The 5 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/TableGen/Record.h | 152 ++++++++++-----------
lib/CodeGen/GlobalISel/RegisterBank.cpp | 1 -
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 4 +-
lib/TableGen/Record.cpp | 70 +---------
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 12 +-
.../X86/Disassembler/X86DisassemblerDecoder.h | 7 +
lib/Target/X86/X86InstrInfo.td | 24 ++--
test/MC/X86/mpx-encodings.s | 25 ++--
8 files changed, 122 insertions(+), 173 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 037f8a7 Revert r275401, it caused PR28551.
new e76c5af Revert r275411, it cause PR28552.
new 1c81036 [AMDGPU] Assembler: fix row_bcast parsing
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 2 ++
lib/Target/X86/X86ISelLowering.cpp | 1 -
test/CodeGen/X86/avx-vperm2x128.ll | 4 ++--
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 2 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 14 +++++++-------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 12 ++++++------
test/CodeGen/X86/vector-shuffle-256-v8.ll | 4 ++--
test/MC/AMDGPU/regression/bug28538.s | 12 ++++++++++++
8 files changed, 32 insertions(+), 19 deletions(-)
create mode 100644 test/MC/AMDGPU/regression/bug28538.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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
discards d90c8da Toolchain sources: Update release notes for gcc-6-2016.06 snapshot.
new ee056d8 Toolchain sources: Update release notes for gcc-6-2016.07 snapshot.
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 (d90c8da)
\
N -- N -- N refs/heads/toolchain-snapshots (ee056d8)
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:
--
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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 20a8622 Toolchain sources: Fix gcc-5-2016.06 snapshot release notes typo.
new d90c8da Toolchain sources: Update release notes for gcc-6-2016.06 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 59 ++----------------------
1 file changed, 3 insertions(+), 56 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 cccdd2e Teach fast isel calls and rets about stdcall.
new bc38653 [LV] Avoid unnecessary IV scalar-to-vector-to-scalar conversions
new 037f8a7 Revert r275401, it caused PR28551.
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/InitializePasses.h | 1 -
include/llvm/LinkAllPasses.h | 1 -
include/llvm/Transforms/Scalar.h | 7 -
include/llvm/Transforms/Scalar/GVN.h | 15 +-
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/IPO/PassManagerBuilder.cpp | 1 -
lib/Transforms/Scalar/CMakeLists.txt | 1 -
lib/Transforms/Scalar/GVNHoist.cpp | 820 ---------------------
lib/Transforms/Scalar/Scalar.cpp | 5 -
lib/Transforms/Vectorize/LoopVectorize.cpp | 114 +--
test/Transforms/GVN/hoist-pr20242.ll | 74 --
test/Transforms/GVN/hoist-pr22005.ll | 30 -
test/Transforms/GVN/hoist.ll | 691 -----------------
test/Transforms/LoopVectorize/induction.ll | 49 ++
test/Transforms/LoopVectorize/reverse_induction.ll | 24 -
15 files changed, 122 insertions(+), 1712 deletions(-)
delete mode 100644 lib/Transforms/Scalar/GVNHoist.cpp
delete mode 100644 test/Transforms/GVN/hoist-pr20242.ll
delete mode 100644 test/Transforms/GVN/hoist-pr22005.ll
delete mode 100644 test/Transforms/GVN/hoist.ll
--
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 8485ca8 The test added in r275267 does not work on read-only checkout [...]
new df2ccf1 Removing more :option: tags that we do not have corresponding [...]
new bb52c5f Diagnose taking address and reference binding of packed members
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:
docs/ClangPlugins.rst | 16 +--
include/clang/Basic/DiagnosticSemaKinds.td | 5 +
include/clang/Sema/Sema.h | 49 ++++++++
lib/Sema/SemaCast.cpp | 3 +
lib/Sema/SemaChecking.cpp | 67 +++++++++++
lib/Sema/SemaExpr.cpp | 6 +-
lib/Sema/SemaInit.cpp | 13 +++
test/Sema/address-packed-member-memops.c | 26 +++++
test/Sema/address-packed.c | 160 ++++++++++++++++++++++++++
test/SemaCXX/address-packed-member-memops.cpp | 28 +++++
test/SemaCXX/address-packed.cpp | 118 +++++++++++++++++++
11 files changed, 482 insertions(+), 9 deletions(-)
create mode 100644 test/Sema/address-packed-member-memops.c
create mode 100644 test/Sema/address-packed.c
create mode 100644 test/SemaCXX/address-packed-member-memops.cpp
create mode 100644 test/SemaCXX/address-packed.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.