This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 369a632 ADT: Add ilist_iterator conversions to/from ilist_node new 2d62ce6 Use the range variant of find/find_if instead of unpacking begin/end
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/Analysis/LoopInfoImpl.h | 3 +- include/llvm/IR/DebugInfoMetadata.h | 4 +-- lib/Analysis/LazyCallGraph.cpp | 37 ++++++++++------------ lib/CodeGen/IfConversion.cpp | 10 +++--- lib/CodeGen/InlineSpiller.cpp | 5 +-- lib/CodeGen/MachineBasicBlock.cpp | 14 ++++---- lib/CodeGen/MachineBranchProbabilityInfo.cpp | 3 +- lib/CodeGen/RegisterPressure.cpp | 7 ++-- lib/CodeGen/ScheduleDAG.cpp | 3 +- lib/ExecutionEngine/MCJIT/MCJIT.cpp | 2 +- lib/ExecutionEngine/TargetSelect.cpp | 5 ++- lib/IR/Metadata.cpp | 4 +-- lib/IR/Value.cpp | 4 +-- lib/Support/Unix/Signals.inc | 2 +- lib/Support/Windows/Signals.inc | 2 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- lib/Target/Hexagon/HexagonBlockRanges.cpp | 2 +- lib/Target/TargetMachineC.cpp | 5 ++- lib/Target/X86/X86ISelLowering.cpp | 5 ++- lib/Transforms/InstCombine/InstCombinePHI.cpp | 4 +-- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 7 ++-- lib/Transforms/Scalar/TailRecursionElimination.cpp | 2 +- lib/Transforms/Utils/LoopUtils.cpp | 2 +- lib/Transforms/Utils/MemorySSA.cpp | 5 ++- lib/Transforms/Vectorize/LoopVectorize.cpp | 3 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 6 ++-- tools/llvm-objdump/MachODump.cpp | 6 ++-- tools/llvm-objdump/llvm-objdump.cpp | 23 +++++++------- utils/TableGen/AsmWriterEmitter.cpp | 8 ++--- utils/TableGen/CodeGenSchedule.cpp | 14 +++----- utils/TableGen/FixedLenDecoderEmitter.cpp | 8 ++--- utils/TableGen/SubtargetEmitter.cpp | 8 ++--- 32 files changed, 88 insertions(+), 127 deletions(-)