This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6383c00 [AVX-512] Add PAVGB/PAVGW to load folding tables.
new cf3a3e7 Add initializer that was missed in r295009.
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/MC/MCDwarf.h | 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 828d0d9 [LSR] Pointers with different address spaces are considered i [...]
new 6383c00 [AVX-512] Add PAVGB/PAVGW to load folding tables.
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/X86InstrInfo.cpp | 18 +++++++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 52 ++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 36 ++++++++++++++++++
3 files changed, 106 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 clang.
from 0c7e6cd Delete useless / in comment. NFC.
new c644cb6 [CodeGen][ObjC] Use the type of the captured field of the enc [...]
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/CGBlocks.cpp | 29 +++++++++++++++++------------
test/CodeGenObjCXX/lambda-expressions.mm | 13 +++++++++++++
2 files changed, 30 insertions(+), 12 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 7fb14d3 [Orc][RPC] Remove lanch policies in favor of async handlers.
new 828d0d9 [LSR] Pointers with different address spaces are considered i [...]
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/LoopStrengthReduce.cpp | 7 ++++-
.../AMDGPU/different-addrspace-crash.ll | 31 ++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopStrengthReduce/AMDGPU/different-addrspace-crash.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 0b0a12c Add a destruct-on-exit function to ASTContext.
new 0c7e6cd Delete useless / in comment. 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/Serialization/ASTReaderStmt.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 6eaf72c [RISCV] Fix RV32 datalayout string and ensure initAsmInfo is called
new 7fb14d3 [Orc][RPC] Remove lanch policies in favor of async handlers.
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/ExecutionEngine/Orc/RPCUtils.h | 228 ++++++++++++++++---------
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 50 +++++-
2 files changed, 198 insertions(+), 80 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 lld.
from 7267164 Add file comments for ScriptParser.cpp.
new f701d8b Do not store a computable attributes to Config.
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 | 10 ++++++++--
ELF/Driver.cpp | 5 +----
ELF/LTO.cpp | 2 +-
ELF/Relocations.cpp | 17 +++++++++--------
ELF/SyntheticSections.cpp | 2 +-
ELF/Target.cpp | 8 ++++----
ELF/Thunks.cpp | 4 ++--
ELF/Writer.cpp | 5 +++--
8 files changed, 29 insertions(+), 24 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 c09a849 clang/test/Parser/cxx1z-class-template-argument-deduction.cpp [...]
new 0b0a12c Add a destruct-on-exit function to ASTContext.
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/AST/ASTContext.h | 11 +++++++++++
include/clang/AST/DeclTemplate.h | 8 --------
lib/AST/Decl.cpp | 9 +--------
lib/AST/DeclTemplate.cpp | 23 ++++-------------------
4 files changed, 16 insertions(+), 35 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 0f17e9d [RISCV] Pseudo instructions are isCodeGenOnly, have blank asmstr
new 6eaf72c [RISCV] Fix RV32 datalayout string and ensure initAsmInfo is called
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/RISCV/RISCVTargetMachine.cpp | 6 ++++--
1 file changed, 4 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 llvm.
from 8caea98 Add release notes for the AVR backend
new 8c146d6 [ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGenerator
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/LTO/legacy/ThinLTOCodeGenerator.h | 19 +++++++++++++++-
lib/LTO/ThinLTOCodeGenerator.cpp | 31 ++++++++++++++------------
2 files changed, 35 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.