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 9b0141ced66 Daily bump.
new 9be861757be PR c++/84785 - ICE with alias template and default targs.
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C | 18 ++++++++++++++++++
3 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-63.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 4d617521270 [X86] Rewrite printMasking code in X86InstComments to use T [...]
new 197b6c81959 [AliasAnalysis] Shrink AliasResults; NFC
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/Analysis/AliasAnalysis.h | 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 11ddcbc5725 Clean up a temp file on the buildbots.
new 4d617521270 [X86] Rewrite printMasking code in X86InstComments to use T [...]
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/InstPrinter/X86ATTInstPrinter.cpp | 2 +-
lib/Target/X86/InstPrinter/X86InstComments.cpp | 203 ++-------------------
lib/Target/X86/InstPrinter/X86InstComments.h | 2 +
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 2 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 16 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 6 +-
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 16 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 8 +-
8 files changed, 43 insertions(+), 212 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 824eedb9eb4 Go back to sometimes assuming intristics are local.
new 11ddcbc5725 Clean up a temp file on the buildbots.
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/AArch64/vecreduce-propagate-sd-flags.ll | 2 ++
1 file changed, 2 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 87407bd5762 Revert: r327172 "Correct load-op-store cycle detection anal [...]
new 824eedb9eb4 Go back to sometimes assuming intristics are local.
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/TargetMachine.cpp | 45 +++--
test/CodeGen/X86/finite-libcalls.ll | 24 +--
test/CodeGen/X86/fmaxnum.ll | 6 +-
test/CodeGen/X86/fminnum.ll | 4 +-
test/CodeGen/X86/fp-cvt.ll | 32 ++--
test/CodeGen/X86/fp-intrinsics.ll | 4 +-
test/CodeGen/X86/half.ll | 2 +-
test/CodeGen/X86/memset-nonzero.ll | 2 +-
test/CodeGen/X86/negative-sin.ll | 6 +-
test/CodeGen/X86/scalar-fp-to-i64.ll | 28 +--
test/CodeGen/X86/vector-half-conversions.ll | 284 ++++++++++++++--------------
11 files changed, 221 insertions(+), 216 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 2fb0fe6cdbf [TwoAddressInstructionPass] Improve tryInstructionCommute o [...]
new 87407bd5762 Revert: r327172 "Correct load-op-store cycle detection anal [...]
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/CodeGen/SelectionDAGISel.h | 7 -
include/llvm/CodeGen/SelectionDAGNodes.h | 45 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 395 +++++++++--------
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +-
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 10 +-
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 15 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 97 ++---
test/CodeGen/X86/avg.ll | 114 ++---
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 191 ++++++---
test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 9 +-
test/CodeGen/X86/i256-add.ll | 145 ++++---
test/CodeGen/X86/masked_memop.ll | 3 +-
test/CodeGen/X86/merge-consecutive-stores.ll | 9 +-
test/CodeGen/X86/nontemporal.ll | 82 ++--
test/CodeGen/X86/pr36274.ll | 33 --
test/CodeGen/X86/pr36312.ll | 35 --
test/CodeGen/X86/required-vector-width.ll | 10 +-
test/CodeGen/X86/store_op_load_fold2.ll | 12 +-
test/CodeGen/X86/subvector-broadcast.ll | 48 ++-
test/CodeGen/X86/var-permute-256.ll | 540 ++++++++++++++++--------
test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +-
25 files changed, 1028 insertions(+), 798 deletions(-)
delete mode 100644 test/CodeGen/X86/pr36274.ll
delete mode 100644 test/CodeGen/X86/pr36312.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 compiler-rt.
from 1164bd823 [asan] Clean up the REQUIRES of `asan/TestCases/strcat-overla [...]
new 8f248a533 [Fuzzer] When building for Fuchsia, add an explicit libc++ 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:
lib/fuzzer/CMakeLists.txt | 5 +++++
1 file changed, 5 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 clang.
from 8fdc88794b [CodeGen] Try to not call a dtor after lifetime.end
new 5034f5fdda Revert r326946. It caused stack overflows by significantly i [...]
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/CGAtomic.cpp | 2 +-
lib/CodeGen/CGCall.cpp | 196 +++++++++++-----------------
lib/CodeGen/CGCall.h | 50 +------
lib/CodeGen/CGClass.cpp | 8 +-
lib/CodeGen/CGDecl.cpp | 16 ---
lib/CodeGen/CGExprCXX.cpp | 8 +-
lib/CodeGen/CGGPUBuiltin.cpp | 13 +-
lib/CodeGen/CGObjCGNU.cpp | 2 +-
lib/CodeGen/CGObjCMac.cpp | 4 +-
lib/CodeGen/CodeGenFunction.h | 4 +-
lib/CodeGen/ItaniumCXXABI.cpp | 3 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 3 +-
test/CodeGenCXX/amdgcn-func-arg.cpp | 94 -------------
test/CodeGenOpenCL/addr-space-struct-arg.cl | 39 +-----
test/CodeGenOpenCL/byval.cl | 1 +
15 files changed, 111 insertions(+), 332 deletions(-)
delete mode 100644 test/CodeGenCXX/amdgcn-func-arg.cpp
--
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 7c796ffe5 [libcxx][test] Reverting r327178 and r327190.
new 698b69514 [CMake] Copy the generated __config header into build directory
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/CMakeLists.txt | 40 ++++++++++++++++++++++++++--------------
lib/CMakeLists.txt | 2 +-
2 files changed, 27 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 master
in repository lldb.
from a0d464ea7 [SymbolFilePDB] Keep searching until the file name is found f [...]
new 38cb69b20 Rename clang.modules-cache-path to symbols.clang-modules-cache-path
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:
.../lldbsuite/test/lang/objc/modules-cache/TestClangModulesCache.py | 2 +-
packages/Python/lldbsuite/test/lldbtest.py | 2 +-
source/Core/Debugger.cpp | 4 ++--
source/Core/ModuleList.cpp | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.