This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 633f56e921 [x86] wbnoinvd intrinsic
new 8d7d11c193 [Serialization] Fix some Clang-tidy modernize and Include Wh [...]
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/Serialization/Module.h | 56 +++--
lib/Serialization/ASTReaderDecl.cpp | 397 +++++++++++++++++++----------------
lib/Serialization/ASTReaderStmt.cpp | 177 ++++++++++++----
lib/Serialization/Module.cpp | 9 +-
4 files changed, 388 insertions(+), 251 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 98a5765c03b bpf: signal error instead of silent drop for certain invali [...]
new d85c559bc5b Attempting to work around a non-determinism issue.
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/MIR/AMDGPU/mir-canon-multi.mir | 2 --
1 file changed, 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 8822a56047f [X86] Describe wbnoinvd instruction
new 98a5765c03b bpf: signal error instead of silent drop for certain invali [...]
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/BPF/AsmParser/BPFAsmParser.cpp | 8 +++++---
1 file changed, 5 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 clang.
from 07aa03bc10 [OPENMP] Code cleanup, NFC.
new 633f56e921 [x86] wbnoinvd intrinsic
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/ClangCommandLineReference.rst | 2 ++
include/clang/Basic/BuiltinsX86.def | 3 +++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets/X86.cpp | 8 ++++++++
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/cpuid.h | 3 ++-
lib/Headers/{s390intrin.h => wbnoinvdintrin.h} | 25 ++++++++++++-------------
lib/Headers/x86intrin.h | 4 ++++
test/CodeGen/builtin-wbnoinvd.c | 9 +++++++++
test/CodeGen/builtins-x86.c | 5 +++--
test/Driver/x86-target-features.c | 5 +++++
test/Preprocessor/predefined-arch-macros.c | 4 ++++
13 files changed, 56 insertions(+), 16 deletions(-)
copy lib/Headers/{s390intrin.h => wbnoinvdintrin.h} (74%)
create mode 100644 test/CodeGen/builtin-wbnoinvd.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 d6c8a466876 [DSE] Add tests for atomic memory intrinsics (NFC)
new 8822a56047f [X86] Describe wbnoinvd instruction
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/llvm/IR/IntrinsicsX86.td | 9 +++++++++
lib/Support/Host.cpp | 5 ++++-
lib/Target/X86/X86.td | 3 +++
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86InstrSystem.td | 6 ++++++
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 ++++
test/CodeGen/X86/wbnoinvd-intrinsic.ll | 18 ++++++++++++++++++
test/MC/Disassembler/X86/x86-16.txt | 3 +++
test/MC/Disassembler/X86/x86-32.txt | 3 +++
test/MC/Disassembler/X86/x86-64.txt | 3 +++
test/MC/X86/x86-16.s | 4 ++++
test/MC/X86/x86-32-coverage.s | 4 ++++
test/MC/X86/x86-64.s | 4 ++++
14 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/wbnoinvd-intrinsic.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 lld.
from d8c76286e Rename to match an LLVM change
new 3fa88b541 Remove references to old SymbolBody class
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/InputFiles.cpp | 2 +-
COFF/InputFiles.h | 4 ++--
ELF/Symbols.h | 3 +--
3 files changed, 4 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 llvm.
from 461bf527e51 Rename *CommandFlags.def to *CommandFlags.inc
new d6c8a466876 [DSE] Add tests for atomic memory intrinsics (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:
.../DeadStoreElimination/OverwriteStoreBegin.ll | 222 +++++++++++++++++++++
.../DeadStoreElimination/OverwriteStoreEnd.ll | 222 +++++++++++++++++++++
.../DeadStoreElimination/memintrinsics.ll | 59 ++++++
test/Transforms/DeadStoreElimination/simple.ll | 202 +++++++++++++++++++
4 files changed, 705 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 binutils-gdb.
from 6295b6da16 Add test for following fork on position-independent executables
new de89d0a34d Enable Intel WAITPKG instructions.
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:
gas/ChangeLog | 13 +
gas/config/tc-i386.c | 2 +
gas/doc/c-i386.texi | 3 +-
gas/testsuite/gas/i386/i386.exp | 4 +
gas/testsuite/gas/i386/waitpkg-intel.d | 16 +
gas/testsuite/gas/i386/waitpkg.d | 16 +
gas/testsuite/gas/i386/waitpkg.s | 8 +
gas/testsuite/gas/i386/x86-64-waitpkg-intel.d | 19 +
gas/testsuite/gas/i386/x86-64-waitpkg.d | 19 +
gas/testsuite/gas/i386/x86-64-waitpkg.s | 11 +
opcodes/ChangeLog | 16 +
opcodes/i386-dis.c | 35 +-
opcodes/i386-gen.c | 3 +
opcodes/i386-init.h | 416 +-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 13 +
opcodes/i386-tbl.h | 10164 ++++++++++++------------
17 files changed, 5512 insertions(+), 5249 deletions(-)
create mode 100644 gas/testsuite/gas/i386/waitpkg-intel.d
create mode 100644 gas/testsuite/gas/i386/waitpkg.d
create mode 100644 gas/testsuite/gas/i386/waitpkg.s
create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg.d
create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg.s
--
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 lldb.
from 2c370bf8a [Target] Remove dead/commented out code. NFC.
new b6c4a2702 Fix a thinko in CommandObjectMemoryRegion.
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/Commands/CommandObjectMemory.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 clang.
from 4e48f60a11 [CodeGen] Handle __func__ inside __finally
new 07aa03bc10 [OPENMP] Code cleanup, 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:
lib/Sema/SemaOpenMP.cpp | 60 +++++++++++++++++++++++++------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.