This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b22576f80da [Inline] Copy "null-pointer-is-valid" attribute in caller. new af7b1832a03 Remove trailing space
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/DenseSet.h | 2 +- include/llvm/Analysis/LoopAccessAnalysis.h | 4 +- include/llvm/Analysis/MustExecute.h | 4 +- include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +- include/llvm/Analysis/ValueTracking.h | 2 +- include/llvm/CodeGen/GCStrategy.h | 6 +- include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 4 +- include/llvm/CodeGen/MachORelocation.h | 10 +- include/llvm/CodeGen/MachineModuleInfo.h | 2 +- include/llvm/CodeGen/ScheduleDAG.h | 2 +- include/llvm/CodeGen/StackMaps.h | 2 +- include/llvm/CodeGen/TargetPassConfig.h | 2 +- include/llvm/CodeGen/TargetRegisterInfo.h | 4 +- include/llvm/IR/Instruction.h | 2 +- include/llvm/IR/Instructions.h | 2 +- include/llvm/IR/Intrinsics.td | 2 +- include/llvm/IR/IntrinsicsARM.td | 2 +- include/llvm/IR/IntrinsicsPowerPC.td | 36 ++-- include/llvm/IR/LegacyPassManagers.h | 2 +- include/llvm/IR/Statepoint.h | 2 +- include/llvm/IR/User.h | 12 +- include/llvm/LinkAllIR.h | 2 +- include/llvm/MC/MCInstrAnalysis.h | 2 +- include/llvm/MC/MCParser/AsmCond.h | 2 +- include/llvm/MC/MCStreamer.h | 4 +- include/llvm/Object/MachO.h | 2 +- include/llvm/PassAnalysisSupport.h | 2 +- include/llvm/PassRegistry.h | 2 +- .../llvm/ProfileData/Coverage/CoverageMapping.h | 2 +- include/llvm/Support/DataExtractor.h | 2 +- include/llvm/Target/TargetCallingConv.td | 4 +- include/llvm/Target/TargetInstrPredicate.td | 4 +- .../llvm/Transforms/Scalar/SpeculativeExecution.h | 2 +- include/llvm/Transforms/Utils/CodeExtractor.h | 2 +- include/llvm/Transforms/Utils/FunctionComparator.h | 2 +- include/llvm/Transforms/Utils/SymbolRewriter.h | 2 +- lib/Analysis/AliasSetTracker.cpp | 16 +- lib/Analysis/CFGPrinter.cpp | 2 +- lib/Analysis/CallGraph.cpp | 2 +- lib/Analysis/CallGraphSCCPass.cpp | 98 +++++------ lib/Analysis/DemandedBits.cpp | 4 +- lib/Analysis/GlobalsModRef.cpp | 12 +- lib/Analysis/LazyValueInfo.cpp | 2 +- lib/Analysis/LoopAccessAnalysis.cpp | 52 +++--- lib/Analysis/MemDepPrinter.cpp | 2 +- lib/Analysis/MustExecute.cpp | 6 +- lib/Analysis/ScalarEvolution.cpp | 10 +- lib/Analysis/TargetTransformInfo.cpp | 18 +- lib/Analysis/ValueTracking.cpp | 12 +- lib/AsmParser/LLParser.cpp | 4 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +- lib/CodeGen/AntiDepBreaker.h | 2 +- lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 +- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 +- lib/CodeGen/AtomicExpandPass.cpp | 16 +- lib/CodeGen/BuiltinGCs.cpp | 2 +- lib/CodeGen/CriticalAntiDepBreaker.cpp | 2 +- lib/CodeGen/GCMetadata.cpp | 8 +- lib/CodeGen/GlobalMerge.cpp | 2 +- lib/CodeGen/IntrinsicLowering.cpp | 28 ++-- lib/CodeGen/LiveDebugValues.cpp | 4 +- lib/CodeGen/MachineModuleInfo.cpp | 4 +- lib/CodeGen/MachineOutliner.cpp | 2 +- lib/CodeGen/MachineRegisterInfo.cpp | 2 +- lib/CodeGen/MachineSSAUpdater.cpp | 4 +- lib/CodeGen/MachineSink.cpp | 2 +- lib/CodeGen/MachineTraceMetrics.cpp | 4 +- lib/CodeGen/MachineVerifier.cpp | 4 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 30 ++-- lib/CodeGen/SelectionDAG/FastISel.cpp | 6 +- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 6 +- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 2 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 18 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 14 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 8 +- lib/CodeGen/ShadowStackGCLowering.cpp | 4 +- lib/CodeGen/SplitKit.h | 2 +- lib/CodeGen/TargetLoweringBase.cpp | 6 +- lib/CodeGen/TargetPassConfig.cpp | 2 +- lib/CodeGen/WinEHPrepare.cpp | 2 +- .../DWARF/DWARFAbbreviationDeclaration.cpp | 2 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +- lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 2 +- lib/ExecutionEngine/ExecutionEngineBindings.cpp | 16 +- .../IntelJITEvents/ittnotify_config.h | 6 +- lib/ExecutionEngine/IntelJITEvents/jitprofiling.h | 86 +++++----- lib/ExecutionEngine/Interpreter/Execution.cpp | 42 ++--- lib/ExecutionEngine/Interpreter/Interpreter.h | 6 +- .../RuntimeDyld/RTDyldMemoryManager.cpp | 6 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 +- lib/FuzzMutate/FuzzerCLI.cpp | 6 +- lib/IR/AutoUpgrade.cpp | 2 +- lib/IR/Function.cpp | 2 +- lib/IR/InlineAsm.cpp | 32 ++-- lib/IR/Instructions.cpp | 182 ++++++++++----------- lib/IR/LLVMContextImpl.h | 16 +- lib/IR/SymbolTableListTraitsImpl.h | 10 +- lib/IR/ValueSymbolTable.cpp | 4 +- lib/LTO/ThinLTOCodeGenerator.cpp | 10 +- lib/MC/MCAsmStreamer.cpp | 4 +- lib/MC/MCAssembler.cpp | 2 +- lib/MC/MCDisassembler/Disassembler.cpp | 2 +- lib/MC/MCDisassembler/Disassembler.h | 4 +- lib/MC/MCDwarf.cpp | 2 +- lib/MC/MCParser/ELFAsmParser.cpp | 2 +- lib/MC/MCStreamer.cpp | 2 +- lib/MC/MachObjectWriter.cpp | 2 +- lib/Object/COFFObjectFile.cpp | 2 +- lib/Support/APFloat.cpp | 2 +- lib/Support/ConvertUTF.cpp | 28 ++-- lib/Support/CrashRecoveryContext.cpp | 4 +- lib/Support/DAGDeltaAlgorithm.cpp | 6 +- lib/Support/Errno.cpp | 2 +- lib/Support/FoldingSet.cpp | 40 ++--- lib/Support/FormattedStream.cpp | 2 +- lib/Support/ManagedStatic.cpp | 6 +- lib/Support/MemoryBuffer.cpp | 2 +- lib/Support/PrettyStackTrace.cpp | 20 +-- lib/Support/SourceMgr.cpp | 24 +-- lib/Support/StringPool.cpp | 4 +- lib/Support/StringRef.cpp | 2 +- lib/Support/TargetRegistry.cpp | 2 +- lib/Support/YAMLParser.cpp | 2 +- lib/Support/regex_impl.h | 2 +- lib/TableGen/StringMatcher.cpp | 38 ++--- lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +- lib/Target/AArch64/AArch64MachineFunctionInfo.h | 2 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 2 +- lib/Target/ARM/ARMAsmPrinter.cpp | 4 +- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- lib/Target/ARM/ARMConstantPoolValue.h | 2 +- lib/Target/ARM/ARMFrameLowering.cpp | 2 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 8 +- lib/Target/ARM/ARMISelLowering.cpp | 10 +- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 2 +- lib/Target/ARM/ARMMachineFunctionInfo.h | 2 +- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 8 +- lib/Target/ARM/ARMTargetTransformInfo.cpp | 2 +- lib/Target/ARM/ARMTargetTransformInfo.h | 2 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 22 +-- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 10 +- lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 2 +- lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 2 +- lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 6 +- lib/Target/ARM/MLxExpansionPass.cpp | 2 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 2 +- lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h | 2 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 6 +- lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 2 +- lib/Target/Mips/MipsAsmPrinter.cpp | 2 +- lib/Target/Mips/MipsConstantIslandPass.cpp | 12 +- lib/Target/Mips/MipsSubtarget.h | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.h | 2 +- lib/Target/NVPTX/NVPTXImageOptimizer.cpp | 2 +- lib/Target/NVPTX/NVPTXMachineFunctionInfo.h | 2 +- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 2 +- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 4 +- lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp | 4 +- .../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 22 +-- lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h | 2 +- lib/Target/PowerPC/PPC.h | 4 +- lib/Target/PowerPC/PPCBranchSelector.cpp | 16 +- lib/Target/PowerPC/PPCEarlyReturn.cpp | 2 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 6 +- lib/Target/PowerPC/PPCHazardRecognizers.cpp | 4 +- lib/Target/PowerPC/PPCISelLowering.h | 2 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 4 +- lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 2 +- lib/Target/PowerPC/PPCMCInstLower.cpp | 6 +- lib/Target/PowerPC/PPCMIPeephole.cpp | 2 +- lib/Target/PowerPC/PPCMachineFunctionInfo.h | 4 +- lib/Target/PowerPC/PPCRegisterInfo.cpp | 2 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 2 +- lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 2 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 8 +- .../Sparc/Disassembler/SparcDisassembler.cpp | 8 +- lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp | 6 +- lib/Target/Sparc/Sparc.h | 2 +- lib/Target/Sparc/SparcISelLowering.h | 4 +- lib/Target/Sparc/SparcInstrInfo.cpp | 2 +- lib/Target/Sparc/SparcTargetMachine.cpp | 4 +- lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 6 +- lib/Target/SystemZ/SystemZHazardRecognizer.h | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 4 +- lib/Target/SystemZ/SystemZMachineScheduler.cpp | 2 +- lib/Target/SystemZ/SystemZMachineScheduler.h | 4 +- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 8 +- lib/Target/Target.cpp | 2 +- lib/Target/TargetLoweringObjectFile.cpp | 4 +- lib/Target/X86/AsmParser/X86AsmParser.cpp | 6 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 2 +- lib/Target/X86/X86CallingConv.h | 2 +- lib/Target/X86/X86CmovConversion.cpp | 2 +- lib/Target/X86/X86FastISel.cpp | 4 +- lib/Target/X86/X86FloatingPoint.cpp | 6 +- lib/Target/X86/X86FrameLowering.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.h | 4 +- lib/Target/X86/X86InstrFoldTables.cpp | 2 +- lib/Target/X86/X86Subtarget.h | 2 +- lib/Target/XCore/XCoreAsmPrinter.cpp | 6 +- lib/Target/XCore/XCoreInstrInfo.cpp | 36 ++-- lib/Target/XCore/XCoreMachineFunctionInfo.h | 6 +- lib/Target/XCore/XCoreRegisterInfo.cpp | 4 +- lib/Target/XCore/XCoreRegisterInfo.h | 2 +- lib/Target/XCore/XCoreSubtarget.h | 2 +- lib/Transforms/IPO/DeadArgumentElimination.cpp | 10 +- lib/Transforms/IPO/FunctionAttrs.cpp | 2 +- lib/Transforms/IPO/IPConstantPropagation.cpp | 16 +- lib/Transforms/IPO/MergeFunctions.cpp | 10 +- lib/Transforms/IPO/PruneEH.cpp | 4 +- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 2 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 2 +- .../InstCombine/InstCombineVectorOps.cpp | 2 +- .../InstCombine/InstructionCombining.cpp | 2 +- .../Instrumentation/AddressSanitizer.cpp | 4 +- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 2 +- lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 2 +- lib/Transforms/Scalar/ConstantHoisting.cpp | 2 +- .../Scalar/CorrelatedValuePropagation.cpp | 8 +- lib/Transforms/Scalar/DeadStoreElimination.cpp | 2 +- lib/Transforms/Scalar/EarlyCSE.cpp | 6 +- lib/Transforms/Scalar/GVNSink.cpp | 2 +- lib/Transforms/Scalar/GuardWidening.cpp | 4 +- .../Scalar/InductiveRangeCheckElimination.cpp | 6 +- lib/Transforms/Scalar/LICM.cpp | 8 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +- lib/Transforms/Scalar/LoopPredication.cpp | 6 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 4 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 10 +- lib/Transforms/Scalar/NewGVN.cpp | 2 +- lib/Transforms/Scalar/Reassociate.cpp | 16 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 22 +-- lib/Transforms/Scalar/SROA.cpp | 2 +- lib/Transforms/Utils/BuildLibCalls.cpp | 2 +- lib/Transforms/Utils/CallPromotionUtils.cpp | 2 +- lib/Transforms/Utils/CloneFunction.cpp | 38 ++--- lib/Transforms/Utils/CloneModule.cpp | 4 +- lib/Transforms/Utils/CodeExtractor.cpp | 6 +- lib/Transforms/Utils/InlineFunction.cpp | 14 +- lib/Transforms/Utils/IntegerDivision.cpp | 10 +- lib/Transforms/Utils/LCSSA.cpp | 6 +- lib/Transforms/Utils/LoopUnrollPeel.cpp | 4 +- lib/Transforms/Utils/MetaRenamer.cpp | 2 +- lib/Transforms/Utils/SSAUpdater.cpp | 38 ++--- lib/Transforms/Utils/SimplifyIndVar.cpp | 2 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +- lib/Transforms/Utils/SymbolRewriter.cpp | 2 +- lib/Transforms/Utils/UnifyFunctionExitNodes.cpp | 2 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 24 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- 255 files changed, 969 insertions(+), 969 deletions(-)