This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5bfb1b8 [AArch64] Register passes so they can be run by llc
new 5c02c44 [mips] Clang generates unaligned offset for MSA instruction s [...]
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/Mips/MipsISelDAGToDAG.cpp | 22 +-
lib/Target/Mips/MipsISelDAGToDAG.h | 13 +-
lib/Target/Mips/MipsInstrInfo.td | 8 +-
lib/Target/Mips/MipsMSAInstrInfo.td | 36 +--
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 74 ++++--
lib/Target/Mips/MipsSEISelDAGToDAG.h | 19 +-
test/CodeGen/Mips/msa/i5_ld_st.ll | 414 +++++++++++++++++++++++++++++++++
7 files changed, 537 insertions(+), 49 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 b9a7f22 [AVX512] Replace scalar fp arithmetic intrinsics with native [...]
new 87efa54 [AVX-512] Teach X86InstrInfo::getLargestLegalSuperClass to in [...]
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/X86RegisterInfo.cpp | 30 +++++++++--
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 72 +++++++++++++--------------
2 files changed, 62 insertions(+), 40 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 04c0c68 Revert r277313 and r277314.
new 8b3212e [X86] Move mask register handling into the main switch of get [...]
new e0f68ac [AVX-512] Use FR32X/FR64X/VR128X/VR256X register classes in a [...]
new b9a7f22 [AVX512] Replace scalar fp arithmetic intrinsics with native [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 45 ++++++++++++-------
lib/Target/X86/X86InstrInfo.cpp | 28 +++---------
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 64 +++++++++++++++++----------
3 files changed, 76 insertions(+), 61 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 fa714f9 Move this test to x86-specific directory.
new 04c0c68 Revert r277313 and r277314.
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/Analysis/BlockFrequencyInfo.h | 5 -
include/llvm/Analysis/BlockFrequencyInfoImpl.h | 6 -
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 1 -
include/llvm/Transforms/Utils/CodeExtractor.h | 24 +---
lib/Analysis/BlockFrequencyInfo.cpp | 7 --
lib/Analysis/BlockFrequencyInfoImpl.cpp | 8 +-
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 -
lib/Transforms/IPO/PartialInlining.cpp | 39 +------
lib/Transforms/Utils/CodeExtractor.cpp | 126 +++------------------
.../CodeExtractor/ExtractedFnEntryCount.ll | 33 ------
.../CodeExtractor/MultipleExitBranchProb.ll | 34 ------
11 files changed, 27 insertions(+), 262 deletions(-)
delete mode 100644 test/Transforms/CodeExtractor/ExtractedFnEntryCount.ll
delete mode 100644 test/Transforms/CodeExtractor/MultipleExitBranchProb.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 837f6c0 Add the tests for r277313
new 980a4b4 Fix - CodeExtractor : Inherit Target Dependent Attributes fro [...]
new fa714f9 Move this test to x86-specific directory.
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/Transforms/Utils/CodeExtractor.cpp | 17 ++++++++-
.../CodeExtractor/X86/InheritTargetAttributes.ll | 40 ++++++++++++++++++++++
.../CodeExtractor}/X86/lit.local.cfg | 0
3 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
copy test/{Analysis/CostModel => Transforms/CodeExtractor}/X86/lit.local.cfg (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 master
in repository llvm.
from 0f7cbe1 CodeExtractor : Add ability to preserve profile data.
new 837f6c0 Add the tests for r277313
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:
.../CodeExtractor/ExtractedFnEntryCount.ll | 33 +++++++++++++++++++++
.../CodeExtractor/MultipleExitBranchProb.ll | 34 ++++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 test/Transforms/CodeExtractor/ExtractedFnEntryCount.ll
create mode 100644 test/Transforms/CodeExtractor/MultipleExitBranchProb.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 91f112f [X86][SSE] Regenerate frem tests
new 0f7cbe1 CodeExtractor : Add ability to preserve profile data.
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/Analysis/BlockFrequencyInfo.h | 5 +
include/llvm/Analysis/BlockFrequencyInfoImpl.h | 6 ++
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 1 +
include/llvm/Transforms/Utils/CodeExtractor.h | 24 ++++-
lib/Analysis/BlockFrequencyInfo.cpp | 7 ++
lib/Analysis/BlockFrequencyInfoImpl.cpp | 8 +-
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 ++
lib/Transforms/IPO/PartialInlining.cpp | 39 +++++--
lib/Transforms/Utils/CodeExtractor.cpp | 126 ++++++++++++++++++++---
9 files changed, 195 insertions(+), 27 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 compiler-rt.
from c4a8d5b Fix ASan alloca_constant_size.cc test on FreeBSD.
new df1cd1f Fix a bug in lit var def: remove extra space
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/profile/lit.cfg | 4 ++--
1 file changed, 2 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 gcc.
from 007b7ac Change std::conditional test to compile-only
new d46bd8d Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.