This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 29ad49285 [Command] Simplify the code and make it less error prone. NFCI.
new f47961e90 [debugserver] Remove dead function call. 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:
tools/debugserver/source/RNBRemote.cpp | 3 ---
1 file changed, 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 c6388fd9c7e [LV] Introduce TTI::getMinimumVF
new f5fe7853a06 Revert r329956, "AArch64: Introduce a DAG combine for foldi [...]
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/AArch64/AArch64ISelDAGToDAG.cpp | 18 ++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 65 ++---------
test/CodeGen/AArch64/arm64-addrmode.ll | 31 ++---
test/CodeGen/AArch64/arm64-vector-ldst.ll | 129 +++++++--------------
test/CodeGen/AArch64/fold-global-offsets.ll | 59 ----------
test/CodeGen/AArch64/global-merge-3.ll | 4 +-
.../global-merge-ignore-single-use-minsize.ll | 11 +-
.../AArch64/global-merge-ignore-single-use.ll | 6 +-
8 files changed, 83 insertions(+), 240 deletions(-)
delete mode 100644 test/CodeGen/AArch64/fold-global-offsets.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 clang.
from 87460c837c hwasan: add -fsanitize=kernel-hwaddress flag
new b11c48d176 [Analyzer] Fix for SValBuilder expressions rearrangement
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/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 ++
test/Analysis/svalbuilder-rearrange-comparisons.c | 5 +++++
2 files changed, 7 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 a1a50c559e5 [DebugInfo] Change std::sort to llvm::sort in response to r327219
new c6388fd9c7e [LV] Introduce TTI::getMinimumVF
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/TargetTransformInfo.h | 9 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 4 +
lib/Target/Hexagon/HexagonTargetTransformInfo.h | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +
.../LoopVectorize}/Hexagon/lit.local.cfg | 0
.../Transforms/LoopVectorize/Hexagon/minimum-vf.ll | 173 +++++++++++++++++++++
8 files changed, 200 insertions(+)
copy test/{CodeGen/MIR => Transforms/LoopVectorize}/Hexagon/lit.local.cfg (100%)
create mode 100644 test/Transforms/LoopVectorize/Hexagon/minimum-vf.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 48dcb21f365 PR rtl-optimization/85376 * simplify-rtx.c (simplify_cons [...]
new 12ef5aa2e5c PR rtl-optimization/85393 * except.h (expand_dw2_landing_ [...]
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 | 8 ++++++++
gcc/bb-reorder.c | 22 +++++++++-------------
gcc/except.c | 2 +-
gcc/except.h | 1 -
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/opt/pr85393-aux.cc | 5 +++++
gcc/testsuite/g++.dg/opt/pr85393.C | 29 +++++++++++++++++++++++++++++
7 files changed, 56 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr85393-aux.cc
create mode 100644 gcc/testsuite/g++.dg/opt/pr85393.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 llvm.
from 648f7eaefcf [MC] Change std::sort to llvm::sort in response to r327219
new 15ff8cad10e [Transforms] Change std::sort to llvm::sort in response to r327219
new 2782d619561 [Power9] Add the TLS store instructions to the Power 9 model
new a1a50c559e5 [DebugInfo] Change std::sort to llvm::sort in response to r327219
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:
.../CodeView/DebugStringTableSubsection.cpp | 2 +-
lib/Target/PowerPC/P9InstrResources.td | 2 +-
lib/Target/PowerPC/PPCScheduleP9.td | 2 +-
lib/Transforms/Coroutines/CoroFrame.cpp | 2 +-
lib/Transforms/IPO/LowerTypeTests.cpp | 12 ++++++------
lib/Transforms/IPO/SampleProfile.cpp | 22 +++++++++++-----------
lib/Transforms/Instrumentation/GCOVProfiling.cpp | 2 +-
.../Instrumentation/SanitizerCoverage.cpp | 10 +++++-----
lib/Transforms/Scalar/ConstantHoisting.cpp | 4 ++--
lib/Transforms/Scalar/GVNHoist.cpp | 10 +++++-----
lib/Transforms/Scalar/GVNSink.cpp | 6 +++---
lib/Transforms/Scalar/GuardWidening.cpp | 6 +++---
lib/Transforms/Scalar/LoopSink.cpp | 8 ++++----
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 6 +++---
lib/Transforms/Scalar/MergeICmps.cpp | 8 ++++----
lib/Transforms/Scalar/NewGVN.cpp | 15 ++++++++-------
lib/Transforms/Scalar/PlaceSafepoints.cpp | 2 +-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +-
lib/Transforms/Scalar/SROA.cpp | 8 ++++----
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 11 ++++++-----
.../Utils/ImportedFunctionsInliningStatistics.cpp | 7 ++++---
lib/Transforms/Utils/LowerSwitch.cpp | 2 +-
lib/Transforms/Utils/PredicateInfo.cpp | 2 +-
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 12 ++++++------
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
lib/Transforms/Utils/SplitModule.cpp | 14 ++++++++------
26 files changed, 92 insertions(+), 87 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 58f4dfd1782 [CostModel][X86] Add some specific cpu targets to the cost models
new 74fc0f2259d [ProfileData] Change std::sort to llvm::sort in response to [...]
new 648f7eaefcf [MC] Change std::sort to llvm::sort in response to r327219
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/MC/MachObjectWriter.cpp | 4 ++--
lib/MC/WinCOFFObjectWriter.cpp | 8 ++++----
lib/ProfileData/Coverage/CoverageMapping.cpp | 8 ++++----
lib/ProfileData/GCOV.cpp | 2 +-
lib/ProfileData/ProfileSummaryBuilder.cpp | 2 +-
5 files changed, 12 insertions(+), 12 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 4910e96964a Fix broken sed command from previous commit
new 48dcb21f365 PR rtl-optimization/85376 * simplify-rtx.c (simplify_cons [...]
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 | 7 +++++++
gcc/simplify-rtx.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr85376.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85376.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 llvm.
from 4cba8e9e908 [CostModel][X86] Split fma arith costs tests from other fp tests
new 58f4dfd1782 [CostModel][X86] Add some specific cpu targets to the cost models
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:
.../CostModel/X86/alternate-shuffle-cost.ll | 114 ++++++-------
test/Analysis/CostModel/X86/arith-fp.ll | 2 +
test/Analysis/CostModel/X86/arith.ll | 2 +
test/Analysis/CostModel/X86/fptosi.ll | 4 +
test/Analysis/CostModel/X86/fptoui.ll | 4 +
test/Analysis/CostModel/X86/shuffle-broadcast.ll | 4 +
test/Analysis/CostModel/X86/shuffle-reverse.ll | 4 +
test/Analysis/CostModel/X86/shuffle-single-src.ll | 4 +
test/Analysis/CostModel/X86/shuffle-two-src.ll | 4 +
test/Analysis/CostModel/X86/sitofp.ll | 5 +
test/Analysis/CostModel/X86/trunc.ll | 4 +
test/Analysis/CostModel/X86/uitofp.ll | 5 +
test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 174 ++++++++++----------
test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 174 ++++++++++----------
test/Analysis/CostModel/X86/vshift-shl-cost.ll | 180 +++++++++++----------
15 files changed, 371 insertions(+), 313 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.