This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1735568 [ORC] Fix the RPC unit test for header changes in r281171.
new bc1fa10 ADT: Remove ilist_iterator::reset(), NFC
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/ADT/ilist_iterator.h | 2 --
include/llvm/IR/IRBuilder.h | 2 +-
2 files changed, 1 insertion(+), 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 zorg.
from a029e4c Fix bot error causing tar creation to fail
new cc58b83 Make tsan_analyze critical for the bots again.
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:
zorg/buildbot/builders/sanitizers/buildbot_standard.sh | 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 llvm.
from d546df8 CodeGen: Give MachineBasicBlock::reverse_iterator a handle to [...]
new 1735568 [ORC] Fix the RPC unit test for header changes in r281171.
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:
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 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 75c399e * all: Remove meaningless trailing whitespace.
new 54f56c2 2016-09-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/gfortran.dg/{ => ieee}/pr77507.f90 | 0
2 files changed, 5 insertions(+)
rename gcc/testsuite/gfortran.dg/{ => ieee}/pr77507.f90 (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 ce85c7e [ORC] Rename RPCChannel to RPCByteChannel. NFC.
new d546df8 CodeGen: Give MachineBasicBlock::reverse_iterator a handle to [...]
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/MachineBasicBlock.h | 16 ++--
include/llvm/CodeGen/MachineInstrBundleIterator.h | 97 +++++++++++++++++++---
.../AsmPrinter/DbgValueHistoryCalculator.cpp | 4 +-
lib/CodeGen/DeadMachineInstructionElim.cpp | 9 +-
lib/CodeGen/IfConversion.cpp | 3 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +-
lib/Target/AMDGPU/R600InstrInfo.cpp | 2 +-
lib/Target/ARM/MLxExpansionPass.cpp | 11 +--
lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 +-
lib/Target/Mips/MipsDelaySlotFiller.cpp | 23 ++---
lib/Target/Mips/MipsInstrInfo.cpp | 8 +-
lib/Target/Mips/MipsLongBranch.cpp | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 9 +-
.../CodeGen/MachineInstrBundleIteratorTest.cpp | 22 +++++
14 files changed, 146 insertions(+), 70 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 00530c8 CodeGen: Assert that bundle iterators are valid
new ce85c7e [ORC] Rename RPCChannel to RPCByteChannel. NFC.
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:
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 12 ++---
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 8 +--
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 2 +-
.../Orc/{RPCChannel.h => RPCByteChannel.h} | 61 +++++++++++-----------
tools/lli/RemoteJITUtils.h | 4 +-
tools/lli/lli.cpp | 3 +-
6 files changed, 46 insertions(+), 44 deletions(-)
rename include/llvm/ExecutionEngine/Orc/{RPCChannel.h => RPCByteChannel.h} (78%)
--
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 025e19e Fix the modules build after r281167
new 00530c8 CodeGen: Assert that bundle iterators are valid
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/ADT/ilist_iterator.h | 3 ++
include/llvm/CodeGen/MachineInstrBundleIterator.h | 59 ++++++++++++++++++----
.../CodeGen/MachineInstrBundleIteratorTest.cpp | 16 ++++++
3 files changed, 67 insertions(+), 11 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 6037e19 CodeGen: Turn on sentinel tracking for MachineInstr iterators
new 025e19e Fix the modules build after r281167
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/ADT/ilist_node_options.h | 2 ++
1 file changed, 2 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 b4bd34e ADT: Add sentinel tracking and custom tags to ilists
new 6037e19 CodeGen: Turn on sentinel tracking for MachineInstr iterators
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/MachineBasicBlock.h | 10 ++++++----
include/llvm/CodeGen/MachineInstr.h | 3 ++-
include/llvm/CodeGen/MachineInstrBundleIterator.h | 4 ++--
lib/CodeGen/MachineBasicBlock.cpp | 6 +++---
unittests/CodeGen/MachineInstrBundleIteratorTest.cpp | 3 ++-
5 files changed, 15 insertions(+), 11 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 990fea5 [AVX512] Fix pattern for vgetmantsd and all other instruction [...]
new b4bd34e ADT: Add sentinel tracking and custom tags to ilists
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/ADT/ilist.h | 13 +-
include/llvm/ADT/ilist_base.h | 6 +-
include/llvm/ADT/ilist_iterator.h | 105 ++++++------
include/llvm/ADT/ilist_node.h | 187 ++++++++++++++++------
include/llvm/ADT/ilist_node_base.h | 32 ++--
include/llvm/ADT/ilist_node_options.h | 128 +++++++++++++++
include/llvm/ADT/simple_ilist.h | 67 +++++---
include/llvm/CodeGen/MachineInstrBundleIterator.h | 24 ++-
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/IListBaseTest.cpp | 35 +++-
unittests/ADT/IListNodeBaseTest.cpp | 54 ++++++-
unittests/ADT/IListNodeTest.cpp | 70 ++++++++
unittests/ADT/IListSentinelTest.cpp | 25 ++-
unittests/ADT/SimpleIListTest.cpp | 51 ++++++
14 files changed, 642 insertions(+), 156 deletions(-)
create mode 100644 include/llvm/ADT/ilist_node_options.h
create mode 100644 unittests/ADT/IListNodeTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.