This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb91947 [AMDGPU] Bump up n_type for metadata v2
new db632c7 MemorySSA: Link all defs together into an intrusive defslist, [...]
new 2bdf358 DebugInfo: remove unused parameter from function. NFC.
new 319afdc GlobalISel: rework getOrCreateVReg to avoid double lookup. NFC.
new d1752d7 SDag: fix how initial loads are formed when splitting vector ops.
The 4 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/Transforms/Utils/MemorySSA.h | 88 ++++++++++--
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 4 +-
lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 40 +++---
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 5 +-
lib/Transforms/Utils/MemorySSA.cpp | 166 ++++++++++++++++++-----
test/CodeGen/ARM/vector-load.ll | 10 ++
unittests/Transforms/Utils/MemorySSA.cpp | 2 +
8 files changed, 248 insertions(+), 69 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 02be3f3 [cmake] Fix -rpath-link in stand-alone build
new 09f33e1 Make this test more strict.
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/retain-symbols-file.s | 33 +++++++++++++++++++++++++++------
1 file changed, 27 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 gcc.
from f522812 gcc/testsuite * gcc.dg/vect/vect-24.c: Remove xfail on ARM [...]
new ff45b47 PR c++/77914 * parser.c (cp_parser_lambda_declarator_opt): [...]
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 | 6 ++++++
gcc/cp/parser.c | 3 +++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-77914.C | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep.C | 3 ++-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-mixed.C | 1 +
gcc/testsuite/g++.dg/cpp1y/lambda-generic-x.C | 9 +++++----
gcc/testsuite/g++.dg/cpp1y/pr59636.C | 1 +
gcc/testsuite/g++.dg/cpp1y/pr60190.C | 1 +
9 files changed, 40 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-77914.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 d1c6dad AMDGPU: Set call_convention bit in kernel_code_t
new eb91947 [AMDGPU] Bump up n_type for metadata v2
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/AMDGPUPTNote.h | 5 ++++-
tools/llvm-readobj/ELFDumper.cpp | 2 +-
2 files changed, 5 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 d40c764 Add iterator_range<regclass_iterator> to {Target,MC}RegisterI [...]
new 80b96e2 [XRay][AArch64] More staging for tail call support in XRay on [...]
new d1c6dad AMDGPU: Set call_convention bit in kernel_code_t
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/AArch64InstrInfo.cpp | 11 +++++
lib/Target/AArch64/AArch64InstrInfo.h | 2 +
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 5 +++
test/CodeGen/AArch64/xray-tail-call-sled.ll | 69 +++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/hsa.ll | 2 +
test/MC/AMDGPU/hsa-exp.s | 2 +-
test/MC/AMDGPU/hsa.s | 2 +-
7 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/xray-tail-call-sled.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 compiler-rt.
from fc41cbd [scudo] Enabling AArch64 support for Scudo
new e9d7619 [XRay][AArch64] More staging for tail call support in XRay AA [...]
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/xray/xray_AArch64.cc | 4 +--
lib/xray/xray_trampoline_AArch64.S | 51 ++++++++++++++++++++++++++++++++++++++
2 files changed, 52 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 libcxx.
from 8a032c5 [libcxx] Mentions "targeting C++11 and above" instead of "tar [...]
new 19cd3fd Fixed a typo in the synopsis (noecept -> noexcept). Thanks to [...]
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/future | 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 lld.
from d133306 [ELF] - Implemented support for R_386_PC8/R_386_8 relocations.
new 02be3f3 [cmake] Fix -rpath-link in stand-alone build
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:
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 users/palves/ui_file_v3
in repository binutils-gdb.
at dd57ff7 Move tee building down to set_logging
This branch includes the following new commits:
new fca93da Eliminate make_cleanup_ui_file_delete / make ui_file a class [...]
new 448e579 Fix "-gdb-set logging redirect on" crash
new dd57ff7 Move tee building down to set_logging
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.
--
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 1a40f3b [SLP] Extra test for functionality with extra args.
new d40c764 Add iterator_range<regclass_iterator> to {Target,MC}RegisterI [...]
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/MCRegisterInfo.h | 3 +++
include/llvm/Target/TargetRegisterInfo.h | 3 +++
lib/CodeGen/RegisterClassInfo.cpp | 9 ++++-----
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | 15 ++++-----------
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 9 +++------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 5 +----
lib/CodeGen/TargetRegisterInfo.cpp | 10 ++++------
lib/Target/Hexagon/HexagonBlockRanges.cpp | 3 +--
8 files changed, 23 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.