This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 203c00ded6a [InstCombine] Add test cases for folding (select (icmp ne/e [...]
new 109ad353263 [X86] Add hasSideEffects=0 and mayLoad=1 to some instructio [...]
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 | 4 +++-
1 file changed, 3 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 llvm.
from 8d775498103 [ORC] Add some more docs/comments to the RemoteObjectLayer.
new f10caaa5037 [InstCombine] In foldSelectIntoOp, avoid creating a Constan [...]
new 783862083c7 [InstCombine] Move foldSelectICmpAnd helper function earlie [...]
new 203c00ded6a [InstCombine] Add test cases for folding (select (icmp ne/e [...]
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/Transforms/InstCombine/InstCombineSelect.cpp | 245 +++----
.../InstCombine/select-with-bitwise-ops.ll | 801 ++++++++++++++++++++-
2 files changed, 923 insertions(+), 123 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 f8e261bca5c [ORC] Exclude RemoteObjectLayer from the ExecutionEngine mo [...]
new 8d775498103 [ORC] Add some more docs/comments to the RemoteObjectLayer.
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:
.../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 59 ++++++++++++++++++++--
1 file changed, 54 insertions(+), 5 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 7166ffbe09f [PowerPC] eliminate redundant compare instruction
new f8e261bca5c [ORC] Exclude RemoteObjectLayer from the ExecutionEngine mo [...]
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/module.modulemap | 1 +
1 file changed, 1 insertion(+)
--
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 e20d26a3b35 [ORC] Add a pair of ORC layers that forward object-layer op [...]
new a9601423aaa [ORC] Drop callB wrapper from the remote object layer added [...]
new 7166ffbe09f [PowerPC] eliminate redundant compare instruction
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:
.../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 12 -
lib/Target/PowerPC/PPCMIPeephole.cpp | 299 +++++++++
test/CodeGen/PowerPC/cmp_elimination.ll | 722 +++++++++++++++++++++
3 files changed, 1021 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/PowerPC/cmp_elimination.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 50f89d67d8 Always allocate room for a ModuleDecl on the TranslationUnitDecl.
new 75b49839d9 Emit static constexpr member as available_externally definition
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/CodeGenModule.cpp | 42 ++++++++++++++++++
test/CodeGenCXX/cxx11-extern-constexpr.cpp | 68 ++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+)
create mode 100644 test/CodeGenCXX/cxx11-extern-constexpr.cpp
--
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 a379bfd00e Enable support for x86 debug registers on NetBSD.
new 625ce09c1c Define an error function in the PPC simulator library.
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:
sim/ppc/ChangeLog | 5 +++++
sim/ppc/sim_calls.c | 10 ++++++++++
2 files changed, 15 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 110f9f2e800 NewGVN: Fix PR 34430 - we need to look through predicateinf [...]
new e20d26a3b35 [ORC] Add a pair of ORC layers that forward object-layer op [...]
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/ExecutionEngine/JITSymbol.h | 6 +
include/llvm/ExecutionEngine/Orc/OrcError.h | 3 +-
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 57 ++
.../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 498 ++++++++++++++++++
lib/ExecutionEngine/Orc/OrcError.cpp | 2 +
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
.../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 576 +++++++++++++++++++++
7 files changed, 1142 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
create mode 100644 unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
--
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 26562e73d8 Include "x86-xstate.h" for X86_XSTATE_* constants.
new c49fbc6c79 Define _KMEMUSER before including BSD kernel headers.
new f7efc967ba Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_S [...]
new a379bfd00e Enable support for x86 debug registers on NetBSD.
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:
gdb/ChangeLog | 16 ++++++++++++++++
gdb/bsd-kvm.c | 3 +++
gdb/configure | 1 +
gdb/configure.ac | 1 +
gdb/configure.nat | 8 ++++----
gdb/x86-bsd-nat.c | 9 +++++++--
6 files changed, 32 insertions(+), 6 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 binutils-gdb.
from 0097251b8a Automatic date update in version.in
new 26562e73d8 Include "x86-xstate.h" for X86_XSTATE_* constants.
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/ChangeLog | 5 +++++
gdb/amd64-fbsd-nat.c | 1 +
gdb/i386-fbsd-nat.c | 1 +
3 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.