This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b986a76 Rename ArrayRef::keep_front / keep_back to take_front / take_back. new 9c80b35 ADT: Split ilist_node_traits into alloc and callback, 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.h | 44 +++++++++++++++++++++++++++----- include/llvm/CodeGen/MachineBasicBlock.h | 26 +++++++++---------- include/llvm/CodeGen/MachineFunction.h | 17 +++++++----- include/llvm/CodeGen/MachineInstr.h | 2 +- include/llvm/CodeGen/SelectionDAG.h | 5 ++-- include/llvm/CodeGen/SelectionDAGNodes.h | 2 -- include/llvm/CodeGen/SlotIndexes.h | 9 ++----- include/llvm/IR/Metadata.h | 1 - include/llvm/IR/Module.h | 6 ----- include/llvm/IR/SymbolTableListTraits.h | 2 +- include/llvm/MC/MCSection.h | 11 ++------ lib/CodeGen/MachineBasicBlock.cpp | 17 +++++++----- lib/CodeGen/MachineFunction.cpp | 2 +- lib/MC/MCFragment.cpp | 4 +-- lib/Support/YAMLParser.cpp | 11 ++------ unittests/ADT/IListTest.cpp | 34 +++++++++++++++++------- 16 files changed, 107 insertions(+), 86 deletions(-)