This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d62ce6 Use the range variant of find/find_if instead of unpacking begin/end new 33ebfce Use the range variant of count_if instead of unpacking begin/end new 5d08e37 Use the range variant of remove_if instead of unpacking begin/end new ac0eb3d Use the range variant of transform instead of unpacking begin/end new 7e45eb5 Use the range variant of transform instead of unpacking begin/end
The 4 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/PriorityWorklist.h | 7 +- include/llvm/ADT/SetVector.h | 7 +- lib/Analysis/LoopAccessAnalysis.cpp | 7 +- lib/Analysis/ScalarEvolution.cpp | 7 +- lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- lib/CodeGen/LiveInterval.cpp | 2 +- lib/CodeGen/MachineBlockPlacement.cpp | 8 +- lib/CodeGen/StackMaps.cpp | 3 +- lib/ExecutionEngine/SectionMemoryManager.cpp | 4 +- lib/IR/LLVMContextImpl.h | 5 +- lib/Linker/IRMover.cpp | 18 ++-- lib/Option/ArgList.cpp | 6 +- lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 8 +- .../AArch64/AArch64RedundantCopyElimination.cpp | 3 +- lib/Target/ARM/ARMISelLowering.cpp | 2 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 6 +- lib/Target/Hexagon/HexagonCommonGEP.cpp | 3 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 3 +- lib/Target/Hexagon/HexagonGenInsert.cpp | 4 +- lib/Target/Hexagon/HexagonSplitDouble.cpp | 2 +- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 3 +- .../WebAssemblyLowerEmscriptenExceptions.cpp | 2 +- lib/Transforms/Scalar/LoopLoadElimination.cpp | 2 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 5 +- lib/Transforms/Scalar/SROA.cpp | 116 ++++++++++----------- lib/Transforms/Utils/LowerSwitch.cpp | 8 +- tools/llvm-nm/llvm-nm.cpp | 6 +- utils/TableGen/AsmWriterEmitter.cpp | 6 +- utils/TableGen/CodeGenDAGPatterns.cpp | 93 +++++++---------- 29 files changed, 155 insertions(+), 193 deletions(-)