This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e587b6c [ARM] Fix invalid VLDM/VSTM access when targeting Big Endian [...] new f086ef8 [ADT] Let MapVector handle non-copyable values. new a5afae3 [ADT] Add make_pointe{e,r}_iterator. new a2e3c5a Use unique_ptr in LLVMContextImpl's constant maps.
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: include/llvm/ADT/MapVector.h | 16 +++++++++++++++ include/llvm/ADT/iterator.h | 10 +++++++++ lib/IR/Constants.cpp | 34 ++++++++++++++++--------------- lib/IR/LLVMContextImpl.cpp | 11 +++++----- lib/IR/LLVMContextImpl.h | 16 ++++++++------- unittests/ADT/IteratorTest.cpp | 45 +++++++++++++++++++++++------------------ unittests/ADT/MapVectorTest.cpp | 18 +++++++++++++++++ 7 files changed, 102 insertions(+), 48 deletions(-)