This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd71534 [X86][MCU] replace select with bit manipulation instead of branches
new e9939d4 [GlobalISel] Add support for indirectbr
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/CodeGen/GlobalISel/IRTranslator.h | 5 ++-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 10 ++++++
include/llvm/Target/GenericOpcodes.td | 9 ++++++
include/llvm/Target/TargetOpcodes.def | 3 ++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 15 +++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 4 +++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +++
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 1 +
.../AArch64/GlobalISel/arm64-instructionselect.mir | 23 ++++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 36 ++++++++++++++++++++++
10 files changed, 108 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 llvm.
from 7726f88 [LanRef] Fix typo in getelementptr example.
new bd71534 [X86][MCU] replace select with bit manipulation instead of branches
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/X86/X86ISelLowering.cpp | 43 ++++++++++++++++++++++++++++++++++++--
test/CodeGen/X86/select.ll | 43 ++++++++++++++++++++++++++++++++++++++
2 files changed, 84 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 openmp.
from 7ec028b Cleanup: put i_maxmin members and ___kmp_size_type into traits_t
new bd223d6 [libomptarget] Fix Debug build with glibc < 2.18
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:
libomptarget/src/omptarget.h | 1 +
1 file changed, 1 insertion(+)
--
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 dd23d7e [AVX-512] Remove duplicate CodeGenOnly patterns for scalar re [...]
new 7726f88 [LanRef] Fix typo in getelementptr example.
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/LangRef.rst | 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 85956fc clang-format: [JavaScript] Undo r291974 for JavaScript.
new b246ca1 [c-index-test] CMake: add missing reference to clangSerializa [...]
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:
tools/c-index-test/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 ec19b49 Include LLVMDumpValue in release builds.
new dd23d7e [AVX-512] Remove duplicate CodeGenOnly patterns for scalar re [...]
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/X86/X86InstrAVX512.td | 40 +++++++++++--------------------
lib/Target/X86/X86InstrInfo.cpp | 5 ----
lib/Target/X86/X86InstrTablesInfo.h | 3 ---
test/CodeGen/X86/avx512-vbroadcast.ll | 22 ++++++++---------
test/CodeGen/X86/avx512vl-vbroadcast.ll | 30 +++++++++++------------
test/CodeGen/X86/evex-to-vex-compress.mir | 12 ----------
6 files changed, 40 insertions(+), 72 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 2837582 [index] CMake: add missing reference to clangSerialization library.
new 85956fc clang-format: [JavaScript] Undo r291974 for JavaScript.
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/Format/ContinuationIndenter.cpp | 9 ++++++++-
unittests/Format/FormatTestJS.cpp | 10 ++++++++++
2 files changed, 18 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 clang.
from 2834af3 Reapply "DebugInfo: Omit class definitions even in the presen [...]
new 2837582 [index] CMake: add missing reference to clangSerialization library.
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/Index/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 5625df6 [c-index-test] Provide capability to index module file import [...]
new 2834af3 Reapply "DebugInfo: Omit class definitions even in the presen [...]
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/CGDebugInfo.cpp | 30 +++++++++++++++++++----------
lib/CodeGen/CGDebugInfo.h | 1 +
lib/CodeGen/CGVTables.cpp | 7 ++++---
test/CodeGenCXX/debug-info-class-optzns.cpp | 26 +++++++++++++++++++++++++
4 files changed, 51 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-class-optzns.cpp
--
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 90cf9c5 Tidy up codegen modules test & make it x86 specific since it [...]
new 5625df6 [c-index-test] Provide capability to index module file import [...]
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/Frontend/ASTUnit.h | 2 ++
include/clang/Index/IndexingAction.h | 10 ++++++++++
include/clang/Serialization/ASTReader.h | 8 ++++++++
include/clang/Serialization/Module.h | 4 ++++
lib/Frontend/ASTUnit.cpp | 4 ++++
lib/Index/IndexingAction.cpp | 17 ++++++++++++++++
lib/Serialization/ASTReader.cpp | 16 +++++++++++++++
test/Index/Core/index-with-module.m | 8 +++++++-
tools/c-index-test/core_main.cpp | 35 ++++++++++++++++++++++++++++++---
9 files changed, 100 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.