This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef64b17 [ARM] Remove rbit intrinsics and autoupgrade to generic bitreverse.
new 2cf892f [PGO] Turn off comdat renaming in IR PGO by default
new c7eb5df [LV] Don't panic when encountering the IV of an outer loop.
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/ProfileData/InstrProf.h | 9 +++
lib/ProfileData/InstrProf.cpp | 43 +++++++++++++++
lib/Transforms/Instrumentation/InstrProfiling.cpp | 16 +++++-
.../Instrumentation/PGOInstrumentation.cpp | 16 +-----
lib/Transforms/Utils/LoopUtils.cpp | 9 ++-
test/Transforms/LoopVectorize/pr31190.ll | 64 ++++++++++++++++++++++
...all.proftext => multiple_hash_profile.proftext} | 37 +++++--------
test/Transforms/PGOProfile/comdat_internal.ll | 8 +--
test/Transforms/PGOProfile/comdat_rename.ll | 20 ++-----
.../Transforms/PGOProfile/indirect_call_profile.ll | 2 +-
.../Transforms/PGOProfile/multiple_hash_profile.ll | 36 ++++++++++++
11 files changed, 200 insertions(+), 60 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr31190.ll
copy test/Transforms/PGOProfile/Inputs/{indirect_call.proftext => multiple_hash_pr [...]
create mode 100644 test/Transforms/PGOProfile/multiple_hash_profile.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 llvm.
from da59cd0 AMDGPU: Add tests for HasMultipleConditionRegisters
new ef64b17 [ARM] Remove rbit intrinsics and autoupgrade to generic bitreverse.
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:
include/llvm/IR/IntrinsicsARM.td | 5 -----
lib/IR/AutoUpgrade.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 5 -----
3 files changed, 1 insertion(+), 11 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 e923722 i386: Pass -Wl,-R,tmpdir/-Wl --as-needed to $CC
new f129e49 Don't use elf_i386_eh_frame_plt directly
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/ChangeLog | 5 +++++
bfd/elf32-i386.c | 8 +++++---
2 files changed, 10 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 2ce7031 [X86][AVX512]Improving shuffle lowering by using AVX-512 EXPA [...]
new 16ed161 [CostModel][X86] Add AVX512VL vector shift cost tests.
new da59cd0 AMDGPU: Add tests for HasMultipleConditionRegisters
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/AMDGPUISelLowering.cpp | 7 ++
test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 21 ++++
test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 19 +++
test/Analysis/CostModel/X86/vshift-shl-cost.ll | 17 +++
test/CodeGen/AMDGPU/select-opt.ll | 161 ++++++++++++++++++++++++
5 files changed, 225 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/select-opt.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 gcc.
from 90369c4 2017-01-10 Joshua Conner <joshconner(a)google.com>
new 593b46d FI 20, decomposition declaration with parenthesized initializer.
new 3386344 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-cppbuiltin.c | 1 +
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 21 ++++++---------------
gcc/testsuite/g++.dg/cpp1z/decomp20.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++
6 files changed, 34 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp20.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-5-branch
in repository gcc.
from 235fe47 Do not error when -E provided (PR pch/78970).
new eb41c5b 2017-01-10 Bill Seurer <seurer(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/ChangeLog | 10 ++++++++++
gcc/config/rs6000/rs6000.c | 7 +++++++
2 files changed, 17 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 70dde8f LangRef: Note that calls also support fast math flags
new 2ce7031 [X86][AVX512]Improving shuffle lowering by using AVX-512 EXPA [...]
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/X86ISelLowering.cpp | 121 ++++++++++-
test/CodeGen/X86/vector-shuffle-avx512.ll | 333 ++++++++++++++++++++++++++++++
2 files changed, 448 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/vector-shuffle-avx512.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 69518aa [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
new e18cc41 [analyzer] Treat pointers to static member functions as funct [...]
new 0d9e23a [ARM] Use generic bitreverse intrinsic, rather than ARM speci [...]
new e4ffc9c [OpenMP] Remove outdated comments. NFC.
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:
include/clang/Basic/OpenMPKinds.def | 4 ----
lib/CodeGen/CGBuiltin.cpp | 6 +++---
lib/StaticAnalyzer/Core/SValBuilder.cpp | 12 ++++++++++++
test/Analysis/pointer-to-member.cpp | 18 +++++++++++++++++-
test/CodeGen/arm_acle.c | 8 ++++----
test/CodeGen/builtins-arm.c | 2 +-
6 files changed, 37 insertions(+), 13 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 libcxx.
from f6c0b90 Fix up some mismatched SFINAE conditionsin shared_ptr; some u [...]
new bd7c884 Qualify some type names that I thought were fine, but some of [...]
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:
include/memory | 5 +++--
1 file changed, 3 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 binutils-gdb.
from 7becfd0 Change return type of ui_out redirect to void
new e923722 i386: Pass -Wl,-R,tmpdir/-Wl --as-needed to $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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-i386/i386.exp | 4 ++--
ld/testsuite/ld-i386/tls.exp | 6 +++---
3 files changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.