This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 29e1142 __threading_support: fix windows build
new 4fd0d50 Attempt to fix finding clang++ on Windows
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:
utils/libcxx/test/config.py | 6 ++++--
1 file changed, 4 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 libcxx.
from 7666130 Fully qualify (preprend ::) calls to math functions from libc
new 29e1142 __threading_support: fix windows 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:
include/__threading_support | 3 ++-
1 file changed, 2 insertions(+), 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 c75c94d AMDGPU : Add trap handler support.
new dd3604d AMDGPU: Fix trailing whitespace
new dffd427 [TableGen][AsmWriterEmitter] Use a deterministic order to sor [...]
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/MCTargetDesc/AMDGPUTargetStreamer.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 11 +++++------
lib/Target/AMDGPU/VOP1Instructions.td | 2 +-
lib/Target/AMDGPU/VOP2Instructions.td | 6 +++---
lib/Target/AMDGPU/VOPInstructions.td | 6 +++---
utils/TableGen/AsmWriterEmitter.cpp | 2 +-
6 files changed, 14 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 clang.
from 1ef9dbf [c++1z] P0512R0: support for 'explicit' specifier on deductio [...]
new eac12ed [Concepts] Class template associated constraints
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/clang/AST/DeclTemplate.h | 116 ++++++++++++++++++---
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
lib/AST/DeclTemplate.cpp | 14 ++-
lib/Sema/SemaTemplate.cpp | 53 +++++++++-
lib/Serialization/ASTReaderDecl.cpp | 1 +
.../temp.constr.decl/class-template-decl.cpp | 65 ++++++++++++
6 files changed, 231 insertions(+), 21 deletions(-)
create mode 100644 test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-te [...]
--
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 917331c Check for musl-libc's max_align_t in addition to other variants.
new 7666130 Fully qualify (preprend ::) calls to math functions from libc
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/math.h | 340 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 170 insertions(+), 170 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 f3d1012 Sink IsExplicitSpecified flag from CXXConstructorDecl and CXX [...]
new 1ef9dbf [c++1z] P0512R0: support for 'explicit' specifier on deductio [...]
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/clang/Basic/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaDecl.cpp | 11 +++++-----
lib/Sema/SemaDeclCXX.cpp | 10 +++++++++
lib/Sema/SemaInit.cpp | 11 +++++-----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 ++++
.../over.match.class.deduct/p2.cpp | 25 ++++++++++++++++++++++
.../over.match.class.deduct/p3.cpp | 4 ++--
.../cxx1z-class-template-argument-deduction.cpp | 17 +++++++++------
8 files changed, 67 insertions(+), 18 deletions(-)
create mode 100644 test/CXX/over/over.match/over.match.funcs/over.match.class.dedu [...]
--
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 bcd8c96 [AMDGPU] Override PSet for M0
new c75c94d AMDGPU : Add trap handler support.
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/AMDGPUUsage.rst | 39 +++++++++++
lib/Target/AMDGPU/AMDGPU.td | 6 ++
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 ++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 25 +++++++
lib/Target/AMDGPU/SIDefines.h | 4 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 59 ++++++++++++-----
lib/Target/AMDGPU/SIInstrInfo.td | 5 ++
lib/Target/AMDGPU/SIInstructions.td | 12 +++-
lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h | 2 +-
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 4 +-
test/CodeGen/AMDGPU/trap.ll | 77 ++++++++++++++++++++--
13 files changed, 213 insertions(+), 30 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 671eb85 [libFuzzer] Export external functions on tests.
new a61fc42 [CMake] Fix pthread handling for out-of-tree builds
new bcd8c96 [AMDGPU] Override PSet for M0
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:
cmake/config-ix.cmake | 2 +-
cmake/modules/AddLLVM.cmake | 6 +--
cmake/modules/LLVMConfig.cmake.in | 4 ++
examples/ParallelJIT/CMakeLists.txt | 2 +-
lib/CodeGen/CMakeLists.txt | 2 +-
lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt | 2 +-
lib/Fuzzer/CMakeLists.txt | 4 +-
lib/Support/CMakeLists.txt | 2 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 8 ++++
lib/Target/AMDGPU/SIRegisterInfo.h | 2 +
test/CodeGen/AMDGPU/schedule-regpressure.mir | 57 +++++++++++++++++++++++
unittests/ExecutionEngine/Orc/CMakeLists.txt | 2 +-
unittests/Support/CMakeLists.txt | 2 +-
utils/unittest/CMakeLists.txt | 4 +-
14 files changed, 85 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/schedule-regpressure.mir
--
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 lld.
from 199febc added missing "savetemps/" in test/COFF/savetemps.ll
new 548cd5e [CMake] Fix pthread handling for out-of-tree builds
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:
COFF/CMakeLists.txt | 2 +-
ELF/CMakeLists.txt | 2 +-
lib/ReaderWriter/MachO/CMakeLists.txt | 2 +-
unittests/CoreTests/CMakeLists.txt | 2 +-
4 files changed, 4 insertions(+), 4 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 4911bc7 Adds the commandline need to run clang-tidy tests.
new f5f712d [CMake] Fix pthread handling for out-of-tree builds
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-fixer/plugin/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.