This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f958f31ecfd AMDGPU: Start adding global_* instructions
new 864e349715f [cmake] Add support for using the standalone leaks sanitize [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 3 +++
1 file changed, 3 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 c7c608fe5e6 [GISel]: Add G_FMA opcode for fused multiply adds
new e6694043571 [GISel]: NFC. Add comment to G_FMA opcode as requested in rL305824
new f958f31ecfd AMDGPU: Start adding global_* instructions
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/Target/GenericOpcodes.td | 1 +
lib/Target/AMDGPU/AMDGPU.td | 6 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 15 ++++
lib/Target/AMDGPU/FLATInstructions.td | 70 ++++++++++++++++-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 15 ++++
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 4 +
lib/Target/AMDGPU/SIInstrInfo.td | 2 +-
test/MC/AMDGPU/flat-global.s | 87 ++++++++++++++++++++++
8 files changed, 194 insertions(+), 6 deletions(-)
create mode 100644 test/MC/AMDGPU/flat-global.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 gcc.
from 6e9c5c48a7b * gcc.target/i386/pr80732.c: Include fma4-check.h. (main) [...]
new 60f78312067 * ira-costs.c (find_costs_and_classes): Initialize cost_cl [...]
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/ChangeLog | 5 +++++
gcc/ira-costs.c | 4 +++-
2 files changed, 8 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 5516bd13875 AMDGPU: Do operand folding in program order
new c7c608fe5e6 [GISel]: Add G_FMA opcode for fused multiply adds
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/Target/GenericOpcodes.td | 8 ++++++++
include/llvm/Target/TargetOpcodes.def | 3 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +++++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 12 ++++++++++++
4 files changed, 30 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 compiler-rt.
from 9cbbe014c [asan] Fix android setup script to overwrite the symlink.
new 4f2195f82 [ASan] Disable allocator_oom_test.cc on s390
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/asan/TestCases/Linux/allocator_oom_test.cc | 3 +++
1 file changed, 3 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 lld.
from 7784b8757 [PDB] Don't emit debug info associated with dead chunks
new b36b94180 Fix argument numbersing in OPTION macro
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:
COFF/DriverUtils.cpp | 6 +++---
ELF/DriverUtils.cpp | 6 +++---
2 files changed, 6 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 da8a3140d64 gcc/ChangeLog:
new 6e9c5c48a7b * gcc.target/i386/pr80732.c: Include fma4-check.h. (main) [...]
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/i386/pr80732.c | 7 ++++---
2 files changed, 10 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 llvm.
from 0cc137e0510 RegisterScavenging: Followup to r305625
new d6d2feb9a74 Remove diff pedantic mode.
new 6ebce80ed17 [PDB] Don't write uninitialized bytes to a PDB file.
new 5516bd13875 AMDGPU: Do operand folding in program order
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.
Summary of changes:
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 1 +
lib/Target/AMDGPU/SIFoldOperands.cpp | 8 +-
test/CodeGen/AMDGPU/fold-operands-order.mir | 47 ++++
tools/llvm-pdbutil/Diff.cpp | 273 +++++++--------------
tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 -
tools/llvm-pdbutil/llvm-pdbutil.h | 4 -
7 files changed, 144 insertions(+), 196 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fold-operands-order.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 clang.
from c35b73c765 Fix for Bug 33471: Preventing operator auto from resolving t [...]
new 6e3f80de39 [AArch64] ADD ARMv.2-A FP16 vector intrinsics
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/Basic/arm_neon.td | 185 +++
lib/Basic/Targets.cpp | 10 +
lib/CodeGen/CGBuiltin.cpp | 183 ++-
lib/CodeGen/CodeGenModule.cpp | 1 +
lib/CodeGen/CodeGenTypeCache.h | 2 +-
test/CodeGen/aarch64-neon-intrinsics.c | 230 ++--
test/CodeGen/aarch64-neon-ldst-one.c | 228 ++--
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1633 ++++++++++++++++++++++++++
test/CodeGen/arm_neon_intrinsics.c | 240 ++--
utils/TableGen/NeonEmitter.cpp | 6 +-
10 files changed, 2355 insertions(+), 363 deletions(-)
create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.