This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fb7e70c44e2 [ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
new 351eabaab70 [AMDGPU][MC][GFX9] Enable inline constants for SDWA operands
new a520636d371 [AMDGPU] add LDS f32 intrinsics
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/IR/IntrinsicsAMDGPU.td | 15 ++
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 +
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 3 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 28 ++-
lib/Target/AMDGPU/DSInstructions.td | 5 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 13 +-
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 23 +-
lib/Target/AMDGPU/SIDefines.h | 1 -
lib/Target/AMDGPU/SIISelLowering.cpp | 42 +++-
lib/Target/AMDGPU/SIInstrInfo.td | 151 +++++++-----
lib/Transforms/Scalar/InferAddressSpaces.cpp | 8 +-
test/CodeGen/AMDGPU/lds_atomic_f32.ll | 69 ++++++
test/MC/AMDGPU/vop_sdwa.s | 269 +++++++++++++++++++--
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 100 ++++++++
16 files changed, 642 insertions(+), 96 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/lds_atomic_f32.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 release_60
in repository llvm.
from 5b475f791b1 Merging r322056: ------------------------------------------ [...]
new 29a8dcdf238 Merging r322623: ------------------------------------------ [...]
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/AsmParser/X86AsmParser.cpp | 7 ++++++
test/CodeGen/X86/inline-asm-A-constraint.ll | 3 ++-
test/MC/X86/x86-64.s | 38 ++++++++++++++++++++++++++++-
3 files changed, 46 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 lldb.
from 2f50a9759 Remove the hardcoded macos deployment targets altogether from [...]
new 015238b52 Simplify some LogTest tests
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/Utility/LogTest.cpp | 168 ++++++++++++++++++++++--------------------
1 file changed, 90 insertions(+), 78 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 ff0713783e7 * gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit [...]
new d81501ce3d8 * gcc.target/visium/overflow8.c: Pass -fno-if-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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/visium/overflow16.c | 2 +-
gcc/testsuite/gcc.target/visium/overflow32.c | 2 +-
gcc/testsuite/gcc.target/visium/overflow8.c | 2 +-
4 files changed, 9 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 release_60
in repository llvm.
from 021dab288d3 ReleaseNotes: add Zig to External Open Source Projects
new 5b475f791b1 Merging r322056: ------------------------------------------ [...]
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/CodeGenPrepare.cpp | 7 ++++++-
.../CodeGenPrepare/X86/sink-addrmode-select.ll | 19 +++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/CodeGenPrepare/X86/sink-addrmode-select.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 llvm.
from 538e75cb32e [X86] Don't mutate shuffle arguments after early-out for AVX512
new 6adafb6098c [Transforms] Support making mutable versions of new-format [...]
new fb7e70c44e2 [ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
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/IR/MDBuilder.h | 4 ++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 47 +++++++++++++
lib/IR/MDBuilder.cpp | 27 ++++++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 12 ++++
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 18 +----
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 79 ++++++++++++++++++++++
.../RewriteStatepointsForGC/deref-pointers.ll | 31 +++++++--
7 files changed, 195 insertions(+), 23 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_60
in repository clang.
from 06686ae9ac Merging r322350, r322405, r322420, r322593:
new acedccff1d Merging r322236: ------------------------------------------- [...]
new 27eb4d05f0 Merging r322390: ------------------------------------------- [...]
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/Lex/Lexer.cpp | 19 +++++++++++--------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 ++-
test/CodeGenCXX/cxx1z-inline-variables.cpp | 8 ++++++++
test/Lexer/null-character-in-literal.c | Bin 0 -> 917 bytes
test/SemaTemplate/cxx17-inline-variables.cpp | 11 +++++++++++
unittests/Lex/LexerTest.cpp | 2 ++
6 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 test/Lexer/null-character-in-literal.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 clang.
from 6abf9f94c5 [clang-format] Reorganize RawStringFormat based on language
new 614f5c2b1b [clang-cl] Let /FA output use intel assembly.
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/Driver/ToolChains/Clang.cpp | 3 +++
test/Driver/masm.c | 2 ++
2 files changed, 5 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 glibc.
from 207a72e298 x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]
new 1eeddc5854 Fix backtrace for hppa (bug 22719).
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:
ChangeLog | 5 +++++
sysdeps/{aarch64 => hppa}/backtrace.c | 0
2 files changed, 5 insertions(+)
copy sysdeps/{aarch64 => hppa}/backtrace.c (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 release_60
in repository lld.
from 6cc9259cc Merging r322259: -------------------------------------------- [...]
new 7c70cf204 Merging r322041: -------------------------------------------- [...]
new 1350cd6d5 Merging r322264: -------------------------------------------- [...]
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/SyntheticSections.cpp | 4 +---
ELF/Writer.cpp | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.