This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f899059 Add check that "#define unix 1" is present for the PS4 target.
new 7f2627f [X86] Clzero flag addition and inclusion under znver1
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/BuiltinsX86.def | 3 +++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 7 ++++++
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/{mwaitxintrin.h => clzerointrin.h} | 33 ++++++++++++++------------
lib/Headers/module.modulemap | 1 +
lib/Headers/x86intrin.h | 4 ++++
test/CodeGen/builtin-clflushopt.c | 2 +-
test/CodeGen/builtin-clzero.c | 9 +++++++
test/CodeGen/builtins-x86.c | 5 ++--
test/Driver/x86-target-features.c | 5 ++++
test/Preprocessor/predefined-arch-macros.c | 2 ++
12 files changed, 56 insertions(+), 18 deletions(-)
copy lib/Headers/{mwaitxintrin.h => clzerointrin.h} (67%)
create mode 100644 test/CodeGen/builtin-clzero.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 b2f3da0 [GlobalISel] Simplify StringRef parameters. NFC.
new 97b3cf4 Object: pad BSD ar string table to 4-bytes
new 4b9bffa [X86] Clzero intrinsic and its addition under znver1
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/IR/IntrinsicsX86.td | 7 +++++++
lib/Object/ArchiveWriter.cpp | 4 ++++
lib/Support/Host.cpp | 4 ++++
lib/Target/X86/X86.td | 3 +++
lib/Target/X86/X86ISelLowering.cpp | 25 +++++++++++++++++++++++++
lib/Target/X86/X86InstrInfo.td | 16 ++++++++++++++--
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 ++++
test/CodeGen/X86/clzero.ll | 23 +++++++++++++++++++++++
test/MC/Disassembler/X86/x86-32.txt | 3 +++
test/MC/X86/x86-32.s | 8 ++++++++
test/MC/X86/x86-64.s | 8 ++++++++
13 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/clzero.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 libunwind.
from 42bf295 [libunwind][CMake] Use libc++ headers when available
new cb2bed4 Revert "[libunwind][CMake] Use libc++ headers when available"
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:
CMakeLists.txt | 19 -------------------
1 file changed, 19 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 f9b31cf SwiftCC: swifterror register cannot be as the base register
new b2f3da0 [GlobalISel] Simplify StringRef parameters. 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:
utils/TableGen/GlobalISelEmitter.cpp | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 libunwind.
from 42129c3 Revert "DWARF: convert error logs to _LIBUNWIND_LOG"
new 42bf295 [libunwind][CMake] Use libc++ headers when available
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:
CMakeLists.txt | 19 +++++++++++++++++++
1 file changed, 19 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 release_40
in repository libunwind.
from 9f88e32 Drop 'svn' suffix from version.
new b8383c0 Merging r292723: -------------------------------------------- [...]
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/libunwind.h | 5 -----
src/Registers.hpp | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 5 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 libcxxabi.
from c2fa8f1 Add support for demangling C++11 thread_local variables. In c [...]
new b052fac [libcxxabi][CMake] Support in-tree libunwind when building as [...]
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:
CMakeLists.txt | 1 +
src/CMakeLists.txt | 4 ++--
2 files changed, 3 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 release_40
in repository libcxxabi.
from c980f40 Merging r292418: -------------------------------------------- [...]
new c4e6c8a Merging r292638: -------------------------------------------- [...]
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/catch_reference_nullptr.pass.cpp | 8 +-------
1 file changed, 1 insertion(+), 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 libcxx.
from 5995503 Update info for LWG 2665 in upcoming_meeting.html
new f4699a5 [libcxx][CMake] Support in-tree libunwind when building as pa [...]
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:
CMakeLists.txt | 1 +
lib/CMakeLists.txt | 4 ++--
2 files changed, 3 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 5a50fd8 LowerTypeTests: Change a few vtable globals in tests to constants.
new f9b31cf SwiftCC: swifterror register cannot be as the base register
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/AArch64/AArch64CallingConvention.td | 8 +-
lib/Target/ARM/ARMCallingConv.td | 28 ++---
test/CodeGen/AArch64/swifterror.ll | 168 ++++++++++++-------------
test/CodeGen/ARM/swifterror.ll | 154 +++++++++++------------
4 files changed, 179 insertions(+), 179 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.