This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 515949bf695 Daily bump.
new 496b0d7690c /cp 2018-02-08 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice25.C | 27 ++++++++++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice25.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 cf087c19138 [X86] Support folding in a k-register OR when creating KORT [...]
new ca1a7d0e5bd [AArch64] Don't materialize 0 with "fmov h0, .." when FullF [...]
new ee765a1d8f1 [TargetSchedule] Expose sub-units of a ProcResGroup in MCPr [...]
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/MC/MCSchedule.h | 5 +++
include/llvm/Target/TargetSchedule.td | 3 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +-
lib/Target/AArch64/AArch64InstrInfo.td | 2 +-
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 13 +++++---
utils/TableGen/SubtargetEmitter.cpp | 42 ++++++++++++++++++++++--
6 files changed, 56 insertions(+), 12 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 release_60
in repository llvm.
from 5d4f6a8d9ba Merging r324422: ------------------------------------------ [...]
new 67a35414a65 fix sphinx warning
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:
docs/ReleaseNotes.rst | 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 3b77e6eb3b9 [X86] Allow KORTEST instruction to be used for testing if a [...]
new cf087c19138 [X86] Support folding in a k-register OR when creating KORT [...]
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 | 10 +++++++++-
test/CodeGen/X86/avx512-mask-op.ll | 12 ++++--------
test/CodeGen/X86/avx512-schedule.ll | 14 +++++---------
3 files changed, 18 insertions(+), 18 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 181057ed1fc [X86] Don't emit KTEST instructions unless only the Z flag [...]
new 3b77e6eb3b9 [X86] Allow KORTEST instruction to be used for testing if a [...]
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 | 10 ++++++---
test/CodeGen/X86/avx512-mask-op.ll | 41 +++++++++++++++++++++++++++++++------
test/CodeGen/X86/avx512-schedule.ll | 12 +++++------
test/CodeGen/X86/setcc-lowering.ll | 3 +--
4 files changed, 49 insertions(+), 17 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 97f86a9714e Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitco [...]
new 181057ed1fc [X86] Don't emit KTEST instructions unless only the Z flag [...]
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/X86DomainReassignment.cpp | 12 +++--
lib/Target/X86/X86ISelLowering.cpp | 57 +++++++++++---------
test/CodeGen/X86/avx512-mask-op.ll | 92 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/domain-reassignment.mir | 48 +++++++----------
4 files changed, 152 insertions(+), 57 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-tools-extra.
from 8ce01a93 [clangd] Do not precent-encode numbers in URI.
new 8c26ea0b Resubmit "[clangd] The new threading implementation"
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:
clangd/CMakeLists.txt | 1 -
clangd/ClangdServer.cpp | 17 +-
clangd/ClangdServer.h | 7 +-
clangd/ClangdUnit.h | 4 +
clangd/ClangdUnitStore.cpp | 37 ---
clangd/ClangdUnitStore.h | 73 ------
clangd/TUScheduler.cpp | 427 ++++++++++++++++++++++++++++------
clangd/TUScheduler.h | 25 +-
clangd/Threading.cpp | 96 ++++----
clangd/Threading.h | 99 ++++----
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/ClangdTests.cpp | 40 +---
unittests/clangd/TUSchedulerTests.cpp | 14 +-
unittests/clangd/ThreadingTests.cpp | 65 ++++++
14 files changed, 557 insertions(+), 349 deletions(-)
delete mode 100644 clangd/ClangdUnitStore.cpp
delete mode 100644 clangd/ClangdUnitStore.h
create mode 100644 unittests/clangd/ThreadingTests.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 llvm.
from 4c64dfea378 [SimplifyCFG] Re-apply Relax restriction for folding uncond [...]
new 97f86a9714e Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitco [...]
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/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 52 +++++++----------------------
1 file changed, 12 insertions(+), 40 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 5b1e87e52 Implement deduction guide for basic_string as described in P0433
new 4c153004a Temporarily comment out deduction guide tests while I figure [...]
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/std/strings/basic.string/string.cons/iter_alloc.fail.cpp | 1 +
test/std/strings/basic.string/string.cons/iter_alloc.pass.cpp | 2 ++
2 files changed, 3 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 f1980331dbe [DAGCombiner] Fix a couple mistakes from r324311 by really [...]
new 62cd19d8ac5 CMAKE: apply -O3 for mingw clang
new 4c64dfea378 [SimplifyCFG] Re-apply Relax restriction for folding uncond [...]
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:
CMakeLists.txt | 2 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 5 ++++-
test/Transforms/LoopUnroll/peel-loop.ll | 13 ++++---------
test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll | 4 ++--
test/Transforms/LoopUnswitch/infinite-loop.ll | 2 +-
test/Transforms/SimplifyCFG/UncondBranchToHeader.ll | 18 ++++++++++++++++++
6 files changed, 30 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/UncondBranchToHeader.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.