This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4e0c4fb9c15 AMDGPU: Fix not accounting for tail call resource usage
new 9e6f849b2e2 AMDGPU: Cleanup/refactor SIMemoryLegalizer [3]:
new 8c5b337a87c [X86] Remove unnecessary (v4f32 (X86vzmovl (v4f32 (scalar_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/AMDGPU/SIMemoryLegalizer.cpp | 300 +++++++++++++++++---------------
lib/Target/X86/X86InstrAVX512.td | 4 -
lib/Target/X86/X86InstrSSE.td | 6 -
test/CodeGen/X86/vec_ss_load_fold.ll | 8 +-
4 files changed, 161 insertions(+), 157 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 lldb.
from 25f826daa [ABI] Rewrite RegisterIsCalleeSaved.
new ba23b4162 Fix DW_FORM_strp parsing
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:
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 9c369c6f9c6 X86 Tests: Adding missing AVX512 fptoui coverage tests. NFC.
new 4e0c4fb9c15 AMDGPU: Fix not accounting for tail call resource usage
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 | 3 ++-
test/CodeGen/AMDGPU/sibling-call.ll | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 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 llvm.
from 4b93e638e5a [PPC][NFC] Renaming things with 'xxinsert' moniker to 'veci [...]
new 9c369c6f9c6 X86 Tests: Adding missing AVX512 fptoui coverage tests. 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:
test/CodeGen/X86/avx512-cvt.ll | 231 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 231 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 binutils-gdb.
from 5eb5f85062 Don't use -fdiagnostics-color=never for rustc
new 8b43e45688 x86-64: Improve GOTPCREL relocation conversion
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:
bfd/ChangeLog | 11 +++
bfd/elf64-x86-64.c | 132 +++++++-----------------------------
bfd/elfxx-x86.h | 5 ++
ld/ChangeLog | 5 ++
ld/testsuite/ld-x86-64/pr19609-4e.d | 4 +-
ld/testsuite/ld-x86-64/pr19609-6a.d | 2 +-
6 files changed, 49 insertions(+), 110 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 5de618f7e2 [Preprocessor] Correct internal token parsing of newline cha [...]
new 33dbcd3dd4 [NFC] Loop modernization in diagtool
new 9a30feb06e [diagtool] Change default tree behavior to print only flags
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/Misc/warning-flags-tree.c | 11 +++----
tools/diagtool/DiagnosticNames.cpp | 10 ++++++
tools/diagtool/DiagnosticNames.h | 6 ++--
tools/diagtool/ListWarnings.cpp | 56 ++++++++++++++------------------
tools/diagtool/ShowEnabledWarnings.cpp | 24 ++++++--------
tools/diagtool/TreeView.cpp | 59 ++++++++++++++++++++--------------
6 files changed, 89 insertions(+), 77 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 035520018aa [AVX512] Remove patterns for (v8f32 (X86vzmovl (insert_subv [...]
new a155485803e Split opt-remark YAML and opt output testing on this test
new 4b93e638e5a [PPC][NFC] Renaming things with 'xxinsert' moniker to 'veci [...]
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/PowerPC/PPCISelLowering.cpp | 8 ++++----
lib/Target/PowerPC/PPCISelLowering.h | 6 +++---
lib/Target/PowerPC/PPCInstrInfo.td | 2 +-
lib/Target/PowerPC/PPCInstrVSX.td | 2 +-
test/Transforms/GVN/opt-remarks.ll | 7 +++++--
5 files changed, 14 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 binutils-gdb.
from ae780a21f2 Test different follow-exec-mode settings in gdb.multi/multi- [...]
new 5eb5f85062 Don't use -fdiagnostics-color=never for rustc
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 7 ++++++-
2 files changed, 11 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 llvm.
from f9ab88e18d3 AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [2]:
new 035520018aa [AVX512] Remove patterns for (v8f32 (X86vzmovl (insert_subv [...]
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 | 8 --------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 1 +
2 files changed, 1 insertion(+), 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 clang.
from 2cd2237a04 [clang-format] Fix lines=all case in clang-format.py
new 5de618f7e2 [Preprocessor] Correct internal token parsing of newline cha [...]
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/Lex/Lexer.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.