This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d7113ae add test for zexty xor sandwich
new d60c722 Regenerate test
new f296054 [X86][SSE] Regenerate truncated shift test
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:
test/CodeGen/X86/avx2-conversions.ll | 4 ++--
test/CodeGen/X86/reduce-trunc-shl.ll | 26 ++++++++++++++++++++------
2 files changed, 22 insertions(+), 8 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 73aacfb Move mempcpy_call.ll to X86 subdirectory
new 59b5dbc Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
new d7113ae add test for zexty xor sandwich
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:
test/Transforms/InstCombine/xor.ll | 14 ++++++++++++++
unittests/CodeGen/DIEHashTest.cpp | 2 +-
2 files changed, 15 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 52dd487 [ELF] Rename the test to reflect the option name
new 60db12f Rename VAStart -> ImageBase. 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:
ELF/Config.h | 2 +-
ELF/Driver.cpp | 6 +++---
ELF/OutputSections.cpp | 2 +-
ELF/Target.cpp | 6 ++++--
ELF/Target.h | 4 ++--
ELF/Writer.cpp | 4 ++--
6 files changed, 13 insertions(+), 11 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 7377153 Fix warnings in FunctionTest.cpp.
new 972586b [ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable bitwise o [...]
new 00e79db Fix warning in ObjectTransformLayerTest.
new 73aacfb Move mempcpy_call.ll to X86 subdirectory
The 3 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/ADT/BitmaskEnum.h | 152 +++++++++++++++++++++
test/CodeGen/{Generic => X86}/mempcpy_call.ll | 0
unittests/ADT/BitmaskEnumTest.cpp | 134 ++++++++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
.../Orc/ObjectTransformLayerTest.cpp | 3 +-
5 files changed, 289 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/ADT/BitmaskEnum.h
rename test/CodeGen/{Generic => X86}/mempcpy_call.ll (100%)
create mode 100644 unittests/ADT/BitmaskEnumTest.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 lld.
from 92d34e8 [ELF] - Add predefined sections to output sections list in on [...]
new 52dd487 [ELF] Rename the test to reflect the option name
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/ELF/{ttext-segment.s => image-base.s} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/ELF/{ttext-segment.s => image-base.s} (100%)
--
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 c45e912 [InstCombine] extend vector select matching for non-splat constants
new 7377153 Fix warnings in FunctionTest.cpp.
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:
unittests/IR/FunctionTest.cpp | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 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 6b62d37 AMDGPU/SI: Emit the number of SGPR and VGPR spills
new c45e912 [InstCombine] extend vector select matching for non-splat constants
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/InstCombine/InstCombineAndOrXor.cpp | 43 ++++++++++++++++++++--
test/Transforms/InstCombine/logical-select.ll | 43 ++++++++++++++--------
2 files changed, 68 insertions(+), 18 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 cfd99ab [OpenMP] Initial implementation of parse+sema for OpenMP clau [...]
new 5f7de91 [analyzer] Implement a methond to discover origin region of 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/StaticAnalyzer/Core/PathSensitive/SymExpr.h | 14 ++++++++++++++
.../StaticAnalyzer/Core/PathSensitive/SymbolManager.h | 2 ++
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 10 +---------
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 10 +---------
4 files changed, 18 insertions(+), 18 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 c949e6e Fix for Bug 26903, adds support to inline __builtin_mempcpy
new 6b62d37 AMDGPU/SI: Emit the number of SGPR and VGPR spills
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/AMDGPUAsmPrinter.cpp | 5 +++++
lib/Target/AMDGPU/SIDefines.h | 2 ++
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 ++
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 19 +++++++++++++++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 2 ++
5 files changed, 30 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.