This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9bd050eb937 [X86] Add AVX512 equivalents of some isel patterns so we ge [...]
new 07757b9f4ce [InstCombine] Simplify isKnownNegation
new b9bc17351ee [X86] Regenerate checks in sse-scalar-fp-arith.ll.
new 5c43c4ce5f1 [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.
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/Analysis/ValueTracking.cpp | 7 ++---
test/CodeGen/X86/sse-scalar-fp-arith.ll | 56 +++++++++++----------------------
tools/llvm-mca/DispatchStage.cpp | 2 +-
tools/llvm-mca/DispatchStage.h | 2 +-
tools/llvm-mca/ExecuteStage.cpp | 2 +-
tools/llvm-mca/ExecuteStage.h | 2 +-
tools/llvm-mca/FetchStage.cpp | 7 +++--
tools/llvm-mca/FetchStage.h | 1 +
tools/llvm-mca/Pipeline.cpp | 16 ++++++++--
tools/llvm-mca/Pipeline.h | 1 +
tools/llvm-mca/RetireStage.cpp | 2 +-
tools/llvm-mca/RetireStage.h | 2 +-
tools/llvm-mca/Stage.h | 16 ++++++++--
13 files changed, 60 insertions(+), 56 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 f27ad45a0 Remove incorrect thread-pc-values clearing from ProcessGDBRem [...]
new 0fa537f42 [lldbsuite] The test inside TestOverloadedFunctions.py has th [...]
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/lang/cpp/overloaded-functions/TestOverloadedFunctions.py | 2 +-
1 file changed, 1 insertion(+), 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 lldb.
from 2b6e685fb Get rid of the C-string parameter in DoExecute
new f27ad45a0 Remove incorrect thread-pc-values clearing from ProcessGDBRem [...]
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:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 1 -
1 file changed, 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 gcc.
from 24eef15b96d RISC-V: Silence expected Ada testsuite warning.
new 66a1e3c1696 PR testsuite/86510 - test case g++.dg/warn/pr86453.C fails [...]
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 | 5 +++++
gcc/testsuite/g++.dg/warn/pr86453.C | 2 +-
2 files changed, 6 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 lldb.
from 0accffcd2 [process] Update the documentation for ReadMemory and DoReadM [...]
new 2b6e685fb Get rid of the C-string parameter in DoExecute
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/lldb/Interpreter/CommandObject.h | 3 +-
.../lldb/Interpreter/CommandObjectRegexCommand.h | 2 +-
include/lldb/Interpreter/ScriptInterpreter.h | 17 +-
source/Commands/CommandObjectCommands.cpp | 8 +-
source/Commands/CommandObjectExpression.cpp | 10 +-
source/Commands/CommandObjectExpression.h | 4 +-
source/Commands/CommandObjectPlatform.cpp | 4 +-
source/Commands/CommandObjectSettings.cpp | 18 +-
source/Commands/CommandObjectThread.cpp | 9 +-
source/Commands/CommandObjectType.cpp | 23 +-
source/Commands/CommandObjectWatchpoint.cpp | 4 +-
source/Interpreter/CommandObjectRegexCommand.cpp | 72 +++----
source/Interpreter/CommandObjectScript.cpp | 4 +-
source/Interpreter/CommandObjectScript.h | 2 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 7 +-
.../None/ScriptInterpreterNone.cpp | 2 +-
.../ScriptInterpreter/None/ScriptInterpreterNone.h | 2 +-
.../Python/ScriptInterpreterPython.cpp | 239 +++++++++++----------
.../Python/ScriptInterpreterPython.h | 19 +-
19 files changed, 227 insertions(+), 222 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 20f01a8a7d3 Revert r336950 and r336951 "[X86] Add AVX512 equivalents of [...]
new 9bd050eb937 [X86] Add AVX512 equivalents of some isel patterns so we ge [...]
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/X86InstrAVX512.td | 41 ++++++++++++++++++++++---
lib/Target/X86/X86InstrSSE.td | 24 +++++++--------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 13 +++++---
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 13 +++++---
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 13 +++++---
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 17 ++++++----
6 files changed, 86 insertions(+), 35 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 30251f27e54 [X86] Add AVX512 equivalents of some isel patterns so we ge [...]
new 1a14ab01567 Remove redundant *_or_null checks; NFC
new 20f01a8a7d3 Revert r336950 and r336951 "[X86] Add AVX512 equivalents of [...]
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/Analysis/MemorySSAUpdater.cpp | 4 +--
lib/Target/X86/X86InstrAVX512.td | 41 +++----------------------
lib/Target/X86/X86InstrSSE.td | 24 +++++++--------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 13 +++-----
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 13 +++-----
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 13 +++-----
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 17 ++++------
7 files changed, 37 insertions(+), 88 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 54919303bfc Revert "[SLPVectorizer] Add initial alternate opcode suppor [...]
new 197f95f9b9f foo
new 30251f27e54 [X86] Add AVX512 equivalents of some isel patterns so we ge [...]
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/Target/X86/X86InstrAVX512.td | 41 ++++++++++++++++++++++---
lib/Target/X86/X86InstrSSE.td | 24 +++++++--------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 13 +++++---
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 13 +++++---
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 13 +++++---
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 17 ++++++----
6 files changed, 86 insertions(+), 35 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 0a4671b355d [gold-plugin] Disable section ordering for relocatable links
new 54919303bfc Revert "[SLPVectorizer] Add initial alternate opcode suppor [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 84 ++------
.../Transforms/SLPVectorizer/X86/alternate-cast.ll | 230 +++++++--------------
2 files changed, 98 insertions(+), 216 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 badfcdc1d Restructure the minidump loading path and add early & explici [...]
new 0accffcd2 [process] Update the documentation for ReadMemory and DoReadM [...]
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/lldb/Target/Process.h | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.