This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4c45970 [Frontend] The macro that describes the Objective-C bool type [...]
new 4716734 Fix actually-reachable llvm_unreachable.
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/AST/ItaniumMangle.cpp | 3 +--
test/CodeGenCXX/mangle.cpp | 11 +++++++++++
2 files changed, 12 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 cfdef7c ARM: tLDR_postidx should be marked mayLoad
new 27f0bb5 [SLP] Initial test for fix of PR31690.
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:
.../SLPVectorizer/X86/horizontal-list.ll | 203 +++++++++++++++++++++
1 file changed, 203 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 llvm.
from 116ba1a [InstCombine][X86] Add MULDQ/MULUDQ undef handling
new cfdef7c ARM: tLDR_postidx should be marked mayLoad
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/ARM/ARMInstrThumb.td | 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 compiler-rt.
from 212ca9b [lit] Limit parallelism of sanitizer tests on Darwin [compile [...]
new 3c3e150 [scudo] Replacing std::atomic with Sanitizer's atomics
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/scudo/scudo_allocator.cpp | 16 +++++++---------
lib/scudo/scudo_allocator.h | 4 +---
test/scudo/interface.cpp | 2 +-
test/scudo/lit.cfg | 2 --
test/scudo/malloc.cpp | 2 +-
test/scudo/realloc.cpp | 2 +-
6 files changed, 11 insertions(+), 17 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 4a8de03 [SLP] A new test for horizontal vectorization for non-power-o [...]
new 116ba1a [InstCombine][X86] Add MULDQ/MULUDQ undef handling
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/InstCombineCalls.cpp | 15 +++++
.../InstCombine/InstCombineSimplifyDemanded.cpp | 6 ++
test/Transforms/InstCombine/x86-muldq.ll | 72 ++++++++++++++++++----
3 files changed, 81 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 lld.
from cd11f81 [ELF] Cleanup createThunks() NFC.
new d546427 Simplify. 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/Writer.cpp | 7 +------
1 file changed, 1 insertion(+), 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 release_40
in repository lld.
from 83a83a5 Port r291944.
new cedbd83 Port r292228.
new 9cac57a Port 292512.
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:
ELF/SymbolTable.cpp | 8 ++++----
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 6 +++---
ELF/Symbols.h | 1 +
ELF/SyntheticSections.cpp | 4 ++--
ELF/Writer.cpp | 4 ++--
test/ELF/Inputs/resolution-end.s | 2 ++
test/ELF/resolution-end.s | 39 +++++++++++++++++++++++++++++++++++++++
8 files changed, 54 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/Inputs/resolution-end.s
create mode 100644 test/ELF/resolution-end.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 llvm.
from eb2c5a9 [mips] Fix debug information for __thread variable
new 37d2d7a AArch64LoadStoreOptimizer: Update kill flags when merging stores
new 4a8de03 [SLP] A new test for horizontal vectorization for non-power-o [...]
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:
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 25 +-
test/CodeGen/AArch64/ldst-opt-dbg-limit.mir | 133 ----------
test/CodeGen/AArch64/ldst-opt.mir | 132 ++++++++++
.../SLPVectorizer/X86/horizontal-list.ll | 290 +++++++++++++++++++++
4 files changed, 445 insertions(+), 135 deletions(-)
delete mode 100644 test/CodeGen/AArch64/ldst-opt-dbg-limit.mir
create mode 100644 test/CodeGen/AArch64/ldst-opt.mir
--
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 0e0a424 [RegisterCoalescing] Recommit the patch "Remove partial redun [...]
new 68c521d [AMDGPU] Fix some Clang-tidy modernize and Include What You U [...]
new eb2c5a9 [mips] Fix debug information for __thread variable
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/CodeGen/AsmPrinter.h | 6 ++
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +++
lib/CodeGen/AsmPrinter/DIE.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 93 +++++++++-------------
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 40 ++++++----
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 68 +++++++++++-----
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 62 +++++++++------
lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp | 15 +++-
lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 22 +++--
lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 29 ++++---
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 48 ++++++-----
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 34 +++++---
lib/Target/AMDGPU/R600InstrInfo.cpp | 56 ++++++++-----
lib/Target/AMDGPU/SILowerControlFlow.cpp | 33 ++++----
lib/Target/Mips/MipsAsmPrinter.cpp | 16 ++++
lib/Target/Mips/MipsAsmPrinter.h | 1 +
lib/Target/Mips/MipsTargetObjectFile.cpp | 8 ++
lib/Target/Mips/MipsTargetObjectFile.h | 2 +
test/DebugInfo/Mips/tls.ll | 22 +++++
19 files changed, 365 insertions(+), 201 deletions(-)
create mode 100644 test/DebugInfo/Mips/tls.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 gcc.
from 10ce8d1 Support unsigned __int20 in checks for size_t mangling
new 6f0a524 PR c++/78495 - wrong code inherited ctor and invisi-ref parm [...]
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:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/cp-gimplify.c | 10 +---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/inh-ctor38.C | 31 +++++++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inh-ctor38.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.