This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b99fab9a2a2 [DivRemPairs] Fix non-determinism in use list order.
new 54a51fd6b1f [X86] Auto-generate complete checks. 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:
test/CodeGen/X86/imul.ll | 231 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 178 insertions(+), 53 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 9222593fc2 Fix lit test kernel-call.cu failure on ps4 due to dso_local
new 55e08df43f Fix rC330794 - a parameter that should have been dependent w [...]
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/Sema/DeclSpec.h | 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 clang.
from 45d663da56 [c++2a] [concepts] Add rudimentary parsing support for templ [...]
new 9222593fc2 Fix lit test kernel-call.cu failure on ps4 due to dso_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:
test/CodeGenCUDA/kernel-call.cu | 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 21ec9544a5 [HIP] Add hip input kind and codegen for kernel launching
new e4c4fc5523 Fix failure in lit test kernel-call.cu
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/CodeGenCUDA/kernel-call.cu | 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 685477eba1e [PM/LoopUnswitch] Begin teaching SimpleLoopUnswitch to use [...]
new b99fab9a2a2 [DivRemPairs] Fix non-determinism in use list order.
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/Scalar/DivRemPairs.cpp | 11 ++++++++---
1 file changed, 8 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 libcxx.
from 52cd8e497 Re-commit r330627 "[libcxx] implement <experimental/simd> dec [...]
new 58bcf28c6 [libcxx] [test] Remove nonportable that errc::is_a_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:
.../ios.types/ios_failure/ctor_char_pointer_error_code.pass.cpp | 4 +++-
.../ios.base/ios.types/ios_failure/ctor_string_error_code.pass.cpp | 4 +++-
2 files changed, 6 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 438412d35a [ODRHash] Hash template arguments of methods.
new 21ec9544a5 [HIP] Add hip input kind and codegen for kernel launching
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/IdentifierTable.h | 6 ++
include/clang/Basic/LangOptions.def | 1 +
include/clang/Frontend/FrontendOptions.h | 1 +
include/clang/Frontend/LangStandards.def | 4 ++
lib/CodeGen/CGCUDANV.cpp | 58 +++++++++++++-----
lib/Frontend/CompilerInvocation.cpp | 13 +++-
lib/Frontend/FrontendActions.cpp | 1 +
lib/Frontend/InitPreprocessor.cpp | 4 +-
lib/Sema/SemaCUDA.cpp | 5 +-
lib/Sema/SemaDecl.cpp | 6 +-
test/CodeGenCUDA/Inputs/cuda.h | 5 ++
test/CodeGenCUDA/device-stub.cu | 101 ++++++++++++++++++-------------
test/CodeGenCUDA/kernel-call.cu | 13 +++-
13 files changed, 151 insertions(+), 67 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 aa423850af Revert "[Driver] Android triples are not aliases for other t [...]
new 438412d35a [ODRHash] Hash template arguments of methods.
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 12 +++
lib/AST/ODRHash.cpp | 11 +++
lib/Serialization/ASTReader.cpp | 92 ++++++++++++++++++
test/Modules/odr_hash.cpp | 105 ++++++++++++++++++++-
4 files changed, 219 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 lld.
from 5969d1303 [COFF] create MemoryBuffers without requiring NUL terminators
new 1582975c2 Bring r329960 back.
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:
ELF/Driver.cpp | 18 +++++++++++
test/ELF/as-needed-weak.s | 22 +++++++++++++
test/ELF/gc-sections-shared.s | 72 ++++++-------------------------------------
3 files changed, 50 insertions(+), 62 deletions(-)
create mode 100644 test/ELF/as-needed-weak.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.