This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07010a7 [CostModel][X86] Added some AVX512 and 512-bit vector cost tests
new 2c69b18 GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
new 8c28aa1 [PM] Re-instate r279227 and r279228 with a fix to the way the [...]
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/GlobalISel/MachineIRBuilder.h | 34 ++++---
include/llvm/IR/IRPrintingPasses.h | 2 +-
include/llvm/IR/PassManager.h | 103 +++++++++++++--------
include/llvm/IR/PassManagerInternal.h | 37 +++++---
lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 37 +++++---
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 17 +++-
lib/Passes/PassBuilder.cpp | 15 +--
.../AArch64/GlobalISel/arm64-irtranslator.ll | 16 ++--
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 24 ++---
unittests/IR/PassManagerTest.cpp | 57 ++++++++++++
11 files changed, 237 insertions(+), 113 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 6676639 Fix 32-bit builds after r279232
new 6531472 [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
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 +
cmake/modules/AddLLDB.cmake | 5 +----
2 files changed, 2 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 8def210 Revert "IfConversion: Rescan diamonds."
new 07010a7 [CostModel][X86] Added some AVX512 and 512-bit vector cost 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:
test/Analysis/CostModel/X86/arith.ll | 129 +++++++++++++++++++++++++++++++++++
1 file changed, 129 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 59d0f6c GlobalISel: allow extractvalue to extract an aggregate.
new a242cdc Revert "CodeGen: If Convert blocks that would form a diamond [...]
new 8def210 Revert "IfConversion: Rescan diamonds."
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/CodeGen/IfConversion.cpp | 438 ++++-----------------
.../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 --
test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 +--
3 files changed, 78 insertions(+), 443 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.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 4ef1afc [Hexagon] Fixes for new-value jump formation
new 59d0f6c GlobalISel: allow extractvalue to extract an aggregate.
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/IRTranslator.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++
2 files changed, 12 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 vehre/coarray
in repository gcc.
from 8ff0320 Merge branch 'trunk' into vehre/coarray
new 4a0c184 Removing commented code.
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/fortran/gfortran.h | 2 -
gcc/fortran/gfortran.texi | 186 +++++++----------------------
gcc/fortran/symbol.c | 36 ------
gcc/fortran/trans-decl.c | 6 +-
gcc/fortran/trans-intrinsic.c | 31 +++--
libgfortran/caf/libcaf.h | 3 +-
libgfortran/caf/single.c | 268 ++++--------------------------------------
libgfortran/libgfortran.h | 2 -
8 files changed, 93 insertions(+), 441 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 82c85ab Implement C _FloatN, _FloatNx types.
new cd452c4 PR target/77270 * config/i386/i386.c (ix86_option_override_ [...]
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 | 11 +++++++++++
gcc/config/i386/i386.c | 50 +++++++++++++++++++++++--------------------------
gcc/config/i386/i386.md | 31 +++++++++++++++++++++++-------
3 files changed, 58 insertions(+), 34 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 8d29e44 GlobalISel: support translation of extractvalue instructions.
new 4ef1afc [Hexagon] Fixes for new-value jump formation
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/Hexagon/HexagonNewValueJump.cpp | 41 ++++++++++++++-----
test/CodeGen/Hexagon/newvalueSameReg.ll | 63 ++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/Hexagon/newvalueSameReg.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 binutils-gdb.
from 03bcd73 [AArch64] Match instruction "STP with base register" in prologue
new 20c2c02 Fix missing files for ld when test suite not compiled in the [...]
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 | 11 +++++++++++
gdb/testsuite/gdb.arch/altivec-abi.exp | 14 +++++++-------
gdb/testsuite/gdb.arch/altivec-regs.exp | 4 +---
gdb/testsuite/gdb.arch/powerpc-d128-regs.exp | 4 +---
gdb/testsuite/gdb.arch/ppc-dfp.exp | 4 +---
gdb/testsuite/gdb.arch/ppc-fp.exp | 4 +---
gdb/testsuite/gdb.arch/vsx-regs.exp | 4 +---
7 files changed, 23 insertions(+), 22 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 50fbf50 [CostModel][X86] Add fdiv + frem cost tests
new 8d29e44 GlobalISel: support translation of extractvalue instructions.
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/GlobalISel/IRTranslator.h | 3 ++-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 +++++++++++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 2 +-
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++
6 files changed, 37 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.