This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea64a9b812c [CodeView] Move CodeView YAML code to ObjectYAML.
new cb10528d9ea Try to fix build.
new 3fd4db31a78 MIR: update test for noVRegs removal.
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/ObjectYAML/CodeViewYAML.cpp | 38 +++++++++++++++++++++++----------
test/CodeGen/AMDGPU/sdwa-scalar-ops.mir | 2 --
2 files changed, 27 insertions(+), 13 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 d8865a073a8 gcc/testsuite/ChangeLog: PR c/80731 * g++.dg/ext/utf16-4. [...]
new a9238a57cd0 Test if host compiler supports -std=c++11 in ms-sysv.exp
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 | 7 +++++
.../gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp | 36 ++++++++++++++++++++--
2 files changed, 40 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 837e2e977f4 MIR: remove explicit "noVRegs" property.
new 7d0dde023f8 TargetPassConfig: Keep a reference to an LLVMTargetMachine; 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:
include/llvm/CodeGen/TargetPassConfig.h | 6 +++---
lib/CodeGen/TargetPassConfig.cpp | 10 +++++-----
lib/Target/AArch64/AArch64TargetMachine.cpp | 6 +++---
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 +++++-----
lib/Target/ARM/ARMTargetMachine.cpp | 4 ++--
lib/Target/AVR/AVRTargetMachine.cpp | 4 ++--
lib/Target/BPF/BPFTargetMachine.cpp | 4 ++--
lib/Target/Hexagon/HexagonTargetMachine.cpp | 4 ++--
lib/Target/Lanai/LanaiTargetMachine.cpp | 4 ++--
lib/Target/MSP430/MSP430TargetMachine.cpp | 4 ++--
lib/Target/Mips/MipsTargetMachine.cpp | 4 ++--
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 4 ++--
lib/Target/PowerPC/PPCTargetMachine.cpp | 4 ++--
lib/Target/RISCV/RISCVTargetMachine.cpp | 2 +-
lib/Target/Sparc/SparcTargetMachine.cpp | 4 ++--
lib/Target/SystemZ/SystemZTargetMachine.cpp | 4 ++--
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | 4 ++--
lib/Target/X86/X86TargetMachine.cpp | 4 ++--
lib/Target/XCore/XCoreTargetMachine.cpp | 4 ++--
19 files changed, 45 insertions(+), 45 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 c11227a50a9 PR c++/80856 - ICE with local extern in template
new d8865a073a8 gcc/testsuite/ChangeLog: PR c/80731 * g++.dg/ext/utf16-4. [...]
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/g++.dg/ext/utf16-4.C | 2 +-
gcc/testsuite/gcc.dg/fixed-point/int-warning.c | 24 ++++++++++++------------
3 files changed, 19 insertions(+), 13 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 c832920d4b9 [Localizer] Don't trick to be smart for the insertion point
new cbd4ff93102 [PartialInlining] Shrinkwrap allocas with live range contai [...]
new 837e2e977f4 MIR: remove explicit "noVRegs" property.
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/MIRYamlMapping.h | 2 -
include/llvm/Transforms/Utils/CodeExtractor.h | 13 +++-
lib/CodeGen/MIRParser/MIRParser.cpp | 2 -
lib/CodeGen/MIRPrinter.cpp | 2 -
lib/Transforms/Utils/CodeExtractor.cpp | 83 ++++++++++++++++++++--
test/CodeGen/AArch64/GlobalISel/select-pr32733.mir | 1 -
test/CodeGen/AMDGPU/merge-m0.mir | 1 -
test/CodeGen/ARM/v6-jumptable-clobber.mir | 2 -
test/CodeGen/Mips/compactbranches/empty-block.mir | 1 -
test/CodeGen/Thumb2/tbb-removeadd.mir | 1 -
test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 1 -
test/DebugInfo/MIR/X86/empty-inline.mir | 1 -
.../CodeExtractor/PartialInlineAlloca.ll | 68 ++++++++++++++++++
.../CodeExtractor/PartialInlineAlloca2.ll | 65 +++++++++++++++++
.../CodeExtractor/PartialInlineAlloca4.ll | 67 +++++++++++++++++
.../CodeExtractor/PartialInlineAlloca5.ll | 67 +++++++++++++++++
16 files changed, 355 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca2.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca4.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca5.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 4d1eda3ac6f C++ template type diff printing
new c11227a50a9 PR c++/80856 - ICE with local extern in template
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/semantics.c | 12 +++++++++++-
gcc/testsuite/g++.dg/template/local-fn2.C | 21 +++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/local-fn2.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 release_40
in repository llvm.
from 8f89f7255e2 Merging r302183:
new f3d3277bb71 Merging r298179:
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/CodeGen/FastISel.h | 41 ++++++++++++++++
include/llvm/IR/Module.h | 4 ++
include/llvm/Target/TargetLowering.h | 20 +++++++-
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 60 ++++++++++++++---------
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 7 +--
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 9 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ++++++------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +++---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 +++--
lib/IR/Module.cpp | 8 +++
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +-
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 10 ++--
lib/Target/ARM/ARMISelLowering.cpp | 6 +--
lib/Target/ARM/ARMSelectionDAGInfo.cpp | 10 ++--
lib/Target/AVR/AVRISelLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 11 +++--
lib/Target/Mips/MipsISelLowering.cpp | 5 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 7 ++-
lib/Target/X86/X86ISelLowering.cpp | 48 +++++++++++++++---
lib/Target/X86/X86ISelLowering.h | 3 ++
lib/Target/X86/X86SelectionDAGInfo.cpp | 10 ++--
lib/Target/XCore/XCoreISelLowering.cpp | 2 +-
lib/Target/XCore/XCoreSelectionDAGInfo.cpp | 10 ++--
test/CodeGen/X86/regparm.ll | 48 ++++++++++++++++++
25 files changed, 285 insertions(+), 102 deletions(-)
create mode 100644 test/CodeGen/X86/regparm.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 a7be02e4577 [llvm-config] Fix cflags test looking for "warning"
new c832920d4b9 [Localizer] Don't trick to be smart for the insertion point
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/GlobalISel/Localizer.cpp | 10 +++---
test/CodeGen/AArch64/GlobalISel/localizer.mir | 49 +++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.