This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c9f47fdf16 Avoid specializing a variadic member template in a way that [...] new 9179aee2c17 [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
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: docs/CodingStandards.rst | 4 ++-- include/llvm/IR/CFG.h | 7 ++++++- lib/Analysis/CFLGraph.h | 2 +- lib/Analysis/DemandedBits.cpp | 4 ++-- lib/Analysis/InstructionSimplify.cpp | 4 ++-- lib/Analysis/MemoryDependenceAnalysis.cpp | 2 +- lib/AsmParser/LLParser.cpp | 2 +- lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 4 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 ++-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 ++-- lib/CodeGen/WinEHPrepare.cpp | 5 ++--- lib/FuzzMutate/RandomIRBuilder.cpp | 2 +- lib/IR/Instruction.cpp | 2 +- lib/Transforms/Coroutines/CoroFrame.cpp | 3 ++- lib/Transforms/Coroutines/CoroSplit.cpp | 2 +- lib/Transforms/IPO/PruneEH.cpp | 2 +- lib/Transforms/InstCombine/InstCombinePHI.cpp | 7 +++++-- lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +- lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | 2 +- lib/Transforms/Scalar/ADCE.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 4 ++-- lib/Transforms/Scalar/GVNHoist.cpp | 2 +- lib/Transforms/Scalar/JumpThreading.cpp | 2 +- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +- lib/Transforms/Scalar/NewGVN.cpp | 2 +- lib/Transforms/Scalar/SCCP.cpp | 2 +- lib/Transforms/Scalar/Sink.cpp | 2 +- lib/Transforms/Utils/DemoteRegToStack.cpp | 2 +- lib/Transforms/Utils/Evaluator.cpp | 2 +- lib/Transforms/Utils/Local.cpp | 2 +- lib/Transforms/Utils/LoopRotationUtils.cpp | 2 +- lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 +- lib/Transforms/Utils/SimplifyCFG.cpp | 10 ++++------ tools/bugpoint/CrashDebugger.cpp | 6 +++--- unittests/Transforms/Utils/Local.cpp | 2 +- 36 files changed, 59 insertions(+), 53 deletions(-)