This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5747888 X86-FMA3: Implemented commute transformation for EVEX/AVX512 [...] new fb2a7f9 Don't import variadic functions new 975248e Use the range variant of find instead of unpacking begin/end
The 2 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: examples/Kaleidoscope/include/KaleidoscopeJIT.h | 3 +-- include/llvm/ADT/PriorityQueue.h | 3 +-- include/llvm/ADT/SetVector.h | 4 ++-- include/llvm/Analysis/LoopInfo.h | 4 ++-- include/llvm/Analysis/LoopInfoImpl.h | 3 +-- include/llvm/CodeGen/LiveVariables.h | 3 +-- include/llvm/CodeGen/MachineScheduler.h | 4 +--- include/llvm/CodeGen/PBQP/Graph.h | 8 ++------ include/llvm/IR/InstrTypes.h | 2 +- include/llvm/IR/ModuleSummaryIndex.h | 20 +++++++++++++++++--- include/llvm/MC/MCAssembler.h | 4 ++-- include/llvm/Support/GenericDomTree.h | 4 ++-- lib/Analysis/EHPersonalities.cpp | 2 +- lib/Analysis/GlobalsModRef.cpp | 2 +- lib/Analysis/LazyCallGraph.cpp | 3 +-- lib/Analysis/PHITransAddr.cpp | 14 +++++--------- lib/Bitcode/Reader/BitcodeReader.cpp | 7 ++++--- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +- lib/CodeGen/AllocationOrder.cpp | 2 +- lib/CodeGen/AllocationOrder.h | 5 ++--- lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp | 4 ++-- lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 2 +- lib/CodeGen/CodeGenPrepare.cpp | 3 +-- lib/CodeGen/LatencyPriorityQueue.cpp | 2 +- lib/CodeGen/LiveIntervalUnion.cpp | 5 ++--- lib/CodeGen/MachineBasicBlock.cpp | 11 +++++------ lib/CodeGen/MachineBlockPlacement.cpp | 5 ++--- lib/CodeGen/MachineCopyPropagation.cpp | 2 +- lib/CodeGen/MachineLICM.cpp | 3 +-- lib/CodeGen/MachineVerifier.cpp | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +-- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 6 ++---- lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 5 ++--- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/CodeGen/TailDuplicator.cpp | 2 +- lib/CodeGen/TargetInstrInfo.cpp | 2 +- lib/CodeGen/TargetRegisterInfo.cpp | 2 +- lib/IR/LegacyPassManager.cpp | 10 +++------- lib/IR/PassRegistry.cpp | 3 ++- lib/Option/OptTable.cpp | 4 ++-- lib/Support/CommandLine.cpp | 2 +- lib/Support/YAMLParser.cpp | 4 ++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 4 ++-- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 2 +- lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 10 ++++------ lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 2 +- lib/Target/AMDGPU/SIMachineScheduler.cpp | 3 +-- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 3 +-- lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- lib/Target/ARM/ARMFrameLowering.cpp | 6 ++---- lib/Target/ARM/ARMISelLowering.cpp | 4 ++-- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 2 +- lib/Target/Hexagon/HexagonBitSimplify.cpp | 2 +- lib/Target/Hexagon/HexagonMachineScheduler.h | 4 +--- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 2 +- lib/Target/Mips/MipsConstantIslandPass.cpp | 2 +- lib/Target/NVPTX/NVPTXUtilities.cpp | 8 ++++---- lib/Target/Sparc/LeonPasses.cpp | 3 +-- lib/Target/X86/X86ISelLowering.cpp | 9 +++------ lib/Transforms/IPO/FunctionImport.cpp | 4 ++++ lib/Transforms/Scalar/JumpThreading.cpp | 3 +-- lib/Transforms/Scalar/LoopRerollPass.cpp | 4 ++-- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 6 ++---- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 5 ++--- lib/Transforms/Scalar/StructurizeCFG.cpp | 2 +- lib/Transforms/Utils/Evaluator.cpp | 2 +- lib/Transforms/Utils/LCSSA.cpp | 2 +- lib/Transforms/Utils/SSAUpdater.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 8 +++----- test/Bitcode/thinlto-function-summary.ll | 14 +++++++++++--- test/Transforms/FunctionImport/Inputs/funcimport.ll | 5 +++++ test/Transforms/FunctionImport/funcimport.ll | 4 ++++ tools/bugpoint/CrashDebugger.cpp | 4 +--- tools/dsymutil/MachODebugMapParser.cpp | 9 +++------ tools/llvm-ar/llvm-ar.cpp | 2 +- unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h | 14 ++++++-------- unittests/Support/Path.cpp | 20 ++++++++++---------- unittests/Support/ThreadPool.cpp | 10 ++++------ utils/TableGen/AsmMatcherEmitter.cpp | 3 +-- utils/TableGen/CodeGenDAGPatterns.h | 3 +-- utils/TableGen/CodeGenRegisters.cpp | 3 +-- utils/TableGen/CodeGenSchedule.cpp | 13 +++++-------- utils/TableGen/CodeGenTarget.h | 2 +- utils/TableGen/SubtargetEmitter.cpp | 6 ++---- 85 files changed, 188 insertions(+), 215 deletions(-) mode change 100755 => 100644 lib/Target/Sparc/LeonPasses.cpp