This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 4cca168 Rename DWARF 5 constants to adapt to change in LLVM
new a1e8875 Rename DWARF 5 constants to adapt to change in LLVM
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:
source/Expression/DWARFExpression.cpp | 6 +++---
1 file changed, 3 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 b18d684 Try 2 to add extern C++ to __libcpp_library_version
new 3c77475 Fix Clang 3.6 build error
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:
src/experimental/filesystem/path.cpp | 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 593670b SpeculativeExecution: Allow speculating more inst types
new 1adbd7e Handle non-~0 lane masks on live-in registers in LivePhysRegs
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/LivePhysRegs.cpp | 5 ++-
test/CodeGen/Hexagon/livephysregs-lane-masks2.mir | 55 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/livephysregs-lane-masks2.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 clang.
from 7b3bbe7 PR30831: Teach template type diffing to cope with TemplateSpe [...]
new f26f54c [PPC] add float and double overloads for vec_orc and vec_nand [...]
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/Headers/altivec.h | 32 ++++++++++++++++++++++++++++++++
test/CodeGen/builtins-ppc-p8vector.c | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 68 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 2d7bc6b AMDGPU: Fix using incorrect private resource with no allocation
new 593670b SpeculativeExecution: Allow speculating more inst types
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/SpeculativeExecution.cpp | 18 +++
test/Transforms/SpeculativeExecution/spec-calls.ll | 64 ++++++++++
test/Transforms/SpeculativeExecution/spec-casts.ll | 136 +++++++++++++++++++++
.../SpeculativeExecution/spec-compares.ll | 31 +++++
test/Transforms/SpeculativeExecution/spec-fp.ll | 87 +++++++++++++
5 files changed, 336 insertions(+)
create mode 100644 test/Transforms/SpeculativeExecution/spec-calls.ll
create mode 100644 test/Transforms/SpeculativeExecution/spec-casts.ll
create mode 100644 test/Transforms/SpeculativeExecution/spec-compares.ll
create mode 100644 test/Transforms/SpeculativeExecution/spec-fp.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 94078c6 Implement vector count leading/trailing bytes with zero lsb a [...]
new 7b3bbe7 PR30831: Teach template type diffing to cope with TemplateSpe [...]
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/AST/ASTDiagnostic.cpp | 17 ++++++++++-------
test/Misc/diag-template-diffing.cpp | 5 +++++
2 files changed, 15 insertions(+), 7 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 glibc.
from b2fea74 Fix building tst-linkall-static.
new 0947291 crypt: Use internal names for the SHA-2 block functions
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:
ChangeLog | 9 +++++++++
crypt/sha256-block.c | 2 +-
crypt/sha256.c | 13 ++++++-------
crypt/sha512-block.c | 2 +-
crypt/sha512.c | 14 +++++++-------
sysdeps/sparc/sparc64/multiarch/sha256-block.c | 16 +++++++++-------
sysdeps/sparc/sparc64/multiarch/sha512-block.c | 16 +++++++++-------
7 files changed, 42 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 0b61b12 Implement vector count leading/trailing bytes with zero lsb a [...]
new 2d7bc6b AMDGPU: Fix using incorrect private resource with no allocation
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/AMDGPU/SIFrameLowering.cpp | 121 ++++++++++++++---------
lib/Target/AMDGPU/SIInstrInfo.cpp | 11 ++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 13 ++-
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 113 ++++++++++++++++++++-
test/CodeGen/AMDGPU/private-access-no-objects.ll | 25 ++++-
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 4 +-
test/CodeGen/AMDGPU/spill-alloc-sgpr-init-bug.ll | 2 +-
test/CodeGen/AMDGPU/spill-m0.ll | 2 +
test/CodeGen/AMDGPU/wqm.ll | 2 +-
9 files changed, 236 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.
from c29c030 Fix implementation of the likely resolution of core issue 253 [...]
new 94078c6 Implement vector count leading/trailing bytes with zero lsb 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:
include/clang/Basic/BuiltinsPPC.def | 6 +++
lib/Headers/altivec.h | 66 +++++++++++++++++++++++++++++++
test/CodeGen/builtins-ppc-p9vector.c | 77 ++++++++++++++++++++++++++++++++++++
3 files changed, 149 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.