This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e92422ed0f2 Convert two more files that were using Windows line endings [...] new 6b547686c54 Update the file headers across all of the LLVM projects in [...]
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: LLVMBuild.txt | 7 +++---- bindings/LLVMBuild.txt | 7 +++---- bindings/go/llvm/IRBindings.cpp | 7 +++---- bindings/go/llvm/IRBindings.h | 7 +++---- bindings/go/llvm/InstrumentationBindings.cpp | 7 +++---- bindings/go/llvm/InstrumentationBindings.h | 7 +++---- bindings/go/llvm/SupportBindings.cpp | 7 +++---- bindings/go/llvm/SupportBindings.h | 7 +++---- bindings/go/llvm/analysis.go | 7 +++---- bindings/go/llvm/bitreader.go | 7 +++---- bindings/go/llvm/bitwriter.go | 7 +++---- bindings/go/llvm/dibuilder.go | 7 +++---- bindings/go/llvm/executionengine.go | 7 +++---- bindings/go/llvm/executionengine_test.go | 7 +++---- bindings/go/llvm/ir.go | 7 +++---- bindings/go/llvm/ir_test.go | 7 +++---- bindings/go/llvm/linker.go | 7 +++---- bindings/go/llvm/llvm_dep.go | 7 +++---- bindings/go/llvm/string.go | 7 +++---- bindings/go/llvm/string_test.go | 7 +++---- bindings/go/llvm/support.go | 7 +++---- bindings/go/llvm/target.go | 7 +++---- bindings/go/llvm/transforms_coroutines.go | 7 +++---- bindings/go/llvm/transforms_instrumentation.go | 7 +++---- bindings/go/llvm/transforms_ipo.go | 7 +++---- bindings/go/llvm/transforms_pmbuilder.go | 7 +++---- bindings/go/llvm/transforms_scalar.go | 7 +++---- bindings/go/llvm/version.go | 7 +++---- bindings/ocaml/all_backends/all_backends_ocaml.c | 8 ++++---- bindings/ocaml/all_backends/llvm_all_backends.ml | 7 +++---- bindings/ocaml/all_backends/llvm_all_backends.mli | 7 +++---- bindings/ocaml/analysis/analysis_ocaml.c | 8 ++++---- bindings/ocaml/analysis/llvm_analysis.ml | 7 +++---- bindings/ocaml/analysis/llvm_analysis.mli | 7 +++---- bindings/ocaml/backends/backend_ocaml.c | 8 ++++---- bindings/ocaml/backends/llvm_backend.ml.in | 7 +++---- bindings/ocaml/backends/llvm_backend.mli.in | 7 +++---- bindings/ocaml/bitreader/bitreader_ocaml.c | 8 ++++---- bindings/ocaml/bitreader/llvm_bitreader.ml | 7 +++---- bindings/ocaml/bitreader/llvm_bitreader.mli | 7 +++---- bindings/ocaml/bitwriter/bitwriter_ocaml.c | 8 ++++---- bindings/ocaml/bitwriter/llvm_bitwriter.ml | 7 +++---- bindings/ocaml/bitwriter/llvm_bitwriter.mli | 7 +++---- bindings/ocaml/executionengine/executionengine_ocaml.c | 8 ++++---- bindings/ocaml/executionengine/llvm_executionengine.ml | 7 +++---- bindings/ocaml/executionengine/llvm_executionengine.mli | 7 +++---- bindings/ocaml/irreader/irreader_ocaml.c | 8 ++++---- bindings/ocaml/irreader/llvm_irreader.ml | 7 +++---- bindings/ocaml/irreader/llvm_irreader.mli | 7 +++---- bindings/ocaml/linker/linker_ocaml.c | 8 ++++---- bindings/ocaml/linker/llvm_linker.ml | 7 +++---- bindings/ocaml/linker/llvm_linker.mli | 7 +++---- bindings/ocaml/llvm/llvm.ml | 7 +++---- bindings/ocaml/llvm/llvm.mli | 7 +++---- bindings/ocaml/llvm/llvm_ocaml.c | 8 ++++---- bindings/ocaml/target/llvm_target.ml | 7 +++---- bindings/ocaml/target/llvm_target.mli | 7 +++---- bindings/ocaml/target/target_ocaml.c | 8 ++++---- bindings/ocaml/transforms/ipo/ipo_ocaml.c | 8 ++++---- bindings/ocaml/transforms/ipo/llvm_ipo.ml | 7 +++---- bindings/ocaml/transforms/ipo/llvm_ipo.mli | 7 +++---- .../transforms/passmgr_builder/llvm_passmgr_builder.ml | 7 +++---- .../transforms/passmgr_builder/llvm_passmgr_builder.mli | 7 +++---- .../transforms/passmgr_builder/passmgr_builder_ocaml.c | 8 ++++---- bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml | 7 +++---- bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli | 7 +++---- bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c | 8 ++++---- bindings/ocaml/transforms/utils/llvm_transform_utils.ml | 7 +++---- bindings/ocaml/transforms/utils/llvm_transform_utils.mli | 7 +++---- bindings/ocaml/transforms/utils/transform_utils_ocaml.c | 8 ++++---- bindings/ocaml/transforms/vectorize/llvm_vectorize.ml | 7 +++---- bindings/ocaml/transforms/vectorize/llvm_vectorize.mli | 7 +++---- bindings/ocaml/transforms/vectorize/vectorize_ocaml.c | 8 ++++---- bindings/python/llvm/common.py | 7 +++---- bindings/python/llvm/core.py | 7 +++---- bindings/python/llvm/disassembler.py | 7 +++---- bindings/python/llvm/enumerations.py | 7 +++---- bindings/python/llvm/object.py | 7 +++---- docs/LLVMBuild.txt | 7 +++---- docs/llvm-objdump.1 | 5 +++-- examples/BrainF/BrainF.cpp | 7 +++---- examples/BrainF/BrainF.h | 7 +++---- examples/BrainF/BrainFDriver.cpp | 7 +++---- examples/ExceptionDemo/ExceptionDemo.cpp | 7 +++---- examples/Fibonacci/fibonacci.cpp | 7 +++---- examples/HowToUseJIT/HowToUseJIT.cpp | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 7 +++---- .../Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h | 7 +++---- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 7 +++---- examples/LLVMBuild.txt | 7 +++---- examples/ModuleMaker/ModuleMaker.cpp | 7 +++---- examples/ParallelJIT/ParallelJIT.cpp | 7 +++---- include/llvm-c/Analysis.h | 8 ++++---- include/llvm-c/BitReader.h | 8 ++++---- include/llvm-c/BitWriter.h | 8 ++++---- include/llvm-c/Comdat.h | 8 ++++---- include/llvm-c/Core.h | 8 ++++---- include/llvm-c/DataTypes.h | 8 ++++---- include/llvm-c/DebugInfo.h | 7 +++---- include/llvm-c/Disassembler.h | 8 ++++---- include/llvm-c/DisassemblerTypes.h | 8 ++++---- include/llvm-c/Error.h | 8 ++++---- include/llvm-c/ErrorHandling.h | 8 ++++---- include/llvm-c/ExecutionEngine.h | 8 ++++---- include/llvm-c/IRReader.h | 8 ++++---- include/llvm-c/Initialization.h | 8 ++++---- include/llvm-c/LinkTimeOptimizer.h | 7 +++---- include/llvm-c/Linker.h | 8 ++++---- include/llvm-c/Object.h | 8 ++++---- include/llvm-c/OptRemarks.h | 8 ++++---- include/llvm-c/OrcBindings.h | 8 ++++---- include/llvm-c/Support.h | 8 ++++---- include/llvm-c/Target.h | 8 ++++---- include/llvm-c/TargetMachine.h | 8 ++++---- include/llvm-c/Transforms/AggressiveInstCombine.h | 8 ++++---- include/llvm-c/Transforms/Coroutines.h | 8 ++++---- include/llvm-c/Transforms/IPO.h | 8 ++++---- include/llvm-c/Transforms/InstCombine.h | 8 ++++---- include/llvm-c/Transforms/PassManagerBuilder.h | 8 ++++---- include/llvm-c/Transforms/Scalar.h | 8 ++++---- include/llvm-c/Transforms/Utils.h | 8 ++++---- include/llvm-c/Transforms/Vectorize.h | 8 ++++---- include/llvm-c/Types.h | 8 ++++---- include/llvm-c/lto.h | 8 ++++---- include/llvm/ADT/APFloat.h | 7 +++---- include/llvm/ADT/APInt.h | 7 +++---- include/llvm/ADT/APSInt.h | 7 +++---- include/llvm/ADT/AllocatorList.h | 7 +++---- include/llvm/ADT/Any.h | 7 +++---- include/llvm/ADT/ArrayRef.h | 7 +++---- include/llvm/ADT/BitVector.h | 7 +++---- include/llvm/ADT/BitmaskEnum.h | 7 +++---- include/llvm/ADT/BreadthFirstIterator.h | 7 +++---- include/llvm/ADT/CachedHashString.h | 7 +++---- include/llvm/ADT/DAGDeltaAlgorithm.h | 7 +++---- include/llvm/ADT/DeltaAlgorithm.h | 7 +++---- include/llvm/ADT/DenseMap.h | 7 +++---- include/llvm/ADT/DenseMapInfo.h | 7 +++---- include/llvm/ADT/DenseSet.h | 7 +++---- include/llvm/ADT/DepthFirstIterator.h | 7 +++---- include/llvm/ADT/EpochTracker.h | 7 +++---- include/llvm/ADT/EquivalenceClasses.h | 7 +++---- include/llvm/ADT/FoldingSet.h | 7 +++---- include/llvm/ADT/FunctionExtras.h | 7 +++---- include/llvm/ADT/GraphTraits.h | 7 +++---- include/llvm/ADT/Hashing.h | 7 +++---- include/llvm/ADT/ImmutableList.h | 7 +++---- include/llvm/ADT/ImmutableMap.h | 7 +++---- include/llvm/ADT/ImmutableSet.h | 7 +++---- include/llvm/ADT/IndexedMap.h | 7 +++---- include/llvm/ADT/IntEqClasses.h | 7 +++---- include/llvm/ADT/IntervalMap.h | 7 +++---- include/llvm/ADT/IntrusiveRefCntPtr.h | 7 +++---- include/llvm/ADT/MapVector.h | 7 +++---- include/llvm/ADT/None.h | 7 +++---- include/llvm/ADT/Optional.h | 7 +++---- include/llvm/ADT/PackedVector.h | 7 +++---- include/llvm/ADT/PointerEmbeddedInt.h | 7 +++---- include/llvm/ADT/PointerIntPair.h | 7 +++---- include/llvm/ADT/PointerSumType.h | 7 +++---- include/llvm/ADT/PointerUnion.h | 7 +++---- include/llvm/ADT/PostOrderIterator.h | 7 +++---- include/llvm/ADT/PriorityQueue.h | 7 +++---- include/llvm/ADT/PriorityWorklist.h | 7 +++---- include/llvm/ADT/SCCIterator.h | 7 +++---- include/llvm/ADT/STLExtras.h | 7 +++---- include/llvm/ADT/ScopeExit.h | 7 +++---- include/llvm/ADT/ScopedHashTable.h | 7 +++---- include/llvm/ADT/Sequence.h | 7 +++---- include/llvm/ADT/SetOperations.h | 7 +++---- include/llvm/ADT/SetVector.h | 7 +++---- include/llvm/ADT/SmallBitVector.h | 7 +++---- include/llvm/ADT/SmallPtrSet.h | 7 +++---- include/llvm/ADT/SmallSet.h | 7 +++---- include/llvm/ADT/SmallString.h | 7 +++---- include/llvm/ADT/SmallVector.h | 7 +++---- include/llvm/ADT/SparseBitVector.h | 7 +++---- include/llvm/ADT/SparseMultiSet.h | 7 +++---- include/llvm/ADT/SparseSet.h | 7 +++---- include/llvm/ADT/Statistic.h | 7 +++---- include/llvm/ADT/StringExtras.h | 7 +++---- include/llvm/ADT/StringMap.h | 7 +++---- include/llvm/ADT/StringRef.h | 7 +++---- include/llvm/ADT/StringSwitch.h | 7 +++---- include/llvm/ADT/TinyPtrVector.h | 7 +++---- include/llvm/ADT/Triple.h | 7 +++---- include/llvm/ADT/Twine.h | 7 +++---- include/llvm/ADT/UniqueVector.h | 7 +++---- include/llvm/ADT/VariadicFunction.h | 7 +++---- include/llvm/ADT/bit.h | 7 +++---- include/llvm/ADT/edit_distance.h | 7 +++---- include/llvm/ADT/ilist.h | 7 +++---- include/llvm/ADT/ilist_base.h | 7 +++---- include/llvm/ADT/ilist_iterator.h | 7 +++---- include/llvm/ADT/ilist_node.h | 7 +++---- include/llvm/ADT/ilist_node_base.h | 7 +++---- include/llvm/ADT/ilist_node_options.h | 7 +++---- include/llvm/ADT/iterator.h | 7 +++---- include/llvm/ADT/iterator_range.h | 7 +++---- include/llvm/ADT/simple_ilist.h | 7 +++---- include/llvm/Analysis/AliasAnalysis.h | 7 +++---- include/llvm/Analysis/AliasAnalysisEvaluator.h | 7 +++---- include/llvm/Analysis/AliasSetTracker.h | 7 +++---- include/llvm/Analysis/AssumptionCache.h | 7 +++---- include/llvm/Analysis/BasicAliasAnalysis.h | 7 +++---- include/llvm/Analysis/BlockFrequencyInfo.h | 7 +++---- include/llvm/Analysis/BlockFrequencyInfoImpl.h | 7 +++---- include/llvm/Analysis/BranchProbabilityInfo.h | 7 +++---- include/llvm/Analysis/CFG.h | 7 +++---- include/llvm/Analysis/CFGPrinter.h | 7 +++---- include/llvm/Analysis/CFLAliasAnalysisUtils.h | 7 +++---- include/llvm/Analysis/CFLAndersAliasAnalysis.h | 7 +++---- include/llvm/Analysis/CFLSteensAliasAnalysis.h | 7 +++---- include/llvm/Analysis/CGSCCPassManager.h | 7 +++---- include/llvm/Analysis/CallGraph.h | 7 +++---- include/llvm/Analysis/CallGraphSCCPass.h | 7 +++---- include/llvm/Analysis/CallPrinter.h | 7 +++---- include/llvm/Analysis/CaptureTracking.h | 7 +++---- include/llvm/Analysis/CmpInstAnalysis.h | 7 +++---- include/llvm/Analysis/CodeMetrics.h | 7 +++---- include/llvm/Analysis/ConstantFolding.h | 7 +++---- include/llvm/Analysis/DOTGraphTraitsPass.h | 7 +++---- include/llvm/Analysis/DemandedBits.h | 7 +++---- include/llvm/Analysis/DependenceAnalysis.h | 7 +++---- include/llvm/Analysis/DivergenceAnalysis.h | 7 +++---- include/llvm/Analysis/DomPrinter.h | 7 +++---- include/llvm/Analysis/DominanceFrontier.h | 7 +++---- include/llvm/Analysis/DominanceFrontierImpl.h | 7 +++---- include/llvm/Analysis/EHPersonalities.h | 7 +++---- include/llvm/Analysis/GlobalsModRef.h | 7 +++---- include/llvm/Analysis/GuardUtils.h | 7 +++---- include/llvm/Analysis/IVDescriptors.h | 7 +++---- include/llvm/Analysis/IVUsers.h | 7 +++---- include/llvm/Analysis/IndirectCallPromotionAnalysis.h | 7 +++---- include/llvm/Analysis/IndirectCallVisitor.h | 7 +++---- include/llvm/Analysis/InlineCost.h | 7 +++---- include/llvm/Analysis/InstructionPrecedenceTracking.h | 7 +++---- include/llvm/Analysis/InstructionSimplify.h | 7 +++---- include/llvm/Analysis/Interval.h | 7 +++---- include/llvm/Analysis/IntervalIterator.h | 7 +++---- include/llvm/Analysis/IntervalPartition.h | 7 +++---- include/llvm/Analysis/IteratedDominanceFrontier.h | 7 +++---- include/llvm/Analysis/LazyBlockFrequencyInfo.h | 7 +++---- include/llvm/Analysis/LazyBranchProbabilityInfo.h | 7 +++---- include/llvm/Analysis/LazyCallGraph.h | 7 +++---- include/llvm/Analysis/LazyValueInfo.h | 7 +++---- include/llvm/Analysis/LegacyDivergenceAnalysis.h | 7 +++---- include/llvm/Analysis/Lint.h | 7 +++---- include/llvm/Analysis/Loads.h | 7 +++---- include/llvm/Analysis/LoopAccessAnalysis.h | 7 +++---- include/llvm/Analysis/LoopAnalysisManager.h | 7 +++---- include/llvm/Analysis/LoopInfo.h | 7 +++---- include/llvm/Analysis/LoopInfoImpl.h | 7 +++---- include/llvm/Analysis/LoopIterator.h | 7 +++---- include/llvm/Analysis/LoopPass.h | 7 +++---- include/llvm/Analysis/LoopUnrollAnalyzer.h | 7 +++---- include/llvm/Analysis/MemoryBuiltins.h | 7 +++---- include/llvm/Analysis/MemoryDependenceAnalysis.h | 7 +++---- include/llvm/Analysis/MemoryLocation.h | 7 +++---- include/llvm/Analysis/MemorySSA.h | 7 +++---- include/llvm/Analysis/MemorySSAUpdater.h | 7 +++---- include/llvm/Analysis/ModuleSummaryAnalysis.h | 7 +++---- include/llvm/Analysis/MustExecute.h | 7 +++---- include/llvm/Analysis/ObjCARCAliasAnalysis.h | 7 +++---- include/llvm/Analysis/ObjCARCAnalysisUtils.h | 7 +++---- include/llvm/Analysis/ObjCARCInstKind.h | 7 +++---- include/llvm/Analysis/OptimizationRemarkEmitter.h | 7 +++---- include/llvm/Analysis/OrderedBasicBlock.h | 7 +++---- include/llvm/Analysis/OrderedInstructions.h | 7 +++---- include/llvm/Analysis/PHITransAddr.h | 7 +++---- include/llvm/Analysis/Passes.h | 7 +++---- include/llvm/Analysis/PhiValues.h | 7 +++---- include/llvm/Analysis/PostDominators.h | 7 +++---- include/llvm/Analysis/ProfileSummaryInfo.h | 7 +++---- include/llvm/Analysis/PtrUseVisitor.h | 7 +++---- include/llvm/Analysis/RegionInfo.h | 7 +++---- include/llvm/Analysis/RegionInfoImpl.h | 7 +++---- include/llvm/Analysis/RegionIterator.h | 7 +++---- include/llvm/Analysis/RegionPass.h | 7 +++---- include/llvm/Analysis/RegionPrinter.h | 7 +++---- include/llvm/Analysis/ScalarEvolution.h | 7 +++---- include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h | 7 +++---- include/llvm/Analysis/ScalarEvolutionExpander.h | 7 +++---- include/llvm/Analysis/ScalarEvolutionExpressions.h | 7 +++---- include/llvm/Analysis/ScalarEvolutionNormalization.h | 7 +++---- include/llvm/Analysis/ScopedNoAliasAA.h | 7 +++---- include/llvm/Analysis/SparsePropagation.h | 7 +++---- include/llvm/Analysis/StackSafetyAnalysis.h | 7 +++---- include/llvm/Analysis/SyncDependenceAnalysis.h | 7 +++---- include/llvm/Analysis/SyntheticCountsUtils.h | 7 +++---- include/llvm/Analysis/TargetFolder.h | 7 +++---- include/llvm/Analysis/TargetLibraryInfo.def | 7 +++---- include/llvm/Analysis/TargetLibraryInfo.h | 7 +++---- include/llvm/Analysis/TargetTransformInfo.h | 7 +++---- include/llvm/Analysis/TargetTransformInfoImpl.h | 7 +++---- include/llvm/Analysis/Trace.h | 7 +++---- include/llvm/Analysis/TypeBasedAliasAnalysis.h | 7 +++---- include/llvm/Analysis/TypeMetadataUtils.h | 7 +++---- include/llvm/Analysis/Utils/Local.h | 7 +++---- include/llvm/Analysis/ValueLattice.h | 7 +++---- include/llvm/Analysis/ValueLatticeUtils.h | 7 +++---- include/llvm/Analysis/ValueTracking.h | 7 +++---- include/llvm/Analysis/VectorUtils.h | 7 +++---- include/llvm/AsmParser/Parser.h | 7 +++---- include/llvm/AsmParser/SlotMapping.h | 7 +++---- include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h | 7 +++---- include/llvm/BinaryFormat/COFF.h | 7 +++---- include/llvm/BinaryFormat/Dwarf.def | 7 +++---- include/llvm/BinaryFormat/Dwarf.h | 7 +++---- include/llvm/BinaryFormat/ELF.h | 7 +++---- include/llvm/BinaryFormat/MachO.def | 7 +++---- include/llvm/BinaryFormat/MachO.h | 7 +++---- include/llvm/BinaryFormat/Magic.h | 7 +++---- include/llvm/BinaryFormat/MsgPack.def | 7 +++---- include/llvm/BinaryFormat/MsgPack.h | 7 +++---- include/llvm/BinaryFormat/MsgPackReader.h | 7 +++---- include/llvm/BinaryFormat/MsgPackTypes.h | 7 +++---- include/llvm/BinaryFormat/MsgPackWriter.h | 7 +++---- include/llvm/BinaryFormat/Wasm.h | 7 +++---- include/llvm/Bitcode/BitCodes.h | 7 +++---- include/llvm/Bitcode/BitcodeReader.h | 7 +++---- include/llvm/Bitcode/BitcodeWriter.h | 7 +++---- include/llvm/Bitcode/BitcodeWriterPass.h | 7 +++---- include/llvm/Bitcode/BitstreamReader.h | 7 +++---- include/llvm/Bitcode/BitstreamWriter.h | 7 +++---- include/llvm/Bitcode/LLVMBitCodes.h | 7 +++---- include/llvm/CodeGen/AccelTable.h | 7 +++---- include/llvm/CodeGen/Analysis.h | 7 +++---- include/llvm/CodeGen/AsmPrinter.h | 7 +++---- include/llvm/CodeGen/AsmPrinterHandler.h | 7 +++---- include/llvm/CodeGen/AtomicExpandUtils.h | 7 +++---- include/llvm/CodeGen/BasicTTIImpl.h | 7 +++---- include/llvm/CodeGen/BuiltinGCs.h | 7 +++---- include/llvm/CodeGen/CalcSpillWeights.h | 7 +++---- include/llvm/CodeGen/CallingConvLower.h | 7 +++---- include/llvm/CodeGen/CommandFlags.inc | 7 +++---- include/llvm/CodeGen/CostTable.h | 7 +++---- include/llvm/CodeGen/DAGCombine.h | 7 +++---- include/llvm/CodeGen/DFAPacketizer.h | 7 +++---- include/llvm/CodeGen/DIE.h | 7 +++---- include/llvm/CodeGen/DIEValue.def | 7 +++---- include/llvm/CodeGen/DbgEntityHistoryCalculator.h | 7 +++---- include/llvm/CodeGen/DebugHandlerBase.h | 7 +++---- include/llvm/CodeGen/DwarfStringPoolEntry.h | 7 +++---- include/llvm/CodeGen/EdgeBundles.h | 7 +++---- include/llvm/CodeGen/ExecutionDomainFix.h | 7 +++---- include/llvm/CodeGen/ExpandReductions.h | 7 +++---- include/llvm/CodeGen/FastISel.h | 7 +++---- include/llvm/CodeGen/FaultMaps.h | 7 +++---- include/llvm/CodeGen/FunctionLoweringInfo.h | 7 +++---- include/llvm/CodeGen/GCMetadata.h | 7 +++---- include/llvm/CodeGen/GCMetadataPrinter.h | 7 +++---- include/llvm/CodeGen/GCStrategy.h | 7 +++---- include/llvm/CodeGen/GlobalISel/CSEInfo.h | 7 +++---- include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h | 7 +++---- include/llvm/CodeGen/GlobalISel/CallLowering.h | 7 +++---- include/llvm/CodeGen/GlobalISel/Combiner.h | 7 +++---- include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 7 +++---- include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 7 +++---- .../llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h | 7 +++---- include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h | 7 +++---- include/llvm/CodeGen/GlobalISel/GISelWorkList.h | 7 +++---- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 7 +++---- include/llvm/CodeGen/GlobalISel/InstructionSelect.h | 7 +++---- include/llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 +++---- include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h | 7 +++---- .../llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h | 7 +++---- include/llvm/CodeGen/GlobalISel/Legalizer.h | 7 +++---- include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 7 +++---- include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 7 +++---- include/llvm/CodeGen/GlobalISel/Localizer.h | 7 +++---- include/llvm/CodeGen/GlobalISel/MIPatternMatch.h | 7 +++---- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 7 +++---- include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 7 +++---- include/llvm/CodeGen/GlobalISel/RegisterBank.h | 7 +++---- include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 7 +++---- include/llvm/CodeGen/GlobalISel/Types.h | 7 +++---- include/llvm/CodeGen/GlobalISel/Utils.h | 7 +++---- include/llvm/CodeGen/ISDOpcodes.h | 7 +++---- include/llvm/CodeGen/IntrinsicLowering.h | 7 +++---- include/llvm/CodeGen/LatencyPriorityQueue.h | 7 +++---- include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h | 7 +++---- include/llvm/CodeGen/LexicalScopes.h | 7 +++---- include/llvm/CodeGen/LinkAllAsmWriterComponents.h | 7 +++---- include/llvm/CodeGen/LinkAllCodegenComponents.h | 7 +++---- include/llvm/CodeGen/LiveInterval.h | 7 +++---- include/llvm/CodeGen/LiveIntervalUnion.h | 7 +++---- include/llvm/CodeGen/LiveIntervals.h | 7 +++---- include/llvm/CodeGen/LivePhysRegs.h | 7 +++---- include/llvm/CodeGen/LiveRangeEdit.h | 7 +++---- include/llvm/CodeGen/LiveRegMatrix.h | 7 +++---- include/llvm/CodeGen/LiveRegUnits.h | 7 +++---- include/llvm/CodeGen/LiveStacks.h | 7 +++---- include/llvm/CodeGen/LiveVariables.h | 7 +++---- include/llvm/CodeGen/LoopTraversal.h | 7 +++---- include/llvm/CodeGen/LowLevelType.h | 7 +++---- include/llvm/CodeGen/MIRParser/MIRParser.h | 7 +++---- include/llvm/CodeGen/MIRPrinter.h | 7 +++---- include/llvm/CodeGen/MIRYamlMapping.h | 7 +++---- include/llvm/CodeGen/MachORelocation.h | 7 +++---- include/llvm/CodeGen/MachineBasicBlock.h | 7 +++---- include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 7 +++---- include/llvm/CodeGen/MachineBranchProbabilityInfo.h | 7 +++---- include/llvm/CodeGen/MachineCombinerPattern.h | 7 +++---- include/llvm/CodeGen/MachineConstantPool.h | 7 +++---- include/llvm/CodeGen/MachineDominanceFrontier.h | 7 +++---- include/llvm/CodeGen/MachineDominators.h | 7 +++---- include/llvm/CodeGen/MachineFrameInfo.h | 7 +++---- include/llvm/CodeGen/MachineFunction.h | 7 +++---- include/llvm/CodeGen/MachineFunctionPass.h | 7 +++---- include/llvm/CodeGen/MachineInstr.h | 7 +++---- include/llvm/CodeGen/MachineInstrBuilder.h | 7 +++---- include/llvm/CodeGen/MachineInstrBundle.h | 7 +++---- include/llvm/CodeGen/MachineInstrBundleIterator.h | 7 +++---- include/llvm/CodeGen/MachineJumpTableInfo.h | 7 +++---- include/llvm/CodeGen/MachineLoopInfo.h | 7 +++---- include/llvm/CodeGen/MachineMemOperand.h | 7 +++---- include/llvm/CodeGen/MachineModuleInfo.h | 7 +++---- include/llvm/CodeGen/MachineModuleInfoImpls.h | 7 +++---- include/llvm/CodeGen/MachineOperand.h | 7 +++---- include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h | 7 +++---- include/llvm/CodeGen/MachineOutliner.h | 7 +++---- include/llvm/CodeGen/MachinePassRegistry.h | 7 +++---- include/llvm/CodeGen/MachinePipeliner.h | 7 +++---- include/llvm/CodeGen/MachinePostDominators.h | 7 +++---- include/llvm/CodeGen/MachineRegionInfo.h | 7 +++---- include/llvm/CodeGen/MachineRegisterInfo.h | 7 +++---- include/llvm/CodeGen/MachineSSAUpdater.h | 7 +++---- include/llvm/CodeGen/MachineScheduler.h | 7 +++---- include/llvm/CodeGen/MachineTraceMetrics.h | 7 +++---- include/llvm/CodeGen/MacroFusion.h | 7 +++---- include/llvm/CodeGen/PBQP/CostAllocator.h | 7 +++---- include/llvm/CodeGen/PBQP/Graph.h | 7 +++---- include/llvm/CodeGen/PBQP/Math.h | 7 +++---- include/llvm/CodeGen/PBQP/ReductionRules.h | 7 +++---- include/llvm/CodeGen/PBQP/Solution.h | 7 +++---- include/llvm/CodeGen/PBQPRAConstraint.h | 7 +++---- include/llvm/CodeGen/ParallelCG.h | 7 +++---- include/llvm/CodeGen/Passes.h | 7 +++---- include/llvm/CodeGen/PreISelIntrinsicLowering.h | 7 +++---- include/llvm/CodeGen/PseudoSourceValue.h | 7 +++---- include/llvm/CodeGen/ReachingDefAnalysis.h | 7 +++---- include/llvm/CodeGen/RegAllocPBQP.h | 7 +++---- include/llvm/CodeGen/RegAllocRegistry.h | 7 +++---- include/llvm/CodeGen/RegisterClassInfo.h | 7 +++---- include/llvm/CodeGen/RegisterPressure.h | 7 +++---- include/llvm/CodeGen/RegisterScavenging.h | 7 +++---- include/llvm/CodeGen/RegisterUsageInfo.h | 7 +++---- include/llvm/CodeGen/ResourcePriorityQueue.h | 7 +++---- include/llvm/CodeGen/RuntimeLibcalls.h | 7 +++---- include/llvm/CodeGen/SDNodeProperties.td | 7 +++---- include/llvm/CodeGen/ScheduleDAG.h | 7 +++---- include/llvm/CodeGen/ScheduleDAGInstrs.h | 7 +++---- include/llvm/CodeGen/ScheduleDAGMutation.h | 7 +++---- include/llvm/CodeGen/ScheduleDFS.h | 7 +++---- include/llvm/CodeGen/ScheduleHazardRecognizer.h | 7 +++---- include/llvm/CodeGen/SchedulerRegistry.h | 7 +++---- include/llvm/CodeGen/ScoreboardHazardRecognizer.h | 7 +++---- include/llvm/CodeGen/SelectionDAG.h | 7 +++---- include/llvm/CodeGen/SelectionDAGAddressAnalysis.h | 7 +++---- include/llvm/CodeGen/SelectionDAGISel.h | 7 +++---- include/llvm/CodeGen/SelectionDAGNodes.h | 7 +++---- include/llvm/CodeGen/SelectionDAGTargetInfo.h | 7 +++---- include/llvm/CodeGen/SlotIndexes.h | 7 +++---- include/llvm/CodeGen/StackMaps.h | 7 +++---- include/llvm/CodeGen/StackProtector.h | 7 +++---- include/llvm/CodeGen/TailDuplicator.h | 7 +++---- include/llvm/CodeGen/TargetCallingConv.h | 7 +++---- include/llvm/CodeGen/TargetFrameLowering.h | 7 +++---- include/llvm/CodeGen/TargetInstrInfo.h | 7 +++---- include/llvm/CodeGen/TargetLowering.h | 7 +++---- include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | 7 +++---- include/llvm/CodeGen/TargetOpcodes.h | 7 +++---- include/llvm/CodeGen/TargetPassConfig.h | 7 +++---- include/llvm/CodeGen/TargetRegisterInfo.h | 7 +++---- include/llvm/CodeGen/TargetSchedule.h | 7 +++---- include/llvm/CodeGen/TargetSubtargetInfo.h | 7 +++---- include/llvm/CodeGen/UnreachableBlockElim.h | 7 +++---- include/llvm/CodeGen/ValueTypes.h | 7 +++---- include/llvm/CodeGen/ValueTypes.td | 7 +++---- include/llvm/CodeGen/VirtRegMap.h | 7 +++---- include/llvm/CodeGen/WasmEHFuncInfo.h | 7 +++---- include/llvm/CodeGen/WinEHFuncInfo.h | 7 +++---- include/llvm/Config/AsmParsers.def.in | 8 ++++---- include/llvm/Config/AsmPrinters.def.in | 8 ++++---- include/llvm/Config/Disassemblers.def.in | 8 ++++---- include/llvm/Config/Targets.def.in | 8 ++++---- include/llvm/Config/abi-breaking.h.cmake | 8 ++++---- include/llvm/Config/llvm-config.h.cmake | 8 ++++---- .../llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h | 7 +++---- include/llvm/DebugInfo/CodeView/CVRecord.h | 7 +++---- include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h | 7 +++---- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 7 +++---- include/llvm/DebugInfo/CodeView/CodeView.h | 7 +++---- include/llvm/DebugInfo/CodeView/CodeViewError.h | 7 +++---- include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 7 +++---- include/llvm/DebugInfo/CodeView/CodeViewRegisters.def | 7 +++---- include/llvm/DebugInfo/CodeView/CodeViewSymbols.def | 7 +++---- include/llvm/DebugInfo/CodeView/CodeViewTypes.def | 7 +++---- .../llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h | 7 +++---- .../llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h | 7 +++---- .../llvm/DebugInfo/CodeView/DebugStringTableSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h | 7 +++---- include/llvm/DebugInfo/CodeView/EnumTables.h | 7 +++---- include/llvm/DebugInfo/CodeView/Formatters.h | 7 +++---- include/llvm/DebugInfo/CodeView/FunctionId.h | 7 +++---- include/llvm/DebugInfo/CodeView/GUID.h | 7 +++---- include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h | 7 +++---- include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h | 7 +++---- include/llvm/DebugInfo/CodeView/Line.h | 7 +++---- include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h | 7 +++---- include/llvm/DebugInfo/CodeView/RecordName.h | 7 +++---- include/llvm/DebugInfo/CodeView/RecordSerialization.h | 7 +++---- include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h | 7 +++---- include/llvm/DebugInfo/CodeView/StringsAndChecksums.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolDeserializer.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolDumper.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 7 +++---- .../DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h | 7 +++---- include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeCollection.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeHashing.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeIndex.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeRecord.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeRecordMapping.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeTableCollection.h | 7 +++---- .../llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h | 7 +++---- include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 7 +++---- include/llvm/DebugInfo/DIContext.h | 7 +++---- .../llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFAddressRange.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFContext.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFDie.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFExpression.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFListTable.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFObject.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFSection.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 7 +++---- include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 7 +++---- include/llvm/DebugInfo/MSF/IMSFFile.h | 7 +++---- include/llvm/DebugInfo/MSF/MSFBuilder.h | 7 +++---- include/llvm/DebugInfo/MSF/MSFCommon.h | 7 +++---- include/llvm/DebugInfo/MSF/MSFError.h | 7 +++---- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 7 +++---- include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIADataStream.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAError.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIASession.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIASupport.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIATable.h | 7 +++---- include/llvm/DebugInfo/PDB/DIA/DIAUtils.h | 7 +++---- include/llvm/DebugInfo/PDB/GenericError.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBDataStream.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBEnumChildren.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBFrameData.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBInjectedSource.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBLineNumber.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBSectionContrib.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBSession.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBSourceFile.h | 7 +++---- include/llvm/DebugInfo/PDB/IPDBTable.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h | 7 +++---- .../llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/DbiModuleList.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/EnumTables.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/Formatters.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/Hash.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/HashTable.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/InfoStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/RawConstants.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/RawError.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/RawTypes.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/SymbolStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/TpiHashing.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 7 +++---- include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 7 +++---- include/llvm/DebugInfo/PDB/PDB.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBContext.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBExtras.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymDumper.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolBlock.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolCustom.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolData.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolExe.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolFunc.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolLabel.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolThunk.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h | 7 +++---- include/llvm/DebugInfo/PDB/PDBTypes.h | 7 +++---- include/llvm/DebugInfo/PDB/UDTLayout.h | 7 +++---- include/llvm/DebugInfo/Symbolize/DIPrinter.h | 7 +++---- include/llvm/DebugInfo/Symbolize/SymbolizableModule.h | 7 +++---- include/llvm/DebugInfo/Symbolize/Symbolize.h | 7 +++---- include/llvm/Demangle/Demangle.h | 7 +++---- include/llvm/Demangle/DemangleConfig.h | 7 +++---- include/llvm/Demangle/StringView.h | 7 +++---- include/llvm/Demangle/Utility.h | 7 +++---- include/llvm/ExecutionEngine/ExecutionEngine.h | 7 +++---- include/llvm/ExecutionEngine/GenericValue.h | 7 +++---- include/llvm/ExecutionEngine/Interpreter.h | 7 +++---- include/llvm/ExecutionEngine/JITEventListener.h | 7 +++---- include/llvm/ExecutionEngine/JITSymbol.h | 7 +++---- include/llvm/ExecutionEngine/MCJIT.h | 7 +++---- include/llvm/ExecutionEngine/OProfileWrapper.h | 7 +++---- include/llvm/ExecutionEngine/ObjectCache.h | 7 +++---- include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/CompileUtils.h | 7 +++---- include/llvm/ExecutionEngine/Orc/Core.h | 7 +++---- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 7 +++---- include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/IRTransformLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/IndirectionUtils.h | 7 +++---- include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h | 7 +++---- include/llvm/ExecutionEngine/Orc/LLJIT.h | 7 +++---- include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 7 +++---- include/llvm/ExecutionEngine/Orc/Layer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/LazyReexports.h | 7 +++---- include/llvm/ExecutionEngine/Orc/Legacy.h | 7 +++---- include/llvm/ExecutionEngine/Orc/NullResolver.h | 7 +++---- include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/OrcABISupport.h | 7 +++---- include/llvm/ExecutionEngine/Orc/OrcError.h | 7 +++---- include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h | 7 +++---- include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 7 +++---- include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/RPCSerialization.h | 7 +++---- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 7 +++---- .../llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/RawByteChannel.h | 7 +++---- include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 7 +++---- include/llvm/ExecutionEngine/Orc/SymbolStringPool.h | 7 +++---- include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 7 +++---- include/llvm/ExecutionEngine/OrcMCJITReplacement.h | 7 +++---- include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 7 +++---- include/llvm/ExecutionEngine/RuntimeDyld.h | 7 +++---- include/llvm/ExecutionEngine/RuntimeDyldChecker.h | 7 +++---- include/llvm/ExecutionEngine/SectionMemoryManager.h | 7 +++---- include/llvm/FuzzMutate/FuzzerCLI.h | 7 +++---- include/llvm/FuzzMutate/IRMutator.h | 7 +++---- include/llvm/FuzzMutate/OpDescriptor.h | 7 +++---- include/llvm/FuzzMutate/Operations.h | 7 +++---- include/llvm/FuzzMutate/Random.h | 7 +++---- include/llvm/FuzzMutate/RandomIRBuilder.h | 7 +++---- include/llvm/IR/Argument.h | 7 +++---- include/llvm/IR/AssemblyAnnotationWriter.h | 7 +++---- include/llvm/IR/Attributes.h | 7 +++---- include/llvm/IR/AutoUpgrade.h | 7 +++---- include/llvm/IR/BasicBlock.h | 7 +++---- include/llvm/IR/CFG.h | 7 +++---- include/llvm/IR/CFGDiff.h | 7 +++---- include/llvm/IR/CallSite.h | 7 +++---- include/llvm/IR/CallingConv.h | 7 +++---- include/llvm/IR/Comdat.h | 7 +++---- include/llvm/IR/Constant.h | 7 +++---- include/llvm/IR/ConstantFolder.h | 7 +++---- include/llvm/IR/ConstantRange.h | 7 +++---- include/llvm/IR/Constants.h | 7 +++---- include/llvm/IR/DIBuilder.h | 7 +++---- include/llvm/IR/DataLayout.h | 7 +++---- include/llvm/IR/DebugInfo.h | 7 +++---- include/llvm/IR/DebugInfoFlags.def | 7 +++---- include/llvm/IR/DebugInfoMetadata.h | 7 +++---- include/llvm/IR/DebugLoc.h | 7 +++---- include/llvm/IR/DerivedTypes.h | 7 +++---- include/llvm/IR/DerivedUser.h | 7 +++---- include/llvm/IR/DiagnosticHandler.h | 7 +++---- include/llvm/IR/DiagnosticInfo.h | 7 +++---- include/llvm/IR/DiagnosticPrinter.h | 7 +++---- include/llvm/IR/DomTreeUpdater.h | 7 +++---- include/llvm/IR/Dominators.h | 7 +++---- include/llvm/IR/Function.h | 7 +++---- include/llvm/IR/GVMaterializer.h | 7 +++---- include/llvm/IR/GetElementPtrTypeIterator.h | 7 +++---- include/llvm/IR/GlobalAlias.h | 7 +++---- include/llvm/IR/GlobalIFunc.h | 7 +++---- include/llvm/IR/GlobalIndirectSymbol.h | 7 +++---- include/llvm/IR/GlobalObject.h | 7 +++---- include/llvm/IR/GlobalValue.h | 7 +++---- include/llvm/IR/GlobalVariable.h | 7 +++---- include/llvm/IR/IRBuilder.h | 7 +++---- include/llvm/IR/IRPrintingPasses.h | 7 +++---- include/llvm/IR/InlineAsm.h | 7 +++---- include/llvm/IR/InstIterator.h | 7 +++---- include/llvm/IR/InstVisitor.h | 7 +++---- include/llvm/IR/InstrTypes.h | 7 +++---- include/llvm/IR/Instruction.def | 7 +++---- include/llvm/IR/Instruction.h | 7 +++---- include/llvm/IR/Instructions.h | 7 +++---- include/llvm/IR/IntrinsicInst.h | 7 +++---- include/llvm/IR/Intrinsics.h | 7 +++---- include/llvm/IR/Intrinsics.td | 7 +++---- include/llvm/IR/IntrinsicsAArch64.td | 7 +++---- include/llvm/IR/IntrinsicsAMDGPU.td | 7 +++---- include/llvm/IR/IntrinsicsARM.td | 7 +++---- include/llvm/IR/IntrinsicsBPF.td | 7 +++---- include/llvm/IR/IntrinsicsHexagon.td | 7 +++---- include/llvm/IR/IntrinsicsMips.td | 7 +++---- include/llvm/IR/IntrinsicsNVVM.td | 7 +++---- include/llvm/IR/IntrinsicsPowerPC.td | 7 +++---- include/llvm/IR/IntrinsicsRISCV.td | 7 +++---- include/llvm/IR/IntrinsicsSystemZ.td | 7 +++---- include/llvm/IR/IntrinsicsWebAssembly.td | 7 +++---- include/llvm/IR/IntrinsicsX86.td | 7 +++---- include/llvm/IR/IntrinsicsXCore.td | 7 +++---- include/llvm/IR/LLVMContext.h | 7 +++---- include/llvm/IR/LegacyPassManager.h | 7 +++---- include/llvm/IR/LegacyPassManagers.h | 7 +++---- include/llvm/IR/LegacyPassNameParser.h | 7 +++---- include/llvm/IR/MDBuilder.h | 7 +++---- include/llvm/IR/Mangler.h | 7 +++---- include/llvm/IR/Metadata.def | 7 +++---- include/llvm/IR/Metadata.h | 7 +++---- include/llvm/IR/Module.h | 7 +++---- include/llvm/IR/ModuleSlotTracker.h | 7 +++---- include/llvm/IR/ModuleSummaryIndex.h | 7 +++---- include/llvm/IR/ModuleSummaryIndexYAML.h | 7 +++---- include/llvm/IR/NoFolder.h | 7 +++---- include/llvm/IR/OperandTraits.h | 7 +++---- include/llvm/IR/Operator.h | 7 +++---- include/llvm/IR/OptBisect.h | 7 +++---- include/llvm/IR/PassInstrumentation.h | 7 +++---- include/llvm/IR/PassManager.h | 7 +++---- include/llvm/IR/PassManagerInternal.h | 7 +++---- include/llvm/IR/PassTimingInfo.h | 7 +++---- include/llvm/IR/PatternMatch.h | 7 +++---- include/llvm/IR/PredIteratorCache.h | 7 +++---- include/llvm/IR/ProfileSummary.h | 7 +++---- include/llvm/IR/RuntimeLibcalls.def | 7 +++---- include/llvm/IR/SafepointIRVerifier.h | 7 +++---- include/llvm/IR/Statepoint.h | 7 +++---- include/llvm/IR/SymbolTableListTraits.h | 7 +++---- include/llvm/IR/TrackingMDRef.h | 7 +++---- include/llvm/IR/Type.h | 7 +++---- include/llvm/IR/TypeFinder.h | 7 +++---- include/llvm/IR/Use.h | 7 +++---- include/llvm/IR/UseListOrder.h | 7 +++---- include/llvm/IR/User.h | 7 +++---- include/llvm/IR/Value.def | 7 +++---- include/llvm/IR/Value.h | 7 +++---- include/llvm/IR/ValueHandle.h | 7 +++---- include/llvm/IR/ValueMap.h | 7 +++---- include/llvm/IR/ValueSymbolTable.h | 7 +++---- include/llvm/IR/Verifier.h | 7 +++---- include/llvm/IRReader/IRReader.h | 7 +++---- include/llvm/InitializePasses.h | 7 +++---- include/llvm/LTO/Caching.h | 7 +++---- include/llvm/LTO/Config.h | 7 +++---- include/llvm/LTO/LTO.h | 7 +++---- include/llvm/LTO/LTOBackend.h | 7 +++---- include/llvm/LTO/SummaryBasedOptimizations.h | 7 +++---- include/llvm/LTO/legacy/LTOCodeGenerator.h | 7 +++---- include/llvm/LTO/legacy/LTOModule.h | 7 +++---- include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 7 +++---- include/llvm/LTO/legacy/UpdateCompilerUsed.h | 7 +++---- include/llvm/LineEditor/LineEditor.h | 7 +++---- include/llvm/LinkAllIR.h | 7 +++---- include/llvm/LinkAllPasses.h | 7 +++---- include/llvm/Linker/IRMover.h | 7 +++---- include/llvm/Linker/Linker.h | 7 +++---- include/llvm/MC/ConstantPools.h | 7 +++---- include/llvm/MC/LaneBitmask.h | 7 +++---- include/llvm/MC/MCAsmBackend.h | 7 +++---- include/llvm/MC/MCAsmInfo.h | 7 +++---- include/llvm/MC/MCAsmInfoCOFF.h | 7 +++---- include/llvm/MC/MCAsmInfoDarwin.h | 7 +++---- include/llvm/MC/MCAsmInfoELF.h | 7 +++---- include/llvm/MC/MCAsmInfoWasm.h | 7 +++---- include/llvm/MC/MCAsmLayout.h | 7 +++---- include/llvm/MC/MCAsmMacro.h | 7 +++---- include/llvm/MC/MCAssembler.h | 7 +++---- include/llvm/MC/MCCodeEmitter.h | 7 +++---- include/llvm/MC/MCCodePadder.h | 7 +++---- include/llvm/MC/MCCodeView.h | 7 +++---- include/llvm/MC/MCContext.h | 7 +++---- include/llvm/MC/MCDirectives.h | 7 +++---- include/llvm/MC/MCDisassembler/MCDisassembler.h | 7 +++---- include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h | 7 +++---- include/llvm/MC/MCDisassembler/MCRelocationInfo.h | 7 +++---- include/llvm/MC/MCDisassembler/MCSymbolizer.h | 7 +++---- include/llvm/MC/MCDwarf.h | 7 +++---- include/llvm/MC/MCELFObjectWriter.h | 7 +++---- include/llvm/MC/MCELFStreamer.h | 7 +++---- include/llvm/MC/MCExpr.h | 7 +++---- include/llvm/MC/MCFixedLenDisassembler.h | 7 +++---- include/llvm/MC/MCFixup.h | 7 +++---- include/llvm/MC/MCFixupKindInfo.h | 7 +++---- include/llvm/MC/MCFragment.h | 7 +++---- include/llvm/MC/MCInst.h | 7 +++---- include/llvm/MC/MCInstBuilder.h | 7 +++---- include/llvm/MC/MCInstPrinter.h | 7 +++---- include/llvm/MC/MCInstrAnalysis.h | 7 +++---- include/llvm/MC/MCInstrDesc.h | 7 +++---- include/llvm/MC/MCInstrInfo.h | 7 +++---- include/llvm/MC/MCInstrItineraries.h | 7 +++---- include/llvm/MC/MCLabel.h | 7 +++---- include/llvm/MC/MCLinkerOptimizationHint.h | 7 +++---- include/llvm/MC/MCMachObjectWriter.h | 7 +++---- include/llvm/MC/MCObjectFileInfo.h | 7 +++---- include/llvm/MC/MCObjectStreamer.h | 7 +++---- include/llvm/MC/MCObjectWriter.h | 7 +++---- include/llvm/MC/MCParser/AsmCond.h | 7 +++---- include/llvm/MC/MCParser/AsmLexer.h | 7 +++---- include/llvm/MC/MCParser/MCAsmLexer.h | 7 +++---- include/llvm/MC/MCParser/MCAsmParser.h | 7 +++---- include/llvm/MC/MCParser/MCAsmParserExtension.h | 7 +++---- include/llvm/MC/MCParser/MCAsmParserUtils.h | 7 +++---- include/llvm/MC/MCParser/MCParsedAsmOperand.h | 7 +++---- include/llvm/MC/MCParser/MCTargetAsmParser.h | 7 +++---- include/llvm/MC/MCRegisterInfo.h | 7 +++---- include/llvm/MC/MCSchedule.h | 7 +++---- include/llvm/MC/MCSection.h | 7 +++---- include/llvm/MC/MCSectionCOFF.h | 7 +++---- include/llvm/MC/MCSectionELF.h | 7 +++---- include/llvm/MC/MCSectionMachO.h | 7 +++---- include/llvm/MC/MCSectionWasm.h | 7 +++---- include/llvm/MC/MCStreamer.h | 7 +++---- include/llvm/MC/MCSubtargetInfo.h | 7 +++---- include/llvm/MC/MCSymbol.h | 7 +++---- include/llvm/MC/MCSymbolCOFF.h | 7 +++---- include/llvm/MC/MCSymbolELF.h | 7 +++---- include/llvm/MC/MCSymbolMachO.h | 7 +++---- include/llvm/MC/MCSymbolWasm.h | 7 +++---- include/llvm/MC/MCTargetOptions.h | 7 +++---- include/llvm/MC/MCTargetOptionsCommandFlags.inc | 7 +++---- include/llvm/MC/MCValue.h | 7 +++---- include/llvm/MC/MCWasmObjectWriter.h | 7 +++---- include/llvm/MC/MCWasmStreamer.h | 7 +++---- include/llvm/MC/MCWin64EH.h | 7 +++---- include/llvm/MC/MCWinCOFFObjectWriter.h | 7 +++---- include/llvm/MC/MCWinCOFFStreamer.h | 7 +++---- include/llvm/MC/MCWinEH.h | 7 +++---- include/llvm/MC/MachineLocation.h | 7 +++---- include/llvm/MC/SectionKind.h | 7 +++---- include/llvm/MC/StringTableBuilder.h | 7 +++---- include/llvm/MC/SubtargetFeature.h | 7 +++---- include/llvm/MCA/Context.h | 7 +++---- include/llvm/MCA/HWEventListener.h | 7 +++---- include/llvm/MCA/HardwareUnits/HardwareUnit.h | 7 +++---- include/llvm/MCA/HardwareUnits/LSUnit.h | 7 +++---- include/llvm/MCA/HardwareUnits/RegisterFile.h | 7 +++---- include/llvm/MCA/HardwareUnits/ResourceManager.h | 7 +++---- include/llvm/MCA/HardwareUnits/RetireControlUnit.h | 7 +++---- include/llvm/MCA/HardwareUnits/Scheduler.h | 7 +++---- include/llvm/MCA/InstrBuilder.h | 7 +++---- include/llvm/MCA/Instruction.h | 7 +++---- include/llvm/MCA/Pipeline.h | 7 +++---- include/llvm/MCA/SourceMgr.h | 7 +++---- include/llvm/MCA/Stages/DispatchStage.h | 7 +++---- include/llvm/MCA/Stages/EntryStage.h | 7 +++---- include/llvm/MCA/Stages/ExecuteStage.h | 7 +++---- include/llvm/MCA/Stages/InstructionTables.h | 7 +++---- include/llvm/MCA/Stages/RetireStage.h | 7 +++---- include/llvm/MCA/Stages/Stage.h | 7 +++---- include/llvm/MCA/Support.h | 7 +++---- include/llvm/Object/Archive.h | 7 +++---- include/llvm/Object/ArchiveWriter.h | 7 +++---- include/llvm/Object/Binary.h | 7 +++---- include/llvm/Object/COFF.h | 7 +++---- include/llvm/Object/COFFImportFile.h | 7 +++---- include/llvm/Object/COFFModuleDefinition.h | 7 +++---- include/llvm/Object/CVDebugRecord.h | 7 +++---- include/llvm/Object/Decompressor.h | 7 +++---- include/llvm/Object/ELF.h | 7 +++---- include/llvm/Object/ELFObjectFile.h | 7 +++---- include/llvm/Object/ELFTypes.h | 7 +++---- include/llvm/Object/Error.h | 7 +++---- include/llvm/Object/IRObjectFile.h | 7 +++---- include/llvm/Object/IRSymtab.h | 7 +++---- include/llvm/Object/MachO.h | 7 +++---- include/llvm/Object/MachOUniversal.h | 7 +++---- include/llvm/Object/ModuleSymbolTable.h | 7 +++---- include/llvm/Object/ObjectFile.h | 7 +++---- include/llvm/Object/RelocVisitor.h | 7 +++---- include/llvm/Object/StackMapParser.h | 7 +++---- include/llvm/Object/SymbolSize.h | 7 +++---- include/llvm/Object/SymbolicFile.h | 7 +++---- include/llvm/Object/Wasm.h | 7 +++---- include/llvm/Object/WasmTraits.h | 7 +++---- include/llvm/Object/WindowsResource.h | 7 +++---- include/llvm/ObjectYAML/COFFYAML.h | 7 +++---- include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 7 +++---- include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 7 +++---- include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 7 +++---- include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 7 +++---- include/llvm/ObjectYAML/DWARFEmitter.h | 7 +++---- include/llvm/ObjectYAML/DWARFYAML.h | 7 +++---- include/llvm/ObjectYAML/ELFYAML.h | 7 +++---- include/llvm/ObjectYAML/MachOYAML.h | 7 +++---- include/llvm/ObjectYAML/ObjectYAML.h | 7 +++---- include/llvm/ObjectYAML/WasmYAML.h | 7 +++---- include/llvm/ObjectYAML/YAML.h | 7 +++---- include/llvm/Option/Arg.h | 7 +++---- include/llvm/Option/ArgList.h | 7 +++---- include/llvm/Option/OptParser.td | 7 +++---- include/llvm/Option/OptSpecifier.h | 7 +++---- include/llvm/Option/OptTable.h | 7 +++---- include/llvm/Option/Option.h | 7 +++---- include/llvm/Pass.h | 7 +++---- include/llvm/PassAnalysisSupport.h | 7 +++---- include/llvm/PassInfo.h | 7 +++---- include/llvm/PassRegistry.h | 7 +++---- include/llvm/PassSupport.h | 7 +++---- include/llvm/Passes/PassBuilder.h | 7 +++---- include/llvm/Passes/PassPlugin.h | 7 +++---- include/llvm/Passes/StandardInstrumentations.h | 7 +++---- include/llvm/ProfileData/Coverage/CoverageMapping.h | 7 +++---- include/llvm/ProfileData/Coverage/CoverageMappingReader.h | 7 +++---- include/llvm/ProfileData/Coverage/CoverageMappingWriter.h | 7 +++---- include/llvm/ProfileData/GCOV.h | 7 +++---- include/llvm/ProfileData/InstrProf.h | 7 +++---- include/llvm/ProfileData/InstrProfData.inc | 7 +++---- include/llvm/ProfileData/InstrProfReader.h | 7 +++---- include/llvm/ProfileData/InstrProfWriter.h | 7 +++---- include/llvm/ProfileData/ProfileCommon.h | 7 +++---- include/llvm/ProfileData/SampleProf.h | 7 +++---- include/llvm/ProfileData/SampleProfReader.h | 7 +++---- include/llvm/ProfileData/SampleProfWriter.h | 7 +++---- include/llvm/Support/AArch64TargetParser.def | 7 +++---- include/llvm/Support/AArch64TargetParser.h | 7 +++---- include/llvm/Support/AMDGPUMetadata.h | 7 +++---- include/llvm/Support/AMDHSAKernelDescriptor.h | 7 +++---- include/llvm/Support/ARMAttributeParser.h | 7 +++---- include/llvm/Support/ARMBuildAttributes.h | 7 +++---- include/llvm/Support/ARMEHABI.h | 7 +++---- include/llvm/Support/ARMTargetParser.def | 7 +++---- include/llvm/Support/ARMTargetParser.h | 7 +++---- include/llvm/Support/ARMWinEH.h | 7 +++---- include/llvm/Support/AlignOf.h | 7 +++---- include/llvm/Support/Allocator.h | 7 +++---- include/llvm/Support/ArrayRecycler.h | 7 +++---- include/llvm/Support/Atomic.h | 7 +++---- include/llvm/Support/AtomicOrdering.h | 7 +++---- include/llvm/Support/BinaryByteStream.h | 7 +++---- include/llvm/Support/BinaryItemStream.h | 7 +++---- include/llvm/Support/BinaryStream.h | 7 +++---- include/llvm/Support/BinaryStreamArray.h | 7 +++---- include/llvm/Support/BinaryStreamError.h | 7 +++---- include/llvm/Support/BinaryStreamReader.h | 7 +++---- include/llvm/Support/BinaryStreamRef.h | 7 +++---- include/llvm/Support/BinaryStreamWriter.h | 7 +++---- include/llvm/Support/BlockFrequency.h | 7 +++---- include/llvm/Support/BranchProbability.h | 7 +++---- include/llvm/Support/BuryPointer.h | 7 +++---- include/llvm/Support/CBindingWrapping.h | 7 +++---- include/llvm/Support/CFGUpdate.h | 7 +++---- include/llvm/Support/COM.h | 7 +++---- include/llvm/Support/CachePruning.h | 7 +++---- include/llvm/Support/Capacity.h | 7 +++---- include/llvm/Support/Casting.h | 7 +++---- include/llvm/Support/CheckedArithmetic.h | 7 +++---- include/llvm/Support/Chrono.h | 7 +++---- include/llvm/Support/CodeGen.h | 7 +++---- include/llvm/Support/CodeGenCoverage.h | 7 +++---- include/llvm/Support/CommandLine.h | 7 +++---- include/llvm/Support/Compiler.h | 7 +++---- include/llvm/Support/Compression.h | 7 +++---- include/llvm/Support/ConvertUTF.h | 7 +++---- include/llvm/Support/CrashRecoveryContext.h | 7 +++---- include/llvm/Support/DJB.h | 7 +++---- include/llvm/Support/DOTGraphTraits.h | 7 +++---- include/llvm/Support/DataExtractor.h | 7 +++---- include/llvm/Support/DataTypes.h | 7 +++---- include/llvm/Support/Debug.h | 7 +++---- include/llvm/Support/DebugCounter.h | 7 +++---- include/llvm/Support/DynamicLibrary.h | 7 +++---- include/llvm/Support/Endian.h | 7 +++---- include/llvm/Support/EndianStream.h | 7 +++---- include/llvm/Support/Errc.h | 7 +++---- include/llvm/Support/Errno.h | 7 +++---- include/llvm/Support/Error.h | 7 +++---- include/llvm/Support/ErrorHandling.h | 7 +++---- include/llvm/Support/ErrorOr.h | 7 +++---- include/llvm/Support/FileCheck.h | 7 +++---- include/llvm/Support/FileOutputBuffer.h | 7 +++---- include/llvm/Support/FileSystem.h | 7 +++---- include/llvm/Support/FileUtilities.h | 7 +++---- include/llvm/Support/Format.h | 7 +++---- include/llvm/Support/FormatAdapters.h | 7 +++---- include/llvm/Support/FormatCommon.h | 7 +++---- include/llvm/Support/FormatProviders.h | 7 +++---- include/llvm/Support/FormatVariadic.h | 7 +++---- include/llvm/Support/FormatVariadicDetails.h | 7 +++---- include/llvm/Support/FormattedStream.h | 7 +++---- include/llvm/Support/GenericDomTree.h | 7 +++---- include/llvm/Support/GenericDomTreeConstruction.h | 7 +++---- include/llvm/Support/GlobPattern.h | 7 +++---- include/llvm/Support/GraphWriter.h | 7 +++---- include/llvm/Support/Host.h | 7 +++---- include/llvm/Support/InitLLVM.h | 7 +++---- include/llvm/Support/ItaniumManglingCanonicalizer.h | 7 +++---- include/llvm/Support/JSON.h | 7 +++---- include/llvm/Support/JamCRC.h | 7 +++---- include/llvm/Support/KnownBits.h | 7 +++---- include/llvm/Support/LEB128.h | 7 +++---- include/llvm/Support/LineIterator.h | 7 +++---- include/llvm/Support/LockFileManager.h | 7 +++---- include/llvm/Support/LowLevelTypeImpl.h | 7 +++---- include/llvm/Support/MSVCErrorWorkarounds.h | 7 +++---- include/llvm/Support/MachineValueType.h | 7 +++---- include/llvm/Support/ManagedStatic.h | 7 +++---- include/llvm/Support/MathExtras.h | 7 +++---- include/llvm/Support/MemAlloc.h | 7 +++---- include/llvm/Support/Memory.h | 7 +++---- include/llvm/Support/MemoryBuffer.h | 7 +++---- include/llvm/Support/MipsABIFlags.h | 7 +++---- include/llvm/Support/Mutex.h | 7 +++---- include/llvm/Support/MutexGuard.h | 7 +++---- include/llvm/Support/NativeFormatting.h | 7 +++---- include/llvm/Support/OnDiskHashTable.h | 7 +++---- include/llvm/Support/Options.h | 7 +++---- include/llvm/Support/Parallel.h | 7 +++---- include/llvm/Support/Path.h | 7 +++---- include/llvm/Support/PluginLoader.h | 7 +++---- include/llvm/Support/PointerLikeTypeTraits.h | 7 +++---- include/llvm/Support/PrettyStackTrace.h | 7 +++---- include/llvm/Support/Printable.h | 7 +++---- include/llvm/Support/Process.h | 7 +++---- include/llvm/Support/Program.h | 7 +++---- include/llvm/Support/RWMutex.h | 7 +++---- include/llvm/Support/RandomNumberGenerator.h | 7 +++---- include/llvm/Support/Recycler.h | 7 +++---- include/llvm/Support/RecyclingAllocator.h | 7 +++---- include/llvm/Support/Regex.h | 7 +++---- include/llvm/Support/Registry.h | 7 +++---- include/llvm/Support/SHA1.h | 7 +++---- include/llvm/Support/SMLoc.h | 7 +++---- include/llvm/Support/SaveAndRestore.h | 7 +++---- include/llvm/Support/ScaledNumber.h | 7 +++---- include/llvm/Support/ScopedPrinter.h | 7 +++---- include/llvm/Support/Signals.h | 7 +++---- include/llvm/Support/SmallVectorMemoryBuffer.h | 7 +++---- include/llvm/Support/Solaris/sys/regset.h | 7 +++---- include/llvm/Support/SourceMgr.h | 7 +++---- include/llvm/Support/SpecialCaseList.h | 7 +++---- include/llvm/Support/StringPool.h | 7 +++---- include/llvm/Support/StringSaver.h | 7 +++---- include/llvm/Support/SwapByteOrder.h | 7 +++---- include/llvm/Support/SymbolRemappingReader.h | 7 +++---- include/llvm/Support/SystemUtils.h | 7 +++---- include/llvm/Support/TarWriter.h | 7 +++---- include/llvm/Support/TargetOpcodes.def | 7 +++---- include/llvm/Support/TargetParser.h | 7 +++---- include/llvm/Support/TargetRegistry.h | 7 +++---- include/llvm/Support/TargetSelect.h | 7 +++---- include/llvm/Support/TaskQueue.h | 7 +++---- include/llvm/Support/ThreadLocal.h | 7 +++---- include/llvm/Support/ThreadPool.h | 7 +++---- include/llvm/Support/Threading.h | 7 +++---- include/llvm/Support/Timer.h | 7 +++---- include/llvm/Support/ToolOutputFile.h | 7 +++---- include/llvm/Support/TrailingObjects.h | 7 +++---- include/llvm/Support/TrigramIndex.h | 7 +++---- include/llvm/Support/TypeName.h | 7 +++---- include/llvm/Support/Unicode.h | 7 +++---- include/llvm/Support/UnicodeCharRanges.h | 7 +++---- include/llvm/Support/UniqueLock.h | 7 +++---- include/llvm/Support/Valgrind.h | 7 +++---- include/llvm/Support/VersionTuple.h | 7 +++---- include/llvm/Support/VirtualFileSystem.h | 7 +++---- include/llvm/Support/Watchdog.h | 7 +++---- include/llvm/Support/Win64EH.h | 7 +++---- include/llvm/Support/WindowsError.h | 7 +++---- include/llvm/Support/WithColor.h | 7 +++---- include/llvm/Support/X86DisassemblerDecoderCommon.h | 7 +++---- include/llvm/Support/X86TargetParser.def | 7 +++---- include/llvm/Support/YAMLParser.h | 7 +++---- include/llvm/Support/YAMLTraits.h | 7 +++---- include/llvm/Support/circular_raw_ostream.h | 7 +++---- include/llvm/Support/raw_os_ostream.h | 7 +++---- include/llvm/Support/raw_ostream.h | 7 +++---- include/llvm/Support/raw_sha1_ostream.h | 7 +++---- include/llvm/Support/thread.h | 7 +++---- include/llvm/Support/type_traits.h | 7 +++---- include/llvm/TableGen/Error.h | 7 +++---- include/llvm/TableGen/Main.h | 7 +++---- include/llvm/TableGen/Record.h | 7 +++---- include/llvm/TableGen/SearchableTable.td | 7 +++---- include/llvm/TableGen/SetTheory.h | 7 +++---- include/llvm/TableGen/StringMatcher.h | 7 +++---- include/llvm/TableGen/StringToOffsetTable.h | 7 +++---- include/llvm/TableGen/TableGenBackend.h | 7 +++---- include/llvm/Target/CodeGenCWrappers.h | 7 +++---- include/llvm/Target/GenericOpcodes.td | 7 +++---- include/llvm/Target/GlobalISel/RegisterBank.td | 7 +++---- include/llvm/Target/GlobalISel/SelectionDAGCompat.td | 7 +++---- include/llvm/Target/GlobalISel/Target.td | 7 +++---- include/llvm/Target/Target.td | 7 +++---- include/llvm/Target/TargetCallingConv.td | 7 +++---- include/llvm/Target/TargetInstrPredicate.td | 7 +++---- include/llvm/Target/TargetIntrinsicInfo.h | 7 +++---- include/llvm/Target/TargetItinerary.td | 7 +++---- include/llvm/Target/TargetLoweringObjectFile.h | 7 +++---- include/llvm/Target/TargetMachine.h | 7 +++---- include/llvm/Target/TargetOptions.h | 7 +++---- include/llvm/Target/TargetPfmCounters.td | 7 +++---- include/llvm/Target/TargetSchedule.td | 7 +++---- include/llvm/Target/TargetSelectionDAG.td | 7 +++---- include/llvm/Testing/Support/Error.h | 7 +++---- include/llvm/Testing/Support/SupportHelpers.h | 7 +++---- include/llvm/TextAPI/ELF/ELFStub.h | 7 +++---- include/llvm/TextAPI/ELF/TBEHandler.h | 7 +++---- include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h | 7 +++---- include/llvm/ToolDrivers/llvm-lib/LibDriver.h | 7 +++---- .../AggressiveInstCombine/AggressiveInstCombine.h | 7 +++---- include/llvm/Transforms/Coroutines.h | 7 +++---- include/llvm/Transforms/IPO.h | 7 +++---- include/llvm/Transforms/IPO/AlwaysInliner.h | 7 +++---- include/llvm/Transforms/IPO/ArgumentPromotion.h | 7 +++---- include/llvm/Transforms/IPO/CalledValuePropagation.h | 7 +++---- include/llvm/Transforms/IPO/ConstantMerge.h | 7 +++---- include/llvm/Transforms/IPO/CrossDSOCFI.h | 7 +++---- include/llvm/Transforms/IPO/DeadArgumentElimination.h | 7 +++---- include/llvm/Transforms/IPO/ElimAvailExtern.h | 7 +++---- include/llvm/Transforms/IPO/ForceFunctionAttrs.h | 7 +++---- include/llvm/Transforms/IPO/FunctionAttrs.h | 7 +++---- include/llvm/Transforms/IPO/FunctionImport.h | 7 +++---- include/llvm/Transforms/IPO/GlobalDCE.h | 7 +++---- include/llvm/Transforms/IPO/GlobalOpt.h | 7 +++---- include/llvm/Transforms/IPO/GlobalSplit.h | 7 +++---- include/llvm/Transforms/IPO/HotColdSplitting.h | 7 +++---- include/llvm/Transforms/IPO/InferFunctionAttrs.h | 7 +++---- include/llvm/Transforms/IPO/Inliner.h | 7 +++---- include/llvm/Transforms/IPO/Internalize.h | 7 +++---- include/llvm/Transforms/IPO/LowerTypeTests.h | 7 +++---- include/llvm/Transforms/IPO/PartialInlining.h | 7 +++---- include/llvm/Transforms/IPO/PassManagerBuilder.h | 7 +++---- include/llvm/Transforms/IPO/SCCP.h | 7 +++---- include/llvm/Transforms/IPO/SampleProfile.h | 7 +++---- include/llvm/Transforms/IPO/StripDeadPrototypes.h | 7 +++---- include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h | 7 +++---- include/llvm/Transforms/IPO/WholeProgramDevirt.h | 7 +++---- include/llvm/Transforms/InstCombine/InstCombine.h | 7 +++---- include/llvm/Transforms/InstCombine/InstCombineWorklist.h | 7 +++---- include/llvm/Transforms/Instrumentation.h | 7 +++---- include/llvm/Transforms/Instrumentation/BoundsChecking.h | 7 +++---- include/llvm/Transforms/Instrumentation/CGProfile.h | 7 +++---- .../Transforms/Instrumentation/ControlHeightReduction.h | 7 +++---- include/llvm/Transforms/Instrumentation/GCOVProfiler.h | 7 +++---- include/llvm/Transforms/Instrumentation/InstrProfiling.h | 7 +++---- include/llvm/Transforms/Instrumentation/MemorySanitizer.h | 7 +++---- .../llvm/Transforms/Instrumentation/PGOInstrumentation.h | 7 +++---- include/llvm/Transforms/Instrumentation/ThreadSanitizer.h | 7 +++---- include/llvm/Transforms/ObjCARC.h | 7 +++---- include/llvm/Transforms/Scalar.h | 7 +++---- include/llvm/Transforms/Scalar/ADCE.h | 7 +++---- include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h | 7 +++---- include/llvm/Transforms/Scalar/BDCE.h | 7 +++---- include/llvm/Transforms/Scalar/CallSiteSplitting.h | 7 +++---- include/llvm/Transforms/Scalar/ConstantHoisting.h | 7 +++---- .../llvm/Transforms/Scalar/CorrelatedValuePropagation.h | 7 +++---- include/llvm/Transforms/Scalar/DCE.h | 7 +++---- include/llvm/Transforms/Scalar/DeadStoreElimination.h | 7 +++---- include/llvm/Transforms/Scalar/DivRemPairs.h | 7 +++---- include/llvm/Transforms/Scalar/EarlyCSE.h | 7 +++---- include/llvm/Transforms/Scalar/Float2Int.h | 7 +++---- include/llvm/Transforms/Scalar/GVN.h | 7 +++---- include/llvm/Transforms/Scalar/GVNExpression.h | 7 +++---- include/llvm/Transforms/Scalar/GuardWidening.h | 7 +++---- include/llvm/Transforms/Scalar/IVUsersPrinter.h | 7 +++---- include/llvm/Transforms/Scalar/IndVarSimplify.h | 7 +++---- .../Transforms/Scalar/InductiveRangeCheckElimination.h | 7 +++---- include/llvm/Transforms/Scalar/InstSimplifyPass.h | 7 +++---- include/llvm/Transforms/Scalar/JumpThreading.h | 7 +++---- include/llvm/Transforms/Scalar/LICM.h | 7 +++---- include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h | 7 +++---- include/llvm/Transforms/Scalar/LoopDataPrefetch.h | 7 +++---- include/llvm/Transforms/Scalar/LoopDeletion.h | 7 +++---- include/llvm/Transforms/Scalar/LoopDistribute.h | 7 +++---- include/llvm/Transforms/Scalar/LoopIdiomRecognize.h | 7 +++---- include/llvm/Transforms/Scalar/LoopInstSimplify.h | 7 +++---- include/llvm/Transforms/Scalar/LoopLoadElimination.h | 7 +++---- include/llvm/Transforms/Scalar/LoopPassManager.h | 7 +++---- include/llvm/Transforms/Scalar/LoopPredication.h | 7 +++---- include/llvm/Transforms/Scalar/LoopRotation.h | 7 +++---- include/llvm/Transforms/Scalar/LoopSimplifyCFG.h | 7 +++---- include/llvm/Transforms/Scalar/LoopSink.h | 7 +++---- include/llvm/Transforms/Scalar/LoopStrengthReduce.h | 7 +++---- include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h | 7 +++---- include/llvm/Transforms/Scalar/LoopUnrollPass.h | 7 +++---- include/llvm/Transforms/Scalar/LowerAtomic.h | 7 +++---- include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h | 7 +++---- include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h | 7 +++---- include/llvm/Transforms/Scalar/MakeGuardsExplicit.h | 7 +++---- include/llvm/Transforms/Scalar/MemCpyOptimizer.h | 7 +++---- include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h | 7 +++---- include/llvm/Transforms/Scalar/NaryReassociate.h | 7 +++---- include/llvm/Transforms/Scalar/NewGVN.h | 7 +++---- include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h | 7 +++---- include/llvm/Transforms/Scalar/Reassociate.h | 7 +++---- include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h | 7 +++---- include/llvm/Transforms/Scalar/SCCP.h | 7 +++---- include/llvm/Transforms/Scalar/SROA.h | 7 +++---- include/llvm/Transforms/Scalar/Scalarizer.h | 7 +++---- include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h | 7 +++---- include/llvm/Transforms/Scalar/SimplifyCFG.h | 7 +++---- include/llvm/Transforms/Scalar/Sink.h | 7 +++---- include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h | 7 +++---- include/llvm/Transforms/Scalar/SpeculativeExecution.h | 7 +++---- include/llvm/Transforms/Scalar/TailRecursionElimination.h | 7 +++---- include/llvm/Transforms/Scalar/WarnMissedTransforms.h | 7 +++---- include/llvm/Transforms/Utils.h | 7 +++---- include/llvm/Transforms/Utils/ASanStackFrameLayout.h | 7 +++---- include/llvm/Transforms/Utils/AddDiscriminators.h | 7 +++---- include/llvm/Transforms/Utils/BasicBlockUtils.h | 7 +++---- include/llvm/Transforms/Utils/BreakCriticalEdges.h | 7 +++---- include/llvm/Transforms/Utils/BuildLibCalls.h | 7 +++---- include/llvm/Transforms/Utils/BypassSlowDivision.h | 7 +++---- include/llvm/Transforms/Utils/CallPromotionUtils.h | 7 +++---- include/llvm/Transforms/Utils/CanonicalizeAliases.h | 7 +++---- include/llvm/Transforms/Utils/Cloning.h | 7 +++---- include/llvm/Transforms/Utils/CodeExtractor.h | 7 +++---- include/llvm/Transforms/Utils/CtorUtils.h | 7 +++---- include/llvm/Transforms/Utils/EntryExitInstrumenter.h | 7 +++---- include/llvm/Transforms/Utils/EscapeEnumerator.h | 7 +++---- include/llvm/Transforms/Utils/Evaluator.h | 7 +++---- include/llvm/Transforms/Utils/FunctionComparator.h | 7 +++---- include/llvm/Transforms/Utils/FunctionImportUtils.h | 7 +++---- include/llvm/Transforms/Utils/GlobalStatus.h | 7 +++---- include/llvm/Transforms/Utils/GuardUtils.h | 7 +++---- .../Transforms/Utils/ImportedFunctionsInliningStatistics.h | 7 +++---- include/llvm/Transforms/Utils/IntegerDivision.h | 7 +++---- include/llvm/Transforms/Utils/LCSSA.h | 7 +++---- include/llvm/Transforms/Utils/LibCallsShrinkWrap.h | 7 +++---- include/llvm/Transforms/Utils/Local.h | 7 +++---- include/llvm/Transforms/Utils/LoopRotationUtils.h | 7 +++---- include/llvm/Transforms/Utils/LoopSimplify.h | 7 +++---- include/llvm/Transforms/Utils/LoopUtils.h | 7 +++---- include/llvm/Transforms/Utils/LoopVersioning.h | 7 +++---- include/llvm/Transforms/Utils/LowerInvoke.h | 7 +++---- include/llvm/Transforms/Utils/LowerMemIntrinsics.h | 7 +++---- include/llvm/Transforms/Utils/Mem2Reg.h | 7 +++---- include/llvm/Transforms/Utils/ModuleUtils.h | 7 +++---- include/llvm/Transforms/Utils/NameAnonGlobals.h | 7 +++---- include/llvm/Transforms/Utils/PredicateInfo.h | 7 +++---- include/llvm/Transforms/Utils/PromoteMemToReg.h | 7 +++---- include/llvm/Transforms/Utils/SSAUpdater.h | 7 +++---- include/llvm/Transforms/Utils/SSAUpdaterBulk.h | 7 +++---- include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 7 +++---- include/llvm/Transforms/Utils/SanitizerStats.h | 7 +++---- include/llvm/Transforms/Utils/SimplifyIndVar.h | 7 +++---- include/llvm/Transforms/Utils/SimplifyLibCalls.h | 7 +++---- include/llvm/Transforms/Utils/SplitModule.h | 7 +++---- include/llvm/Transforms/Utils/SymbolRewriter.h | 7 +++---- include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h | 7 +++---- include/llvm/Transforms/Utils/UnrollLoop.h | 7 +++---- include/llvm/Transforms/Utils/VNCoercion.h | 7 +++---- include/llvm/Transforms/Utils/ValueMapper.h | 7 +++---- include/llvm/Transforms/Vectorize.h | 7 +++---- include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h | 7 +++---- .../llvm/Transforms/Vectorize/LoopVectorizationLegality.h | 7 +++---- include/llvm/Transforms/Vectorize/LoopVectorize.h | 7 +++---- include/llvm/Transforms/Vectorize/SLPVectorizer.h | 7 +++---- include/llvm/WindowsManifest/WindowsManifestMerger.h | 7 +++---- include/llvm/WindowsResource/ResourceProcessor.h | 7 +++---- include/llvm/WindowsResource/ResourceScriptToken.h | 7 +++---- include/llvm/WindowsResource/ResourceScriptTokenList.h | 7 +++---- include/llvm/XRay/BlockIndexer.h | 7 +++---- include/llvm/XRay/BlockPrinter.h | 7 +++---- include/llvm/XRay/BlockVerifier.h | 7 +++---- include/llvm/XRay/FDRLogBuilder.h | 7 +++---- include/llvm/XRay/FDRRecordConsumer.h | 7 +++---- include/llvm/XRay/FDRRecordProducer.h | 7 +++---- include/llvm/XRay/FDRRecords.h | 7 +++---- include/llvm/XRay/FDRTraceExpander.h | 7 +++---- include/llvm/XRay/FDRTraceWriter.h | 7 +++---- include/llvm/XRay/FileHeaderReader.h | 7 +++---- include/llvm/XRay/Graph.h | 7 +++---- include/llvm/XRay/InstrumentationMap.h | 7 +++---- include/llvm/XRay/Profile.h | 7 +++---- include/llvm/XRay/RecordPrinter.h | 7 +++---- include/llvm/XRay/Trace.h | 7 +++---- include/llvm/XRay/XRayRecord.h | 7 +++---- include/llvm/XRay/YAMLXRayRecord.h | 7 +++---- lib/Analysis/AliasAnalysis.cpp | 7 +++---- lib/Analysis/AliasAnalysisEvaluator.cpp | 7 +++---- lib/Analysis/AliasAnalysisSummary.h | 7 +++---- lib/Analysis/AliasSetTracker.cpp | 7 +++---- lib/Analysis/Analysis.cpp | 7 +++---- lib/Analysis/AssumptionCache.cpp | 7 +++---- lib/Analysis/BasicAliasAnalysis.cpp | 7 +++---- lib/Analysis/BlockFrequencyInfo.cpp | 7 +++---- lib/Analysis/BlockFrequencyInfoImpl.cpp | 7 +++---- lib/Analysis/BranchProbabilityInfo.cpp | 7 +++---- lib/Analysis/CFG.cpp | 7 +++---- lib/Analysis/CFGPrinter.cpp | 7 +++---- lib/Analysis/CFLAndersAliasAnalysis.cpp | 7 +++---- lib/Analysis/CFLGraph.h | 7 +++---- lib/Analysis/CFLSteensAliasAnalysis.cpp | 7 +++---- lib/Analysis/CGSCCPassManager.cpp | 7 +++---- lib/Analysis/CallGraph.cpp | 7 +++---- lib/Analysis/CallGraphSCCPass.cpp | 7 +++---- lib/Analysis/CallPrinter.cpp | 7 +++---- lib/Analysis/CaptureTracking.cpp | 7 +++---- lib/Analysis/CmpInstAnalysis.cpp | 7 +++---- lib/Analysis/CodeMetrics.cpp | 7 +++---- lib/Analysis/ConstantFolding.cpp | 7 +++---- lib/Analysis/CostModel.cpp | 7 +++---- lib/Analysis/Delinearization.cpp | 7 +++---- lib/Analysis/DemandedBits.cpp | 7 +++---- lib/Analysis/DependenceAnalysis.cpp | 7 +++---- lib/Analysis/DivergenceAnalysis.cpp | 7 +++---- lib/Analysis/DomPrinter.cpp | 7 +++---- lib/Analysis/DominanceFrontier.cpp | 7 +++---- lib/Analysis/EHPersonalities.cpp | 7 +++---- lib/Analysis/GlobalsModRef.cpp | 7 +++---- lib/Analysis/GuardUtils.cpp | 7 +++---- lib/Analysis/IVDescriptors.cpp | 7 +++---- lib/Analysis/IVUsers.cpp | 7 +++---- lib/Analysis/IndirectCallPromotionAnalysis.cpp | 7 +++---- lib/Analysis/InlineCost.cpp | 7 +++---- lib/Analysis/InstCount.cpp | 7 +++---- lib/Analysis/InstructionPrecedenceTracking.cpp | 7 +++---- lib/Analysis/InstructionSimplify.cpp | 7 +++---- lib/Analysis/Interval.cpp | 7 +++---- lib/Analysis/IntervalPartition.cpp | 7 +++---- lib/Analysis/IteratedDominanceFrontier.cpp | 7 +++---- lib/Analysis/LLVMBuild.txt | 7 +++---- lib/Analysis/LazyBlockFrequencyInfo.cpp | 7 +++---- lib/Analysis/LazyBranchProbabilityInfo.cpp | 7 +++---- lib/Analysis/LazyCallGraph.cpp | 7 +++---- lib/Analysis/LazyValueInfo.cpp | 7 +++---- lib/Analysis/LegacyDivergenceAnalysis.cpp | 7 +++---- lib/Analysis/Lint.cpp | 7 +++---- lib/Analysis/Loads.cpp | 7 +++---- lib/Analysis/LoopAccessAnalysis.cpp | 7 +++---- lib/Analysis/LoopAnalysisManager.cpp | 7 +++---- lib/Analysis/LoopInfo.cpp | 7 +++---- lib/Analysis/LoopPass.cpp | 7 +++---- lib/Analysis/LoopUnrollAnalyzer.cpp | 7 +++---- lib/Analysis/MemDepPrinter.cpp | 7 +++---- lib/Analysis/MemDerefPrinter.cpp | 7 +++---- lib/Analysis/MemoryBuiltins.cpp | 7 +++---- lib/Analysis/MemoryDependenceAnalysis.cpp | 7 +++---- lib/Analysis/MemoryLocation.cpp | 7 +++---- lib/Analysis/MemorySSA.cpp | 7 +++---- lib/Analysis/MemorySSAUpdater.cpp | 7 +++---- lib/Analysis/ModuleDebugInfoPrinter.cpp | 7 +++---- lib/Analysis/ModuleSummaryAnalysis.cpp | 7 +++---- lib/Analysis/MustExecute.cpp | 7 +++---- lib/Analysis/ObjCARCAliasAnalysis.cpp | 7 +++---- lib/Analysis/ObjCARCAnalysisUtils.cpp | 7 +++---- lib/Analysis/ObjCARCInstKind.cpp | 7 +++---- lib/Analysis/OptimizationRemarkEmitter.cpp | 7 +++---- lib/Analysis/OrderedBasicBlock.cpp | 7 +++---- lib/Analysis/OrderedInstructions.cpp | 7 +++---- lib/Analysis/PHITransAddr.cpp | 7 +++---- lib/Analysis/PhiValues.cpp | 7 +++---- lib/Analysis/PostDominators.cpp | 7 +++---- lib/Analysis/ProfileSummaryInfo.cpp | 7 +++---- lib/Analysis/PtrUseVisitor.cpp | 7 +++---- lib/Analysis/RegionInfo.cpp | 7 +++---- lib/Analysis/RegionPass.cpp | 7 +++---- lib/Analysis/RegionPrinter.cpp | 7 +++---- lib/Analysis/ScalarEvolution.cpp | 7 +++---- lib/Analysis/ScalarEvolutionAliasAnalysis.cpp | 7 +++---- lib/Analysis/ScalarEvolutionExpander.cpp | 7 +++---- lib/Analysis/ScalarEvolutionNormalization.cpp | 7 +++---- lib/Analysis/ScopedNoAliasAA.cpp | 7 +++---- lib/Analysis/StackSafetyAnalysis.cpp | 7 +++---- lib/Analysis/StratifiedSets.h | 7 +++---- lib/Analysis/SyncDependenceAnalysis.cpp | 7 +++---- lib/Analysis/SyntheticCountsUtils.cpp | 7 +++---- lib/Analysis/TargetLibraryInfo.cpp | 7 +++---- lib/Analysis/TargetTransformInfo.cpp | 7 +++---- lib/Analysis/Trace.cpp | 7 +++---- lib/Analysis/TypeBasedAliasAnalysis.cpp | 7 +++---- lib/Analysis/TypeMetadataUtils.cpp | 7 +++---- lib/Analysis/ValueLattice.cpp | 7 +++---- lib/Analysis/ValueLatticeUtils.cpp | 7 +++---- lib/Analysis/ValueTracking.cpp | 7 +++---- lib/Analysis/VectorUtils.cpp | 7 +++---- lib/AsmParser/LLLexer.cpp | 7 +++---- lib/AsmParser/LLLexer.h | 7 +++---- lib/AsmParser/LLParser.cpp | 7 +++---- lib/AsmParser/LLParser.h | 7 +++---- lib/AsmParser/LLToken.h | 7 +++---- lib/AsmParser/LLVMBuild.txt | 7 +++---- lib/AsmParser/Parser.cpp | 7 +++---- lib/BinaryFormat/AMDGPUMetadataVerifier.cpp | 7 +++---- lib/BinaryFormat/Dwarf.cpp | 7 +++---- lib/BinaryFormat/LLVMBuild.txt | 7 +++---- lib/BinaryFormat/Magic.cpp | 7 +++---- lib/BinaryFormat/MsgPackReader.cpp | 7 +++---- lib/BinaryFormat/MsgPackTypes.cpp | 7 +++---- lib/BinaryFormat/MsgPackWriter.cpp | 7 +++---- lib/BinaryFormat/Wasm.cpp | 7 +++---- lib/Bitcode/LLVMBuild.txt | 7 +++---- lib/Bitcode/Reader/BitReader.cpp | 7 +++---- lib/Bitcode/Reader/BitcodeReader.cpp | 7 +++---- lib/Bitcode/Reader/BitstreamReader.cpp | 7 +++---- lib/Bitcode/Reader/LLVMBuild.txt | 7 +++---- lib/Bitcode/Reader/MetadataLoader.cpp | 7 +++---- lib/Bitcode/Reader/MetadataLoader.h | 7 +++---- lib/Bitcode/Reader/ValueList.cpp | 7 +++---- lib/Bitcode/Reader/ValueList.h | 7 +++---- lib/Bitcode/Writer/BitWriter.cpp | 7 +++---- lib/Bitcode/Writer/BitcodeWriter.cpp | 7 +++---- lib/Bitcode/Writer/BitcodeWriterPass.cpp | 7 +++---- lib/Bitcode/Writer/LLVMBuild.txt | 7 +++---- lib/Bitcode/Writer/ValueEnumerator.cpp | 7 +++---- lib/Bitcode/Writer/ValueEnumerator.h | 7 +++---- lib/CodeGen/AggressiveAntiDepBreaker.cpp | 7 +++---- lib/CodeGen/AggressiveAntiDepBreaker.h | 7 +++---- lib/CodeGen/AllocationOrder.cpp | 7 +++---- lib/CodeGen/AllocationOrder.h | 7 +++---- lib/CodeGen/Analysis.cpp | 7 +++---- lib/CodeGen/AntiDepBreaker.h | 7 +++---- lib/CodeGen/AsmPrinter/ARMException.cpp | 7 +++---- lib/CodeGen/AsmPrinter/AccelTable.cpp | 7 +++---- lib/CodeGen/AsmPrinter/AddressPool.cpp | 7 +++---- lib/CodeGen/AsmPrinter/AddressPool.h | 7 +++---- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 7 +++---- lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 7 +++---- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 7 +++---- lib/CodeGen/AsmPrinter/ByteStreamer.h | 7 +++---- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 7 +++---- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 7 +++---- lib/CodeGen/AsmPrinter/DIE.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DIEHash.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DIEHash.h | 7 +++---- lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DebugLocEntry.h | 7 +++---- lib/CodeGen/AsmPrinter/DebugLocStream.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DebugLocStream.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfException.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfExpression.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfFile.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfStringPool.h | 7 +++---- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 7 +++---- lib/CodeGen/AsmPrinter/DwarfUnit.h | 7 +++---- lib/CodeGen/AsmPrinter/EHStreamer.cpp | 7 +++---- lib/CodeGen/AsmPrinter/EHStreamer.h | 7 +++---- lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp | 7 +++---- lib/CodeGen/AsmPrinter/LLVMBuild.txt | 7 +++---- lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 7 +++---- lib/CodeGen/AsmPrinter/WasmException.cpp | 7 +++---- lib/CodeGen/AsmPrinter/WasmException.h | 7 +++---- lib/CodeGen/AsmPrinter/WinCFGuard.cpp | 7 +++---- lib/CodeGen/AsmPrinter/WinCFGuard.h | 7 +++---- lib/CodeGen/AsmPrinter/WinException.cpp | 7 +++---- lib/CodeGen/AsmPrinter/WinException.h | 7 +++---- lib/CodeGen/AtomicExpandPass.cpp | 7 +++---- lib/CodeGen/BasicTargetTransformInfo.cpp | 7 +++---- lib/CodeGen/BranchFolding.cpp | 7 +++---- lib/CodeGen/BranchFolding.h | 7 +++---- lib/CodeGen/BranchRelaxation.cpp | 7 +++---- lib/CodeGen/BreakFalseDeps.cpp | 7 +++---- lib/CodeGen/BuiltinGCs.cpp | 7 +++---- lib/CodeGen/CFIInstrInserter.cpp | 7 +++---- lib/CodeGen/CalcSpillWeights.cpp | 7 +++---- lib/CodeGen/CallingConvLower.cpp | 7 +++---- lib/CodeGen/CodeGen.cpp | 7 +++---- lib/CodeGen/CodeGenPrepare.cpp | 7 +++---- lib/CodeGen/CriticalAntiDepBreaker.cpp | 7 +++---- lib/CodeGen/CriticalAntiDepBreaker.h | 7 +++---- lib/CodeGen/DFAPacketizer.cpp | 7 +++---- lib/CodeGen/DeadMachineInstructionElim.cpp | 7 +++---- lib/CodeGen/DetectDeadLanes.cpp | 7 +++---- lib/CodeGen/DwarfEHPrepare.cpp | 7 +++---- lib/CodeGen/EarlyIfConversion.cpp | 7 +++---- lib/CodeGen/EdgeBundles.cpp | 7 +++---- lib/CodeGen/ExecutionDomainFix.cpp | 7 +++---- lib/CodeGen/ExpandISelPseudos.cpp | 7 +++---- lib/CodeGen/ExpandMemCmp.cpp | 7 +++---- lib/CodeGen/ExpandPostRAPseudos.cpp | 7 +++---- lib/CodeGen/ExpandReductions.cpp | 7 +++---- lib/CodeGen/FEntryInserter.cpp | 7 +++---- lib/CodeGen/FaultMaps.cpp | 7 +++---- lib/CodeGen/FuncletLayout.cpp | 7 +++---- lib/CodeGen/GCMetadata.cpp | 7 +++---- lib/CodeGen/GCMetadataPrinter.cpp | 7 +++---- lib/CodeGen/GCRootLowering.cpp | 7 +++---- lib/CodeGen/GCStrategy.cpp | 7 +++---- lib/CodeGen/GlobalISel/CSEInfo.cpp | 7 +++---- lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp | 7 +++---- lib/CodeGen/GlobalISel/CallLowering.cpp | 7 +++---- lib/CodeGen/GlobalISel/Combiner.cpp | 7 +++---- lib/CodeGen/GlobalISel/CombinerHelper.cpp | 7 +++---- lib/CodeGen/GlobalISel/GISelChangeObserver.cpp | 7 +++---- lib/CodeGen/GlobalISel/GlobalISel.cpp | 7 +++---- lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +++---- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 7 +++---- lib/CodeGen/GlobalISel/InstructionSelector.cpp | 7 +++---- lib/CodeGen/GlobalISel/LLVMBuild.txt | 7 +++---- lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 7 +++---- lib/CodeGen/GlobalISel/LegalizeMutations.cpp | 7 +++---- lib/CodeGen/GlobalISel/Legalizer.cpp | 7 +++---- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 7 +++---- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 7 +++---- lib/CodeGen/GlobalISel/Localizer.cpp | 7 +++---- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 +++---- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 7 +++---- lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +++---- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 7 +++---- lib/CodeGen/GlobalISel/Utils.cpp | 7 +++---- lib/CodeGen/GlobalMerge.cpp | 7 +++---- lib/CodeGen/IfConversion.cpp | 7 +++---- lib/CodeGen/ImplicitNullChecks.cpp | 7 +++---- lib/CodeGen/IndirectBrExpandPass.cpp | 7 +++---- lib/CodeGen/InlineSpiller.cpp | 7 +++---- lib/CodeGen/InterferenceCache.cpp | 7 +++---- lib/CodeGen/InterferenceCache.h | 7 +++---- lib/CodeGen/InterleavedAccessPass.cpp | 7 +++---- lib/CodeGen/InterleavedLoadCombinePass.cpp | 7 +++---- lib/CodeGen/IntrinsicLowering.cpp | 7 +++---- lib/CodeGen/LLVMBuild.txt | 7 +++---- lib/CodeGen/LLVMTargetMachine.cpp | 7 +++---- lib/CodeGen/LatencyPriorityQueue.cpp | 7 +++---- lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp | 7 +++---- lib/CodeGen/LexicalScopes.cpp | 7 +++---- lib/CodeGen/LiveDebugValues.cpp | 7 +++---- lib/CodeGen/LiveDebugVariables.cpp | 7 +++---- lib/CodeGen/LiveDebugVariables.h | 7 +++---- lib/CodeGen/LiveInterval.cpp | 7 +++---- lib/CodeGen/LiveIntervalUnion.cpp | 7 +++---- lib/CodeGen/LiveIntervals.cpp | 7 +++---- lib/CodeGen/LivePhysRegs.cpp | 7 +++---- lib/CodeGen/LiveRangeCalc.cpp | 7 +++---- lib/CodeGen/LiveRangeCalc.h | 7 +++---- lib/CodeGen/LiveRangeEdit.cpp | 7 +++---- lib/CodeGen/LiveRangeShrink.cpp | 7 +++---- lib/CodeGen/LiveRangeUtils.h | 7 +++---- lib/CodeGen/LiveRegMatrix.cpp | 7 +++---- lib/CodeGen/LiveRegUnits.cpp | 7 +++---- lib/CodeGen/LiveStacks.cpp | 7 +++---- lib/CodeGen/LiveVariables.cpp | 7 +++---- lib/CodeGen/LocalStackSlotAllocation.cpp | 7 +++---- lib/CodeGen/LoopTraversal.cpp | 7 +++---- lib/CodeGen/LowLevelType.cpp | 7 +++---- lib/CodeGen/LowerEmuTLS.cpp | 7 +++---- lib/CodeGen/MIRCanonicalizerPass.cpp | 7 +++---- lib/CodeGen/MIRParser/LLVMBuild.txt | 7 +++---- lib/CodeGen/MIRParser/MILexer.cpp | 7 +++---- lib/CodeGen/MIRParser/MILexer.h | 7 +++---- lib/CodeGen/MIRParser/MIParser.cpp | 7 +++---- lib/CodeGen/MIRParser/MIParser.h | 7 +++---- lib/CodeGen/MIRParser/MIRParser.cpp | 7 +++---- lib/CodeGen/MIRPrinter.cpp | 7 +++---- lib/CodeGen/MIRPrintingPass.cpp | 7 +++---- lib/CodeGen/MachineBasicBlock.cpp | 7 +++---- lib/CodeGen/MachineBlockFrequencyInfo.cpp | 7 +++---- lib/CodeGen/MachineBlockPlacement.cpp | 7 +++---- lib/CodeGen/MachineBranchProbabilityInfo.cpp | 7 +++---- lib/CodeGen/MachineCSE.cpp | 7 +++---- lib/CodeGen/MachineCombiner.cpp | 7 +++---- lib/CodeGen/MachineCopyPropagation.cpp | 7 +++---- lib/CodeGen/MachineDominanceFrontier.cpp | 7 +++---- lib/CodeGen/MachineDominators.cpp | 7 +++---- lib/CodeGen/MachineFrameInfo.cpp | 7 +++---- lib/CodeGen/MachineFunction.cpp | 7 +++---- lib/CodeGen/MachineFunctionPass.cpp | 7 +++---- lib/CodeGen/MachineFunctionPrinterPass.cpp | 7 +++---- lib/CodeGen/MachineInstr.cpp | 7 +++---- lib/CodeGen/MachineInstrBundle.cpp | 7 +++---- lib/CodeGen/MachineLICM.cpp | 7 +++---- lib/CodeGen/MachineLoopInfo.cpp | 7 +++---- lib/CodeGen/MachineModuleInfo.cpp | 7 +++---- lib/CodeGen/MachineModuleInfoImpls.cpp | 7 +++---- lib/CodeGen/MachineOperand.cpp | 7 +++---- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 7 +++---- lib/CodeGen/MachineOutliner.cpp | 7 +++---- lib/CodeGen/MachinePipeliner.cpp | 7 +++---- lib/CodeGen/MachinePostDominators.cpp | 7 +++---- lib/CodeGen/MachineRegionInfo.cpp | 7 +++---- lib/CodeGen/MachineRegisterInfo.cpp | 7 +++---- lib/CodeGen/MachineSSAUpdater.cpp | 7 +++---- lib/CodeGen/MachineScheduler.cpp | 7 +++---- lib/CodeGen/MachineSink.cpp | 7 +++---- lib/CodeGen/MachineTraceMetrics.cpp | 7 +++---- lib/CodeGen/MachineVerifier.cpp | 7 +++---- lib/CodeGen/MacroFusion.cpp | 7 +++---- lib/CodeGen/OptimizePHIs.cpp | 7 +++---- lib/CodeGen/PHIElimination.cpp | 7 +++---- lib/CodeGen/PHIEliminationUtils.cpp | 7 +++---- lib/CodeGen/PHIEliminationUtils.h | 7 +++---- lib/CodeGen/ParallelCG.cpp | 7 +++---- lib/CodeGen/PatchableFunction.cpp | 7 +++---- lib/CodeGen/PeepholeOptimizer.cpp | 7 +++---- lib/CodeGen/PostRAHazardRecognizer.cpp | 7 +++---- lib/CodeGen/PostRASchedulerList.cpp | 7 +++---- lib/CodeGen/PreISelIntrinsicLowering.cpp | 7 +++---- lib/CodeGen/ProcessImplicitDefs.cpp | 7 +++---- lib/CodeGen/PrologEpilogInserter.cpp | 7 +++---- lib/CodeGen/PseudoSourceValue.cpp | 7 +++---- lib/CodeGen/ReachingDefAnalysis.cpp | 7 +++---- lib/CodeGen/RegAllocBase.cpp | 7 +++---- lib/CodeGen/RegAllocBase.h | 7 +++---- lib/CodeGen/RegAllocBasic.cpp | 7 +++---- lib/CodeGen/RegAllocFast.cpp | 7 +++---- lib/CodeGen/RegAllocGreedy.cpp | 7 +++---- lib/CodeGen/RegAllocPBQP.cpp | 7 +++---- lib/CodeGen/RegUsageInfoCollector.cpp | 7 +++---- lib/CodeGen/RegUsageInfoPropagate.cpp | 7 +++---- lib/CodeGen/RegisterClassInfo.cpp | 7 +++---- lib/CodeGen/RegisterCoalescer.cpp | 7 +++---- lib/CodeGen/RegisterCoalescer.h | 7 +++---- lib/CodeGen/RegisterPressure.cpp | 7 +++---- lib/CodeGen/RegisterScavenging.cpp | 7 +++---- lib/CodeGen/RegisterUsageInfo.cpp | 7 +++---- lib/CodeGen/RenameIndependentSubregs.cpp | 7 +++---- lib/CodeGen/ResetMachineFunctionPass.cpp | 7 +++---- lib/CodeGen/SafeStack.cpp | 7 +++---- lib/CodeGen/SafeStackColoring.cpp | 7 +++---- lib/CodeGen/SafeStackColoring.h | 7 +++---- lib/CodeGen/SafeStackLayout.cpp | 7 +++---- lib/CodeGen/SafeStackLayout.h | 7 +++---- lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 7 +++---- lib/CodeGen/ScheduleDAG.cpp | 7 +++---- lib/CodeGen/ScheduleDAGInstrs.cpp | 7 +++---- lib/CodeGen/ScheduleDAGPrinter.cpp | 7 +++---- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 7 +++---- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +++---- lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +++---- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 7 +++---- lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 7 +++---- lib/CodeGen/SelectionDAG/InstrEmitter.h | 7 +++---- lib/CodeGen/SelectionDAG/LLVMBuild.txt | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 7 +++---- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 7 +++---- lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 7 +++---- lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 7 +++---- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 7 +++---- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 7 +++---- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h | 7 +++---- lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 7 +++---- lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp | 7 +++---- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 7 +++---- lib/CodeGen/SelectionDAG/StatepointLowering.h | 7 +++---- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 +++---- lib/CodeGen/ShadowStackGCLowering.cpp | 7 +++---- lib/CodeGen/ShrinkWrap.cpp | 7 +++---- lib/CodeGen/SjLjEHPrepare.cpp | 7 +++---- lib/CodeGen/SlotIndexes.cpp | 7 +++---- lib/CodeGen/SpillPlacement.cpp | 7 +++---- lib/CodeGen/SpillPlacement.h | 7 +++---- lib/CodeGen/Spiller.h | 7 +++---- lib/CodeGen/SplitKit.cpp | 7 +++---- lib/CodeGen/SplitKit.h | 7 +++---- lib/CodeGen/StackColoring.cpp | 7 +++---- lib/CodeGen/StackMapLivenessAnalysis.cpp | 7 +++---- lib/CodeGen/StackMaps.cpp | 7 +++---- lib/CodeGen/StackProtector.cpp | 7 +++---- lib/CodeGen/StackSlotColoring.cpp | 7 +++---- lib/CodeGen/TailDuplication.cpp | 7 +++---- lib/CodeGen/TailDuplicator.cpp | 7 +++---- lib/CodeGen/TargetFrameLoweringImpl.cpp | 7 +++---- lib/CodeGen/TargetInstrInfo.cpp | 7 +++---- lib/CodeGen/TargetLoweringBase.cpp | 7 +++---- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 7 +++---- lib/CodeGen/TargetOptionsImpl.cpp | 7 +++---- lib/CodeGen/TargetPassConfig.cpp | 7 +++---- lib/CodeGen/TargetRegisterInfo.cpp | 7 +++---- lib/CodeGen/TargetSchedule.cpp | 7 +++---- lib/CodeGen/TargetSubtargetInfo.cpp | 7 +++---- lib/CodeGen/TwoAddressInstructionPass.cpp | 7 +++---- lib/CodeGen/UnreachableBlockElim.cpp | 7 +++---- lib/CodeGen/ValueTypes.cpp | 7 +++---- lib/CodeGen/VirtRegMap.cpp | 7 +++---- lib/CodeGen/WasmEHPrepare.cpp | 7 +++---- lib/CodeGen/WinEHPrepare.cpp | 7 +++---- lib/CodeGen/XRayInstrumentation.cpp | 7 +++---- lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp | 7 +++---- lib/DebugInfo/CodeView/CVSymbolVisitor.cpp | 7 +++---- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 7 +++---- lib/DebugInfo/CodeView/CodeViewError.cpp | 7 +++---- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugLinesSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp | 7 +++---- lib/DebugInfo/CodeView/EnumTables.cpp | 7 +++---- lib/DebugInfo/CodeView/Formatters.cpp | 7 +++---- lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp | 7 +++---- lib/DebugInfo/CodeView/LLVMBuild.txt | 7 +++---- lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp | 7 +++---- lib/DebugInfo/CodeView/Line.cpp | 7 +++---- lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 7 +++---- lib/DebugInfo/CodeView/RecordName.cpp | 7 +++---- lib/DebugInfo/CodeView/RecordSerialization.cpp | 7 +++---- lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 7 +++---- lib/DebugInfo/CodeView/SymbolDumper.cpp | 7 +++---- lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp | 7 +++---- lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 7 +++---- lib/DebugInfo/CodeView/SymbolSerializer.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeHashing.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeIndex.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeRecordHelpers.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 7 +++---- lib/DebugInfo/CodeView/TypeTableCollection.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFAddressRange.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFContext.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugAddr.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFDie.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFExpression.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFListTable.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFUnit.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 7 +++---- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 7 +++---- lib/DebugInfo/DWARF/LLVMBuild.txt | 7 +++---- lib/DebugInfo/LLVMBuild.txt | 7 +++---- lib/DebugInfo/MSF/LLVMBuild.txt | 7 +++---- lib/DebugInfo/MSF/MSFBuilder.cpp | 7 +++---- lib/DebugInfo/MSF/MSFCommon.cpp | 7 +++---- lib/DebugInfo/MSF/MSFError.cpp | 7 +++---- lib/DebugInfo/MSF/MappedBlockStream.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIADataStream.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAFrameData.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIALineNumber.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIASession.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIASourceFile.cpp | 7 +++---- lib/DebugInfo/PDB/DIA/DIATable.cpp | 7 +++---- lib/DebugInfo/PDB/GenericError.cpp | 7 +++---- lib/DebugInfo/PDB/IPDBSourceFile.cpp | 7 +++---- lib/DebugInfo/PDB/LLVMBuild.txt | 7 +++---- lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp | 7 +++---- lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/DbiModuleList.cpp | 7 +++---- lib/DebugInfo/PDB/Native/DbiStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/EnumTables.cpp | 7 +++---- lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/Hash.cpp | 7 +++---- lib/DebugInfo/PDB/Native/HashTable.cpp | 7 +++---- lib/DebugInfo/PDB/Native/InfoStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeEnumModules.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeSession.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypeArray.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypePointer.cpp | 7 +++---- lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp | 7 +++---- lib/DebugInfo/PDB/Native/PDBFile.cpp | 7 +++---- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 7 +++---- lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/Native/PublicsStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/TpiHashing.cpp | 7 +++---- lib/DebugInfo/PDB/Native/TpiStream.cpp | 7 +++---- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 7 +++---- lib/DebugInfo/PDB/PDB.cpp | 7 +++---- lib/DebugInfo/PDB/PDBContext.cpp | 7 +++---- lib/DebugInfo/PDB/PDBExtras.cpp | 7 +++---- lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymDumper.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolBlock.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolCompiland.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolCustom.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolData.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolExe.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolFunc.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolLabel.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolThunk.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolUnknown.cpp | 7 +++---- lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp | 7 +++---- lib/DebugInfo/PDB/UDTLayout.cpp | 7 +++---- lib/DebugInfo/Symbolize/DIPrinter.cpp | 7 +++---- lib/DebugInfo/Symbolize/LLVMBuild.txt | 7 +++---- lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 7 +++---- lib/DebugInfo/Symbolize/SymbolizableObjectFile.h | 7 +++---- lib/DebugInfo/Symbolize/Symbolize.cpp | 7 +++---- lib/Demangle/Demangle.cpp | 7 +++---- lib/Demangle/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/ExecutionEngine.cpp | 7 +++---- lib/ExecutionEngine/ExecutionEngineBindings.cpp | 7 +++---- lib/ExecutionEngine/GDBRegistrationListener.cpp | 7 +++---- .../IntelJITEvents/IntelJITEventListener.cpp | 7 +++---- lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h | 7 +++---- lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h | 7 +++---- lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h | 7 +++---- lib/ExecutionEngine/IntelJITEvents/jitprofiling.c | 7 +++---- lib/ExecutionEngine/IntelJITEvents/jitprofiling.h | 7 +++---- lib/ExecutionEngine/Interpreter/Execution.cpp | 7 +++---- lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | 7 +++---- lib/ExecutionEngine/Interpreter/Interpreter.cpp | 7 +++---- lib/ExecutionEngine/Interpreter/Interpreter.h | 7 +++---- lib/ExecutionEngine/Interpreter/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/MCJIT/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/MCJIT/MCJIT.cpp | 7 +++---- lib/ExecutionEngine/MCJIT/MCJIT.h | 7 +++---- lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt | 7 +++---- .../OProfileJIT/OProfileJITEventListener.cpp | 7 +++---- lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp | 7 +++---- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 7 +++---- lib/ExecutionEngine/Orc/Core.cpp | 7 +++---- lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 7 +++---- lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 7 +++---- lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 7 +++---- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 7 +++---- lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp | 7 +++---- lib/ExecutionEngine/Orc/LLJIT.cpp | 7 +++---- lib/ExecutionEngine/Orc/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/Orc/Layer.cpp | 7 +++---- lib/ExecutionEngine/Orc/LazyReexports.cpp | 7 +++---- lib/ExecutionEngine/Orc/Legacy.cpp | 7 +++---- lib/ExecutionEngine/Orc/NullResolver.cpp | 7 +++---- lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp | 7 +++---- lib/ExecutionEngine/Orc/OrcABISupport.cpp | 7 +++---- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 7 +++---- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 7 +++---- lib/ExecutionEngine/Orc/OrcError.cpp | 7 +++---- lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 7 +++---- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 7 +++---- lib/ExecutionEngine/Orc/RPCUtils.cpp | 7 +++---- lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp | 7 +++---- lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 7 +++---- lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp | 7 +++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldELFMips.cpp | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldELFMips.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldMachOI386.h | 7 +++---- .../RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h | 7 +++---- lib/ExecutionEngine/SectionMemoryManager.cpp | 7 +++---- lib/ExecutionEngine/TargetSelect.cpp | 7 +++---- lib/FuzzMutate/FuzzerCLI.cpp | 7 +++---- lib/FuzzMutate/IRMutator.cpp | 7 +++---- lib/FuzzMutate/LLVMBuild.txt | 7 +++---- lib/FuzzMutate/OpDescriptor.cpp | 7 +++---- lib/FuzzMutate/Operations.cpp | 7 +++---- lib/FuzzMutate/RandomIRBuilder.cpp | 7 +++---- lib/IR/AbstractCallSite.cpp | 7 +++---- lib/IR/AsmWriter.cpp | 7 +++---- lib/IR/AttributeImpl.h | 7 +++---- lib/IR/Attributes.cpp | 7 +++---- lib/IR/AutoUpgrade.cpp | 7 +++---- lib/IR/BasicBlock.cpp | 7 +++---- lib/IR/Comdat.cpp | 7 +++---- lib/IR/ConstantFold.cpp | 7 +++---- lib/IR/ConstantFold.h | 7 +++---- lib/IR/ConstantRange.cpp | 7 +++---- lib/IR/Constants.cpp | 7 +++---- lib/IR/ConstantsContext.h | 7 +++---- lib/IR/Core.cpp | 7 +++---- lib/IR/DIBuilder.cpp | 7 +++---- lib/IR/DataLayout.cpp | 7 +++---- lib/IR/DebugInfo.cpp | 7 +++---- lib/IR/DebugInfoMetadata.cpp | 7 +++---- lib/IR/DebugLoc.cpp | 7 +++---- lib/IR/DiagnosticHandler.cpp | 7 +++---- lib/IR/DiagnosticInfo.cpp | 7 +++---- lib/IR/DiagnosticPrinter.cpp | 7 +++---- lib/IR/DomTreeUpdater.cpp | 7 +++---- lib/IR/Dominators.cpp | 7 +++---- lib/IR/Function.cpp | 7 +++---- lib/IR/GVMaterializer.cpp | 7 +++---- lib/IR/Globals.cpp | 7 +++---- lib/IR/IRBuilder.cpp | 7 +++---- lib/IR/IRPrintingPasses.cpp | 7 +++---- lib/IR/InlineAsm.cpp | 7 +++---- lib/IR/Instruction.cpp | 7 +++---- lib/IR/Instructions.cpp | 7 +++---- lib/IR/IntrinsicInst.cpp | 7 +++---- lib/IR/LLVMBuild.txt | 7 +++---- lib/IR/LLVMContext.cpp | 7 +++---- lib/IR/LLVMContextImpl.cpp | 7 +++---- lib/IR/LLVMContextImpl.h | 7 +++---- lib/IR/LegacyPassManager.cpp | 7 +++---- lib/IR/MDBuilder.cpp | 7 +++---- lib/IR/Mangler.cpp | 7 +++---- lib/IR/Metadata.cpp | 7 +++---- lib/IR/MetadataImpl.h | 7 +++---- lib/IR/Module.cpp | 7 +++---- lib/IR/ModuleSummaryIndex.cpp | 7 +++---- lib/IR/Operator.cpp | 7 +++---- lib/IR/OptBisect.cpp | 7 +++---- lib/IR/Pass.cpp | 7 +++---- lib/IR/PassInstrumentation.cpp | 7 +++---- lib/IR/PassManager.cpp | 7 +++---- lib/IR/PassRegistry.cpp | 7 +++---- lib/IR/PassTimingInfo.cpp | 7 +++---- lib/IR/ProfileSummary.cpp | 7 +++---- lib/IR/SafepointIRVerifier.cpp | 7 +++---- lib/IR/Statepoint.cpp | 7 +++---- lib/IR/SymbolTableListTraitsImpl.h | 7 +++---- lib/IR/Type.cpp | 7 +++---- lib/IR/TypeFinder.cpp | 7 +++---- lib/IR/Use.cpp | 7 +++---- lib/IR/User.cpp | 7 +++---- lib/IR/Value.cpp | 7 +++---- lib/IR/ValueSymbolTable.cpp | 7 +++---- lib/IR/Verifier.cpp | 7 +++---- lib/IRReader/IRReader.cpp | 7 +++---- lib/IRReader/LLVMBuild.txt | 7 +++---- lib/LLVMBuild.txt | 7 +++---- lib/LTO/Caching.cpp | 7 +++---- lib/LTO/LLVMBuild.txt | 7 +++---- lib/LTO/LTO.cpp | 7 +++---- lib/LTO/LTOBackend.cpp | 7 +++---- lib/LTO/LTOCodeGenerator.cpp | 7 +++---- lib/LTO/LTOModule.cpp | 7 +++---- lib/LTO/SummaryBasedOptimizations.cpp | 7 +++---- lib/LTO/ThinLTOCodeGenerator.cpp | 7 +++---- lib/LTO/UpdateCompilerUsed.cpp | 7 +++---- lib/LineEditor/LLVMBuild.txt | 7 +++---- lib/LineEditor/LineEditor.cpp | 7 +++---- lib/Linker/IRMover.cpp | 7 +++---- lib/Linker/LLVMBuild.txt | 7 +++---- lib/Linker/LinkDiagnosticInfo.h | 7 +++---- lib/Linker/LinkModules.cpp | 7 +++---- lib/MC/ConstantPools.cpp | 7 +++---- lib/MC/ELFObjectWriter.cpp | 7 +++---- lib/MC/LLVMBuild.txt | 7 +++---- lib/MC/MCAsmBackend.cpp | 7 +++---- lib/MC/MCAsmInfo.cpp | 7 +++---- lib/MC/MCAsmInfoCOFF.cpp | 7 +++---- lib/MC/MCAsmInfoDarwin.cpp | 7 +++---- lib/MC/MCAsmInfoELF.cpp | 7 +++---- lib/MC/MCAsmInfoWasm.cpp | 7 +++---- lib/MC/MCAsmMacro.cpp | 7 +++---- lib/MC/MCAsmStreamer.cpp | 7 +++---- lib/MC/MCAssembler.cpp | 7 +++---- lib/MC/MCCodeEmitter.cpp | 7 +++---- lib/MC/MCCodePadder.cpp | 7 +++---- lib/MC/MCCodeView.cpp | 7 +++---- lib/MC/MCContext.cpp | 7 +++---- lib/MC/MCDisassembler/Disassembler.cpp | 7 +++---- lib/MC/MCDisassembler/Disassembler.h | 7 +++---- lib/MC/MCDisassembler/LLVMBuild.txt | 7 +++---- lib/MC/MCDisassembler/MCDisassembler.cpp | 7 +++---- lib/MC/MCDisassembler/MCExternalSymbolizer.cpp | 7 +++---- lib/MC/MCDisassembler/MCRelocationInfo.cpp | 7 +++---- lib/MC/MCDisassembler/MCSymbolizer.cpp | 7 +++---- lib/MC/MCDwarf.cpp | 7 +++---- lib/MC/MCELFObjectTargetWriter.cpp | 7 +++---- lib/MC/MCELFStreamer.cpp | 7 +++---- lib/MC/MCExpr.cpp | 7 +++---- lib/MC/MCFragment.cpp | 7 +++---- lib/MC/MCInst.cpp | 7 +++---- lib/MC/MCInstPrinter.cpp | 7 +++---- lib/MC/MCInstrAnalysis.cpp | 7 +++---- lib/MC/MCInstrDesc.cpp | 7 +++---- lib/MC/MCLabel.cpp | 7 +++---- lib/MC/MCLinkerOptimizationHint.cpp | 7 +++---- lib/MC/MCMachOStreamer.cpp | 7 +++---- lib/MC/MCMachObjectTargetWriter.cpp | 7 +++---- lib/MC/MCNullStreamer.cpp | 7 +++---- lib/MC/MCObjectFileInfo.cpp | 7 +++---- lib/MC/MCObjectStreamer.cpp | 7 +++---- lib/MC/MCObjectWriter.cpp | 7 +++---- lib/MC/MCParser/AsmLexer.cpp | 7 +++---- lib/MC/MCParser/AsmParser.cpp | 7 +++---- lib/MC/MCParser/COFFAsmParser.cpp | 7 +++---- lib/MC/MCParser/DarwinAsmParser.cpp | 7 +++---- lib/MC/MCParser/ELFAsmParser.cpp | 7 +++---- lib/MC/MCParser/LLVMBuild.txt | 7 +++---- lib/MC/MCParser/MCAsmLexer.cpp | 7 +++---- lib/MC/MCParser/MCAsmParser.cpp | 7 +++---- lib/MC/MCParser/MCAsmParserExtension.cpp | 7 +++---- lib/MC/MCParser/MCTargetAsmParser.cpp | 7 +++---- lib/MC/MCParser/WasmAsmParser.cpp | 7 +++---- lib/MC/MCRegisterInfo.cpp | 7 +++---- lib/MC/MCSchedule.cpp | 7 +++---- lib/MC/MCSection.cpp | 7 +++---- lib/MC/MCSectionCOFF.cpp | 7 +++---- lib/MC/MCSectionELF.cpp | 7 +++---- lib/MC/MCSectionMachO.cpp | 7 +++---- lib/MC/MCSectionWasm.cpp | 7 +++---- lib/MC/MCStreamer.cpp | 7 +++---- lib/MC/MCSubtargetInfo.cpp | 7 +++---- lib/MC/MCSymbol.cpp | 7 +++---- lib/MC/MCSymbolELF.cpp | 7 +++---- lib/MC/MCTargetOptions.cpp | 7 +++---- lib/MC/MCValue.cpp | 7 +++---- lib/MC/MCWasmObjectTargetWriter.cpp | 7 +++---- lib/MC/MCWasmStreamer.cpp | 7 +++---- lib/MC/MCWin64EH.cpp | 7 +++---- lib/MC/MCWinCOFFStreamer.cpp | 7 +++---- lib/MC/MCWinEH.cpp | 7 +++---- lib/MC/MachObjectWriter.cpp | 7 +++---- lib/MC/StringTableBuilder.cpp | 7 +++---- lib/MC/SubtargetFeature.cpp | 7 +++---- lib/MC/WasmObjectWriter.cpp | 7 +++---- lib/MC/WinCOFFObjectWriter.cpp | 7 +++---- lib/MCA/Context.cpp | 7 +++---- lib/MCA/HWEventListener.cpp | 7 +++---- lib/MCA/HardwareUnits/HardwareUnit.cpp | 7 +++---- lib/MCA/HardwareUnits/LSUnit.cpp | 7 +++---- lib/MCA/HardwareUnits/RegisterFile.cpp | 7 +++---- lib/MCA/HardwareUnits/ResourceManager.cpp | 7 +++---- lib/MCA/HardwareUnits/RetireControlUnit.cpp | 7 +++---- lib/MCA/HardwareUnits/Scheduler.cpp | 7 +++---- lib/MCA/InstrBuilder.cpp | 7 +++---- lib/MCA/Instruction.cpp | 7 +++---- lib/MCA/LLVMBuild.txt | 7 +++---- lib/MCA/Pipeline.cpp | 7 +++---- lib/MCA/Stages/DispatchStage.cpp | 7 +++---- lib/MCA/Stages/EntryStage.cpp | 7 +++---- lib/MCA/Stages/ExecuteStage.cpp | 7 +++---- lib/MCA/Stages/InstructionTables.cpp | 7 +++---- lib/MCA/Stages/RetireStage.cpp | 7 +++---- lib/MCA/Stages/Stage.cpp | 7 +++---- lib/MCA/Support.cpp | 7 +++---- lib/Object/Archive.cpp | 7 +++---- lib/Object/ArchiveWriter.cpp | 7 +++---- lib/Object/Binary.cpp | 7 +++---- lib/Object/COFFImportFile.cpp | 7 +++---- lib/Object/COFFModuleDefinition.cpp | 7 +++---- lib/Object/COFFObjectFile.cpp | 7 +++---- lib/Object/Decompressor.cpp | 7 +++---- lib/Object/ELF.cpp | 7 +++---- lib/Object/ELFObjectFile.cpp | 7 +++---- lib/Object/Error.cpp | 7 +++---- lib/Object/IRObjectFile.cpp | 7 +++---- lib/Object/IRSymtab.cpp | 7 +++---- lib/Object/LLVMBuild.txt | 7 +++---- lib/Object/MachOObjectFile.cpp | 7 +++---- lib/Object/MachOUniversal.cpp | 7 +++---- lib/Object/ModuleSymbolTable.cpp | 7 +++---- lib/Object/Object.cpp | 7 +++---- lib/Object/ObjectFile.cpp | 7 +++---- lib/Object/RecordStreamer.cpp | 7 +++---- lib/Object/RecordStreamer.h | 7 +++---- lib/Object/SymbolSize.cpp | 7 +++---- lib/Object/SymbolicFile.cpp | 7 +++---- lib/Object/WasmObjectFile.cpp | 7 +++---- lib/Object/WindowsResource.cpp | 7 +++---- lib/ObjectYAML/COFFYAML.cpp | 7 +++---- lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 7 +++---- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 7 +++---- lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp | 7 +++---- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 7 +++---- lib/ObjectYAML/DWARFEmitter.cpp | 7 +++---- lib/ObjectYAML/DWARFVisitor.cpp | 7 +++---- lib/ObjectYAML/DWARFVisitor.h | 7 +++---- lib/ObjectYAML/DWARFYAML.cpp | 7 +++---- lib/ObjectYAML/ELFYAML.cpp | 7 +++---- lib/ObjectYAML/LLVMBuild.txt | 7 +++---- lib/ObjectYAML/MachOYAML.cpp | 7 +++---- lib/ObjectYAML/ObjectYAML.cpp | 7 +++---- lib/ObjectYAML/WasmYAML.cpp | 7 +++---- lib/ObjectYAML/YAML.cpp | 7 +++---- lib/OptRemarks/LLVMBuild.txt | 7 +++---- lib/Option/Arg.cpp | 7 +++---- lib/Option/ArgList.cpp | 7 +++---- lib/Option/LLVMBuild.txt | 7 +++---- lib/Option/OptTable.cpp | 7 +++---- lib/Option/Option.cpp | 7 +++---- lib/Passes/LLVMBuild.txt | 7 +++---- lib/Passes/PassBuilder.cpp | 7 +++---- lib/Passes/PassPlugin.cpp | 7 +++---- lib/Passes/PassRegistry.def | 7 +++---- lib/Passes/StandardInstrumentations.cpp | 7 +++---- lib/ProfileData/Coverage/CoverageMapping.cpp | 7 +++---- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 7 +++---- lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 7 +++---- lib/ProfileData/Coverage/LLVMBuild.txt | 7 +++---- lib/ProfileData/GCOV.cpp | 7 +++---- lib/ProfileData/InstrProf.cpp | 7 +++---- lib/ProfileData/InstrProfReader.cpp | 7 +++---- lib/ProfileData/InstrProfWriter.cpp | 7 +++---- lib/ProfileData/LLVMBuild.txt | 7 +++---- lib/ProfileData/ProfileSummaryBuilder.cpp | 7 +++---- lib/ProfileData/SampleProf.cpp | 7 +++---- lib/ProfileData/SampleProfReader.cpp | 7 +++---- lib/ProfileData/SampleProfWriter.cpp | 7 +++---- lib/Support/AArch64TargetParser.cpp | 7 +++---- lib/Support/AMDGPUMetadata.cpp | 7 +++---- lib/Support/APFloat.cpp | 7 +++---- lib/Support/APInt.cpp | 7 +++---- lib/Support/APSInt.cpp | 7 +++---- lib/Support/ARMAttributeParser.cpp | 7 +++---- lib/Support/ARMBuildAttrs.cpp | 7 +++---- lib/Support/ARMTargetParser.cpp | 7 +++---- lib/Support/ARMWinEH.cpp | 7 +++---- lib/Support/Allocator.cpp | 7 +++---- lib/Support/Atomic.cpp | 7 +++---- lib/Support/BinaryStreamError.cpp | 7 +++---- lib/Support/BinaryStreamReader.cpp | 7 +++---- lib/Support/BinaryStreamRef.cpp | 7 +++---- lib/Support/BinaryStreamWriter.cpp | 7 +++---- lib/Support/BlockFrequency.cpp | 7 +++---- lib/Support/BranchProbability.cpp | 7 +++---- lib/Support/BuryPointer.cpp | 7 +++---- lib/Support/COM.cpp | 7 +++---- lib/Support/CachePruning.cpp | 7 +++---- lib/Support/Chrono.cpp | 7 +++---- lib/Support/CodeGenCoverage.cpp | 7 +++---- lib/Support/CommandLine.cpp | 7 +++---- lib/Support/Compression.cpp | 7 +++---- lib/Support/ConvertUTF.cpp | 7 +++---- lib/Support/ConvertUTFWrapper.cpp | 7 +++---- lib/Support/CrashRecoveryContext.cpp | 7 +++---- lib/Support/DAGDeltaAlgorithm.cpp | 7 +++---- lib/Support/DJB.cpp | 7 +++---- lib/Support/DataExtractor.cpp | 7 +++---- lib/Support/Debug.cpp | 7 +++---- lib/Support/DeltaAlgorithm.cpp | 7 +++---- lib/Support/DynamicLibrary.cpp | 7 +++---- lib/Support/Errno.cpp | 7 +++---- lib/Support/Error.cpp | 7 +++---- lib/Support/ErrorHandling.cpp | 7 +++---- lib/Support/FileCheck.cpp | 7 +++---- lib/Support/FileOutputBuffer.cpp | 7 +++---- lib/Support/FileUtilities.cpp | 7 +++---- lib/Support/FoldingSet.cpp | 7 +++---- lib/Support/FormatVariadic.cpp | 7 +++---- lib/Support/FormattedStream.cpp | 7 +++---- lib/Support/GlobPattern.cpp | 7 +++---- lib/Support/GraphWriter.cpp | 7 +++---- lib/Support/Hashing.cpp | 7 +++---- lib/Support/Host.cpp | 7 +++---- lib/Support/InitLLVM.cpp | 7 +++---- lib/Support/IntEqClasses.cpp | 7 +++---- lib/Support/IntervalMap.cpp | 7 +++---- lib/Support/JSON.cpp | 7 +++---- lib/Support/JamCRC.cpp | 7 +++---- lib/Support/KnownBits.cpp | 7 +++---- lib/Support/LEB128.cpp | 7 +++---- lib/Support/LLVMBuild.txt | 7 +++---- lib/Support/LineIterator.cpp | 7 +++---- lib/Support/LockFileManager.cpp | 7 +++---- lib/Support/LowLevelType.cpp | 7 +++---- lib/Support/ManagedStatic.cpp | 7 +++---- lib/Support/MathExtras.cpp | 7 +++---- lib/Support/Memory.cpp | 7 +++---- lib/Support/MemoryBuffer.cpp | 7 +++---- lib/Support/Mutex.cpp | 7 +++---- lib/Support/NativeFormatting.cpp | 7 +++---- lib/Support/Optional.cpp | 7 +++---- lib/Support/Options.cpp | 7 +++---- lib/Support/Parallel.cpp | 7 +++---- lib/Support/Path.cpp | 7 +++---- lib/Support/PluginLoader.cpp | 7 +++---- lib/Support/PrettyStackTrace.cpp | 7 +++---- lib/Support/Process.cpp | 7 +++---- lib/Support/Program.cpp | 7 +++---- lib/Support/RWMutex.cpp | 7 +++---- lib/Support/RandomNumberGenerator.cpp | 7 +++---- lib/Support/Regex.cpp | 7 +++---- lib/Support/SHA1.cpp | 7 +++---- lib/Support/ScaledNumber.cpp | 7 +++---- lib/Support/Signals.cpp | 7 +++---- lib/Support/SmallPtrSet.cpp | 7 +++---- lib/Support/SmallVector.cpp | 7 +++---- lib/Support/SourceMgr.cpp | 7 +++---- lib/Support/SpecialCaseList.cpp | 7 +++---- lib/Support/Statistic.cpp | 7 +++---- lib/Support/StringExtras.cpp | 7 +++---- lib/Support/StringMap.cpp | 7 +++---- lib/Support/StringPool.cpp | 7 +++---- lib/Support/StringRef.cpp | 7 +++---- lib/Support/StringSaver.cpp | 7 +++---- lib/Support/SymbolRemappingReader.cpp | 7 +++---- lib/Support/SystemUtils.cpp | 7 +++---- lib/Support/TarWriter.cpp | 7 +++---- lib/Support/TargetParser.cpp | 7 +++---- lib/Support/TargetRegistry.cpp | 7 +++---- lib/Support/ThreadLocal.cpp | 7 +++---- lib/Support/ThreadPool.cpp | 7 +++---- lib/Support/Threading.cpp | 7 +++---- lib/Support/Timer.cpp | 7 +++---- lib/Support/ToolOutputFile.cpp | 7 +++---- lib/Support/TrigramIndex.cpp | 7 +++---- lib/Support/Triple.cpp | 7 +++---- lib/Support/Twine.cpp | 7 +++---- lib/Support/Unicode.cpp | 7 +++---- lib/Support/Unix/COM.inc | 7 +++---- lib/Support/Unix/DynamicLibrary.inc | 7 +++---- lib/Support/Unix/Host.inc | 7 +++---- lib/Support/Unix/Memory.inc | 7 +++---- lib/Support/Unix/Mutex.inc | 7 +++---- lib/Support/Unix/Path.inc | 7 +++---- lib/Support/Unix/Process.inc | 7 +++---- lib/Support/Unix/Program.inc | 7 +++---- lib/Support/Unix/RWMutex.inc | 7 +++---- lib/Support/Unix/Signals.inc | 7 +++---- lib/Support/Unix/ThreadLocal.inc | 7 +++---- lib/Support/Unix/Threading.inc | 7 +++---- lib/Support/Unix/Unix.h | 7 +++---- lib/Support/Unix/Watchdog.inc | 7 +++---- lib/Support/Valgrind.cpp | 7 +++---- lib/Support/VersionTuple.cpp | 7 +++---- lib/Support/VirtualFileSystem.cpp | 7 +++---- lib/Support/Watchdog.cpp | 7 +++---- lib/Support/Windows/COM.inc | 7 +++---- lib/Support/Windows/DynamicLibrary.inc | 7 +++---- lib/Support/Windows/Host.inc | 7 +++---- lib/Support/Windows/Memory.inc | 7 +++---- lib/Support/Windows/Mutex.inc | 7 +++---- lib/Support/Windows/Path.inc | 7 +++---- lib/Support/Windows/Process.inc | 7 +++---- lib/Support/Windows/Program.inc | 7 +++---- lib/Support/Windows/RWMutex.inc | 7 +++---- lib/Support/Windows/Signals.inc | 7 +++---- lib/Support/Windows/ThreadLocal.inc | 7 +++---- lib/Support/Windows/Threading.inc | 7 +++---- lib/Support/Windows/Watchdog.inc | 7 +++---- lib/Support/Windows/WindowsSupport.h | 7 +++---- lib/Support/WithColor.cpp | 7 +++---- lib/Support/YAMLParser.cpp | 7 +++---- lib/Support/YAMLTraits.cpp | 7 +++---- lib/Support/circular_raw_ostream.cpp | 7 +++---- lib/Support/raw_os_ostream.cpp | 7 +++---- lib/Support/raw_ostream.cpp | 7 +++---- lib/TableGen/Error.cpp | 7 +++---- lib/TableGen/JSONBackend.cpp | 7 +++---- lib/TableGen/LLVMBuild.txt | 7 +++---- lib/TableGen/Main.cpp | 7 +++---- lib/TableGen/Record.cpp | 7 +++---- lib/TableGen/SetTheory.cpp | 7 +++---- lib/TableGen/StringMatcher.cpp | 7 +++---- lib/TableGen/TGLexer.cpp | 7 +++---- lib/TableGen/TGLexer.h | 7 +++---- lib/TableGen/TGParser.cpp | 7 +++---- lib/TableGen/TGParser.h | 7 +++---- lib/TableGen/TableGenBackend.cpp | 7 +++---- lib/Target/AArch64/AArch64.h | 7 +++---- lib/Target/AArch64/AArch64.td | 7 +++---- lib/Target/AArch64/AArch64A53Fix835769.cpp | 7 +++---- lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 7 +++---- lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp | 7 +++---- lib/Target/AArch64/AArch64AsmPrinter.cpp | 7 +++---- lib/Target/AArch64/AArch64BranchTargets.cpp | 7 +++---- lib/Target/AArch64/AArch64CallLowering.cpp | 7 +++---- lib/Target/AArch64/AArch64CallLowering.h | 7 +++---- lib/Target/AArch64/AArch64CallingConvention.h | 7 +++---- lib/Target/AArch64/AArch64CallingConvention.td | 7 +++---- lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp | 7 +++---- lib/Target/AArch64/AArch64CollectLOH.cpp | 7 +++---- lib/Target/AArch64/AArch64CompressJumpTables.cpp | 7 +++---- lib/Target/AArch64/AArch64CondBrTuning.cpp | 7 +++---- lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 7 +++---- lib/Target/AArch64/AArch64ConditionalCompares.cpp | 7 +++---- lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 7 +++---- lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 7 +++---- lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 7 +++---- lib/Target/AArch64/AArch64FastISel.cpp | 7 +++---- lib/Target/AArch64/AArch64FrameLowering.cpp | 7 +++---- lib/Target/AArch64/AArch64FrameLowering.h | 7 +++---- lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 7 +++---- lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 7 +++---- lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +++---- lib/Target/AArch64/AArch64ISelLowering.h | 7 +++---- lib/Target/AArch64/AArch64InstrAtomics.td | 7 +++---- lib/Target/AArch64/AArch64InstrFormats.td | 7 +++---- lib/Target/AArch64/AArch64InstrInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64InstrInfo.h | 7 +++---- lib/Target/AArch64/AArch64InstrInfo.td | 7 +++---- lib/Target/AArch64/AArch64InstructionSelector.cpp | 7 +++---- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64LegalizerInfo.h | 7 +++---- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 7 +++---- lib/Target/AArch64/AArch64MCInstLower.cpp | 7 +++---- lib/Target/AArch64/AArch64MCInstLower.h | 7 +++---- lib/Target/AArch64/AArch64MachineFunctionInfo.h | 7 +++---- lib/Target/AArch64/AArch64MacroFusion.cpp | 7 +++---- lib/Target/AArch64/AArch64MacroFusion.h | 7 +++---- lib/Target/AArch64/AArch64PBQPRegAlloc.cpp | 7 +++---- lib/Target/AArch64/AArch64PBQPRegAlloc.h | 7 +++---- lib/Target/AArch64/AArch64PerfectShuffle.h | 7 +++---- lib/Target/AArch64/AArch64PfmCounters.td | 7 +++---- lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 7 +++---- lib/Target/AArch64/AArch64PromoteConstant.cpp | 7 +++---- lib/Target/AArch64/AArch64RedundantCopyElimination.cpp | 7 +++---- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64RegisterBankInfo.h | 7 +++---- lib/Target/AArch64/AArch64RegisterBanks.td | 7 +++---- lib/Target/AArch64/AArch64RegisterInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64RegisterInfo.h | 7 +++---- lib/Target/AArch64/AArch64RegisterInfo.td | 7 +++---- lib/Target/AArch64/AArch64SIMDInstrOpt.cpp | 7 +++---- lib/Target/AArch64/AArch64SVEInstrInfo.td | 7 +++---- lib/Target/AArch64/AArch64SchedA53.td | 7 +++---- lib/Target/AArch64/AArch64SchedA57.td | 7 +++---- lib/Target/AArch64/AArch64SchedA57WriteRes.td | 7 +++---- lib/Target/AArch64/AArch64SchedCyclone.td | 7 +++---- lib/Target/AArch64/AArch64SchedExynosM1.td | 7 +++---- lib/Target/AArch64/AArch64SchedExynosM3.td | 7 +++---- lib/Target/AArch64/AArch64SchedExynosM4.td | 7 +++---- lib/Target/AArch64/AArch64SchedFalkor.td | 7 +++---- lib/Target/AArch64/AArch64SchedFalkorDetails.td | 7 +++---- lib/Target/AArch64/AArch64SchedKryo.td | 7 +++---- lib/Target/AArch64/AArch64SchedKryoDetails.td | 7 +++---- lib/Target/AArch64/AArch64SchedPredExynos.td | 7 +++---- lib/Target/AArch64/AArch64SchedPredicates.td | 7 +++---- lib/Target/AArch64/AArch64SchedThunderX.td | 7 +++---- lib/Target/AArch64/AArch64SchedThunderX2T99.td | 7 +++---- lib/Target/AArch64/AArch64Schedule.td | 7 +++---- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64SelectionDAGInfo.h | 7 +++---- lib/Target/AArch64/AArch64SpeculationHardening.cpp | 7 +++---- lib/Target/AArch64/AArch64StorePairSuppress.cpp | 7 +++---- lib/Target/AArch64/AArch64Subtarget.cpp | 7 +++---- lib/Target/AArch64/AArch64Subtarget.h | 7 +++---- lib/Target/AArch64/AArch64SystemOperands.td | 7 +++---- lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +++---- lib/Target/AArch64/AArch64TargetMachine.h | 7 +++---- lib/Target/AArch64/AArch64TargetObjectFile.cpp | 7 +++---- lib/Target/AArch64/AArch64TargetObjectFile.h | 7 +++---- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 7 +++---- lib/Target/AArch64/AArch64TargetTransformInfo.h | 7 +++---- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 7 +++---- lib/Target/AArch64/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | 7 +++---- lib/Target/AArch64/Disassembler/AArch64Disassembler.h | 7 +++---- .../AArch64/Disassembler/AArch64ExternalSymbolizer.cpp | 7 +++---- .../AArch64/Disassembler/AArch64ExternalSymbolizer.h | 7 +++---- lib/Target/AArch64/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp | 7 +++---- lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h | 7 +++---- lib/Target/AArch64/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 7 +++---- .../AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h | 7 +++---- .../AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp | 7 +++---- lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h | 7 +++---- lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/SVEInstrFormats.td | 7 +++---- lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp | 7 +++---- lib/Target/AArch64/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 7 +++---- lib/Target/AArch64/Utils/AArch64BaseInfo.h | 7 +++---- lib/Target/AArch64/Utils/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/AMDGPU.h | 7 +++---- lib/Target/AMDGPU/AMDGPU.td | 7 +++---- lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUAliasAnalysis.h | 7 +++---- lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 7 +++---- lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUCallLowering.h | 7 +++---- lib/Target/AMDGPU/AMDGPUCallingConv.td | 7 +++---- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUFeatures.td | 7 +++---- lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUFrameLowering.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUFrameLowering.h | 7 +++---- lib/Target/AMDGPU/AMDGPUGISel.td | 7 +++---- lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def | 7 +++---- lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h | 7 +++---- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +++---- lib/Target/AMDGPU/AMDGPUInline.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUInstrInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPUInstrInfo.td | 7 +++---- lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 7 +++---- lib/Target/AMDGPU/AMDGPUInstructions.td | 7 +++---- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPULibCalls.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPULibFunc.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPULibFunc.h | 7 +++---- lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 7 +++---- lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPUMacroFusion.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUMacroFusion.h | 7 +++---- lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUPTNote.h | 7 +++---- lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h | 7 +++---- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterBankInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterBanks.td | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPURegisterInfo.td | 7 +++---- lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUSearchableTables.td | 7 +++---- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUSubtarget.h | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetMachine.h | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetObjectFile.h | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 7 +++---- lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 7 +++---- lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp | 7 +++---- lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 7 +++---- lib/Target/AMDGPU/AMDKernelCodeT.h | 7 +++---- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 7 +++---- lib/Target/AMDGPU/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/BUFInstructions.td | 7 +++---- lib/Target/AMDGPU/CaymanInstructions.td | 7 +++---- lib/Target/AMDGPU/DSInstructions.td | 7 +++---- lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 7 +++---- lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h | 7 +++---- lib/Target/AMDGPU/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/EvergreenInstructions.td | 7 +++---- lib/Target/AMDGPU/FLATInstructions.td | 7 +++---- lib/Target/AMDGPU/GCNDPPCombine.cpp | 7 +++---- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 7 +++---- lib/Target/AMDGPU/GCNHazardRecognizer.h | 7 +++---- lib/Target/AMDGPU/GCNILPSched.cpp | 7 +++---- lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 7 +++---- lib/Target/AMDGPU/GCNIterativeScheduler.h | 7 +++---- lib/Target/AMDGPU/GCNMinRegStrategy.cpp | 7 +++---- lib/Target/AMDGPU/GCNProcessors.td | 7 +++---- lib/Target/AMDGPU/GCNRegPressure.cpp | 7 +++---- lib/Target/AMDGPU/GCNRegPressure.h | 7 +++---- lib/Target/AMDGPU/GCNSchedStrategy.cpp | 7 +++---- lib/Target/AMDGPU/GCNSchedStrategy.h | 7 +++---- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 7 +++---- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 7 +++---- lib/Target/AMDGPU/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp | 7 +++---- lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 7 +++---- lib/Target/AMDGPU/MIMGInstructions.td | 7 +++---- lib/Target/AMDGPU/R600.td | 7 +++---- lib/Target/AMDGPU/R600AsmPrinter.cpp | 7 +++---- lib/Target/AMDGPU/R600AsmPrinter.h | 7 +++---- lib/Target/AMDGPU/R600ClauseMergePass.cpp | 7 +++---- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 7 +++---- lib/Target/AMDGPU/R600Defines.h | 7 +++---- lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 7 +++---- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 7 +++---- lib/Target/AMDGPU/R600FrameLowering.cpp | 7 +++---- lib/Target/AMDGPU/R600FrameLowering.h | 7 +++---- lib/Target/AMDGPU/R600ISelLowering.cpp | 7 +++---- lib/Target/AMDGPU/R600ISelLowering.h | 7 +++---- lib/Target/AMDGPU/R600InstrFormats.td | 7 +++---- lib/Target/AMDGPU/R600InstrInfo.cpp | 7 +++---- lib/Target/AMDGPU/R600InstrInfo.h | 7 +++---- lib/Target/AMDGPU/R600Instructions.td | 7 +++---- lib/Target/AMDGPU/R600MachineFunctionInfo.cpp | 7 +++---- lib/Target/AMDGPU/R600MachineFunctionInfo.h | 7 +++---- lib/Target/AMDGPU/R600MachineScheduler.cpp | 7 +++---- lib/Target/AMDGPU/R600MachineScheduler.h | 7 +++---- lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp | 7 +++---- lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 7 +++---- lib/Target/AMDGPU/R600Packetizer.cpp | 7 +++---- lib/Target/AMDGPU/R600Processors.td | 7 +++---- lib/Target/AMDGPU/R600RegisterInfo.cpp | 7 +++---- lib/Target/AMDGPU/R600RegisterInfo.h | 7 +++---- lib/Target/AMDGPU/R600Schedule.td | 7 +++---- lib/Target/AMDGPU/R700Instructions.td | 7 +++---- lib/Target/AMDGPU/SIAddIMGInit.cpp | 7 +++---- lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 7 +++---- lib/Target/AMDGPU/SIDebuggerInsertNops.cpp | 7 +++---- lib/Target/AMDGPU/SIDefines.h | 7 +++---- lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 7 +++---- lib/Target/AMDGPU/SIFixVGPRCopies.cpp | 7 +++---- lib/Target/AMDGPU/SIFixWWMLiveness.cpp | 7 +++---- lib/Target/AMDGPU/SIFixupVectorISel.cpp | 7 +++---- lib/Target/AMDGPU/SIFoldOperands.cpp | 7 +++---- lib/Target/AMDGPU/SIFormMemoryClauses.cpp | 7 +++---- lib/Target/AMDGPU/SIFrameLowering.cpp | 7 +++---- lib/Target/AMDGPU/SIFrameLowering.h | 7 +++---- lib/Target/AMDGPU/SIISelLowering.cpp | 7 +++---- lib/Target/AMDGPU/SIISelLowering.h | 7 +++---- lib/Target/AMDGPU/SIInsertSkips.cpp | 7 +++---- lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 7 +++---- lib/Target/AMDGPU/SIInstrFormats.td | 7 +++---- lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +++---- lib/Target/AMDGPU/SIInstrInfo.h | 7 +++---- lib/Target/AMDGPU/SIInstrInfo.td | 7 +++---- lib/Target/AMDGPU/SIInstructions.td | 7 +++---- lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 +++---- lib/Target/AMDGPU/SILowerControlFlow.cpp | 7 +++---- lib/Target/AMDGPU/SILowerI1Copies.cpp | 7 +++---- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 7 +++---- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 7 +++---- lib/Target/AMDGPU/SIMachineScheduler.cpp | 7 +++---- lib/Target/AMDGPU/SIMachineScheduler.h | 7 +++---- lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 7 +++---- lib/Target/AMDGPU/SIModeRegister.cpp | 7 +++---- lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 7 +++---- lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 7 +++---- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 7 +++---- lib/Target/AMDGPU/SIProgramInfo.h | 7 +++---- lib/Target/AMDGPU/SIRegisterInfo.cpp | 7 +++---- lib/Target/AMDGPU/SIRegisterInfo.h | 7 +++---- lib/Target/AMDGPU/SIRegisterInfo.td | 7 +++---- lib/Target/AMDGPU/SISchedule.td | 7 +++---- lib/Target/AMDGPU/SIShrinkInstructions.cpp | 7 +++---- lib/Target/AMDGPU/SIWholeQuadMode.cpp | 7 +++---- lib/Target/AMDGPU/SMInstructions.td | 7 +++---- lib/Target/AMDGPU/SOPInstructions.td | 7 +++---- lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp | 7 +++---- lib/Target/AMDGPU/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 7 +++---- lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h | 7 +++---- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 7 +++---- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 7 +++---- lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h | 7 +++---- lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp | 7 +++---- lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h | 7 +++---- lib/Target/AMDGPU/Utils/LLVMBuild.txt | 7 +++---- lib/Target/AMDGPU/VIInstrFormats.td | 7 +++---- lib/Target/AMDGPU/VIInstructions.td | 7 +++---- lib/Target/AMDGPU/VOP1Instructions.td | 7 +++---- lib/Target/AMDGPU/VOP2Instructions.td | 7 +++---- lib/Target/AMDGPU/VOP3Instructions.td | 7 +++---- lib/Target/AMDGPU/VOP3PInstructions.td | 7 +++---- lib/Target/AMDGPU/VOPCInstructions.td | 7 +++---- lib/Target/AMDGPU/VOPInstructions.td | 7 +++---- lib/Target/ARC/ARC.h | 7 +++---- lib/Target/ARC/ARC.td | 7 +++---- lib/Target/ARC/ARCAsmPrinter.cpp | 7 +++---- lib/Target/ARC/ARCBranchFinalize.cpp | 7 +++---- lib/Target/ARC/ARCCallingConv.td | 7 +++---- lib/Target/ARC/ARCExpandPseudos.cpp | 7 +++---- lib/Target/ARC/ARCFrameLowering.cpp | 7 +++---- lib/Target/ARC/ARCFrameLowering.h | 7 +++---- lib/Target/ARC/ARCISelDAGToDAG.cpp | 7 +++---- lib/Target/ARC/ARCISelLowering.cpp | 7 +++---- lib/Target/ARC/ARCISelLowering.h | 7 +++---- lib/Target/ARC/ARCInstrFormats.td | 7 +++---- lib/Target/ARC/ARCInstrInfo.cpp | 7 +++---- lib/Target/ARC/ARCInstrInfo.h | 7 +++---- lib/Target/ARC/ARCInstrInfo.td | 7 +++---- lib/Target/ARC/ARCMCInstLower.cpp | 7 +++---- lib/Target/ARC/ARCMCInstLower.h | 7 +++---- lib/Target/ARC/ARCMachineFunctionInfo.cpp | 7 +++---- lib/Target/ARC/ARCMachineFunctionInfo.h | 7 +++---- lib/Target/ARC/ARCRegisterInfo.cpp | 7 +++---- lib/Target/ARC/ARCRegisterInfo.h | 7 +++---- lib/Target/ARC/ARCRegisterInfo.td | 7 +++---- lib/Target/ARC/ARCSubtarget.cpp | 7 +++---- lib/Target/ARC/ARCSubtarget.h | 7 +++---- lib/Target/ARC/ARCTargetMachine.cpp | 7 +++---- lib/Target/ARC/ARCTargetMachine.h | 7 +++---- lib/Target/ARC/ARCTargetStreamer.h | 7 +++---- lib/Target/ARC/ARCTargetTransformInfo.h | 7 +++---- lib/Target/ARC/Disassembler/ARCDisassembler.cpp | 7 +++---- lib/Target/ARC/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp | 7 +++---- lib/Target/ARC/InstPrinter/ARCInstPrinter.h | 7 +++---- lib/Target/ARC/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/ARC/LLVMBuild.txt | 7 +++---- lib/Target/ARC/MCTargetDesc/ARCInfo.h | 7 +++---- lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.cpp | 7 +++---- lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.h | 7 +++---- lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp | 7 +++---- lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.h | 7 +++---- lib/Target/ARC/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/ARC/TargetInfo/ARCTargetInfo.cpp | 7 +++---- lib/Target/ARC/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/ARM/A15SDOptimizer.cpp | 7 +++---- lib/Target/ARM/ARM.h | 7 +++---- lib/Target/ARM/ARM.td | 7 +++---- lib/Target/ARM/ARMAsmPrinter.cpp | 7 +++---- lib/Target/ARM/ARMAsmPrinter.h | 7 +++---- lib/Target/ARM/ARMBaseInstrInfo.cpp | 7 +++---- lib/Target/ARM/ARMBaseInstrInfo.h | 7 +++---- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 7 +++---- lib/Target/ARM/ARMBaseRegisterInfo.h | 7 +++---- lib/Target/ARM/ARMBasicBlockInfo.h | 7 +++---- lib/Target/ARM/ARMCallLowering.cpp | 7 +++---- lib/Target/ARM/ARMCallLowering.h | 7 +++---- lib/Target/ARM/ARMCallingConv.h | 7 +++---- lib/Target/ARM/ARMCallingConv.td | 7 +++---- lib/Target/ARM/ARMCodeGenPrepare.cpp | 7 +++---- lib/Target/ARM/ARMComputeBlockSize.cpp | 7 +++---- lib/Target/ARM/ARMConstantIslandPass.cpp | 7 +++---- lib/Target/ARM/ARMConstantPoolValue.cpp | 7 +++---- lib/Target/ARM/ARMConstantPoolValue.h | 7 +++---- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 7 +++---- lib/Target/ARM/ARMFastISel.cpp | 7 +++---- lib/Target/ARM/ARMFeatures.h | 7 +++---- lib/Target/ARM/ARMFrameLowering.cpp | 7 +++---- lib/Target/ARM/ARMFrameLowering.h | 7 +++---- lib/Target/ARM/ARMHazardRecognizer.cpp | 7 +++---- lib/Target/ARM/ARMHazardRecognizer.h | 7 +++---- lib/Target/ARM/ARMISelDAGToDAG.cpp | 7 +++---- lib/Target/ARM/ARMISelLowering.cpp | 7 +++---- lib/Target/ARM/ARMISelLowering.h | 7 +++---- lib/Target/ARM/ARMInstrFormats.td | 7 +++---- lib/Target/ARM/ARMInstrInfo.cpp | 7 +++---- lib/Target/ARM/ARMInstrInfo.h | 7 +++---- lib/Target/ARM/ARMInstrInfo.td | 7 +++---- lib/Target/ARM/ARMInstrNEON.td | 7 +++---- lib/Target/ARM/ARMInstrThumb.td | 7 +++---- lib/Target/ARM/ARMInstrThumb2.td | 7 +++---- lib/Target/ARM/ARMInstrVFP.td | 7 +++---- lib/Target/ARM/ARMInstructionSelector.cpp | 7 +++---- lib/Target/ARM/ARMLegalizerInfo.cpp | 7 +++---- lib/Target/ARM/ARMLegalizerInfo.h | 7 +++---- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 7 +++---- lib/Target/ARM/ARMMCInstLower.cpp | 7 +++---- lib/Target/ARM/ARMMachineFunctionInfo.cpp | 7 +++---- lib/Target/ARM/ARMMachineFunctionInfo.h | 7 +++---- lib/Target/ARM/ARMMacroFusion.cpp | 7 +++---- lib/Target/ARM/ARMMacroFusion.h | 7 +++---- lib/Target/ARM/ARMOptimizeBarriersPass.cpp | 7 +++---- lib/Target/ARM/ARMParallelDSP.cpp | 7 +++---- lib/Target/ARM/ARMPerfectShuffle.h | 7 +++---- lib/Target/ARM/ARMRegisterBankInfo.cpp | 7 +++---- lib/Target/ARM/ARMRegisterBankInfo.h | 7 +++---- lib/Target/ARM/ARMRegisterBanks.td | 7 +++---- lib/Target/ARM/ARMRegisterInfo.cpp | 7 +++---- lib/Target/ARM/ARMRegisterInfo.h | 7 +++---- lib/Target/ARM/ARMRegisterInfo.td | 7 +++---- lib/Target/ARM/ARMSchedule.td | 7 +++---- lib/Target/ARM/ARMScheduleA57.td | 7 +++---- lib/Target/ARM/ARMScheduleA57WriteRes.td | 7 +++---- lib/Target/ARM/ARMScheduleA8.td | 7 +++---- lib/Target/ARM/ARMScheduleA9.td | 7 +++---- lib/Target/ARM/ARMScheduleM3.td | 7 +++---- lib/Target/ARM/ARMScheduleR52.td | 7 +++---- lib/Target/ARM/ARMScheduleSwift.td | 7 +++---- lib/Target/ARM/ARMScheduleV6.td | 7 +++---- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 7 +++---- lib/Target/ARM/ARMSelectionDAGInfo.h | 7 +++---- lib/Target/ARM/ARMSubtarget.cpp | 7 +++---- lib/Target/ARM/ARMSubtarget.h | 7 +++---- lib/Target/ARM/ARMSystemRegister.td | 7 +++---- lib/Target/ARM/ARMTargetMachine.cpp | 7 +++---- lib/Target/ARM/ARMTargetMachine.h | 7 +++---- lib/Target/ARM/ARMTargetObjectFile.cpp | 7 +++---- lib/Target/ARM/ARMTargetObjectFile.h | 7 +++---- lib/Target/ARM/ARMTargetTransformInfo.cpp | 7 +++---- lib/Target/ARM/ARMTargetTransformInfo.h | 7 +++---- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 7 +++---- lib/Target/ARM/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 7 +++---- lib/Target/ARM/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 7 +++---- lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 7 +++---- lib/Target/ARM/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/ARM/LLVMBuild.txt | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCExpr.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp | 7 +++---- lib/Target/ARM/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/ARM/MLxExpansionPass.cpp | 7 +++---- lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp | 7 +++---- lib/Target/ARM/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/ARM/Thumb1FrameLowering.cpp | 7 +++---- lib/Target/ARM/Thumb1FrameLowering.h | 7 +++---- lib/Target/ARM/Thumb1InstrInfo.cpp | 7 +++---- lib/Target/ARM/Thumb1InstrInfo.h | 7 +++---- lib/Target/ARM/Thumb2ITBlockPass.cpp | 7 +++---- lib/Target/ARM/Thumb2InstrInfo.cpp | 7 +++---- lib/Target/ARM/Thumb2InstrInfo.h | 7 +++---- lib/Target/ARM/Thumb2SizeReduction.cpp | 7 +++---- lib/Target/ARM/ThumbRegisterInfo.cpp | 7 +++---- lib/Target/ARM/ThumbRegisterInfo.h | 7 +++---- lib/Target/ARM/Utils/ARMBaseInfo.cpp | 7 +++---- lib/Target/ARM/Utils/ARMBaseInfo.h | 7 +++---- lib/Target/ARM/Utils/LLVMBuild.txt | 7 +++---- lib/Target/AVR/AVR.h | 7 +++---- lib/Target/AVR/AVR.td | 7 +++---- lib/Target/AVR/AVRAsmPrinter.cpp | 7 +++---- lib/Target/AVR/AVRCallingConv.td | 7 +++---- lib/Target/AVR/AVRExpandPseudoInsts.cpp | 7 +++---- lib/Target/AVR/AVRFrameLowering.cpp | 7 +++---- lib/Target/AVR/AVRFrameLowering.h | 7 +++---- lib/Target/AVR/AVRISelDAGToDAG.cpp | 7 +++---- lib/Target/AVR/AVRISelLowering.cpp | 7 +++---- lib/Target/AVR/AVRISelLowering.h | 7 +++---- lib/Target/AVR/AVRInstrFormats.td | 7 +++---- lib/Target/AVR/AVRInstrInfo.cpp | 7 +++---- lib/Target/AVR/AVRInstrInfo.h | 7 +++---- lib/Target/AVR/AVRInstrInfo.td | 7 +++---- lib/Target/AVR/AVRMCInstLower.cpp | 7 +++---- lib/Target/AVR/AVRMCInstLower.h | 7 +++---- lib/Target/AVR/AVRMachineFunctionInfo.h | 7 +++---- lib/Target/AVR/AVRRegisterInfo.cpp | 7 +++---- lib/Target/AVR/AVRRegisterInfo.h | 7 +++---- lib/Target/AVR/AVRRegisterInfo.td | 7 +++---- lib/Target/AVR/AVRRelaxMemOperations.cpp | 7 +++---- lib/Target/AVR/AVRSelectionDAGInfo.h | 7 +++---- lib/Target/AVR/AVRSubtarget.cpp | 7 +++---- lib/Target/AVR/AVRSubtarget.h | 7 +++---- lib/Target/AVR/AVRTargetMachine.cpp | 7 +++---- lib/Target/AVR/AVRTargetMachine.h | 7 +++---- lib/Target/AVR/AVRTargetObjectFile.cpp | 7 +++---- lib/Target/AVR/AVRTargetObjectFile.h | 7 +++---- lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 7 +++---- lib/Target/AVR/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/AVR/Disassembler/AVRDisassembler.cpp | 7 +++---- lib/Target/AVR/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp | 7 +++---- lib/Target/AVR/InstPrinter/AVRInstPrinter.h | 7 +++---- lib/Target/AVR/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/AVR/LLVMBuild.txt | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRELFStreamer.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | 7 +++---- lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h | 7 +++---- lib/Target/AVR/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | 7 +++---- lib/Target/AVR/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/BPF/AsmParser/BPFAsmParser.cpp | 7 +++---- lib/Target/BPF/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/BPF/BPF.h | 7 +++---- lib/Target/BPF/BPF.td | 7 +++---- lib/Target/BPF/BPFAsmPrinter.cpp | 7 +++---- lib/Target/BPF/BPFCallingConv.td | 7 +++---- lib/Target/BPF/BPFFrameLowering.cpp | 7 +++---- lib/Target/BPF/BPFFrameLowering.h | 7 +++---- lib/Target/BPF/BPFISelDAGToDAG.cpp | 7 +++---- lib/Target/BPF/BPFISelLowering.cpp | 7 +++---- lib/Target/BPF/BPFISelLowering.h | 7 +++---- lib/Target/BPF/BPFInstrFormats.td | 7 +++---- lib/Target/BPF/BPFInstrInfo.cpp | 7 +++---- lib/Target/BPF/BPFInstrInfo.h | 7 +++---- lib/Target/BPF/BPFInstrInfo.td | 7 +++---- lib/Target/BPF/BPFMCInstLower.cpp | 7 +++---- lib/Target/BPF/BPFMCInstLower.h | 7 +++---- lib/Target/BPF/BPFMIChecking.cpp | 7 +++---- lib/Target/BPF/BPFMIPeephole.cpp | 7 +++---- lib/Target/BPF/BPFRegisterInfo.cpp | 7 +++---- lib/Target/BPF/BPFRegisterInfo.h | 7 +++---- lib/Target/BPF/BPFRegisterInfo.td | 7 +++---- lib/Target/BPF/BPFSelectionDAGInfo.cpp | 7 +++---- lib/Target/BPF/BPFSelectionDAGInfo.h | 7 +++---- lib/Target/BPF/BPFSubtarget.cpp | 7 +++---- lib/Target/BPF/BPFSubtarget.h | 7 +++---- lib/Target/BPF/BPFTargetMachine.cpp | 7 +++---- lib/Target/BPF/BPFTargetMachine.h | 7 +++---- lib/Target/BPF/BTF.def | 7 +++---- lib/Target/BPF/BTF.h | 7 +++---- lib/Target/BPF/BTFDebug.cpp | 7 +++---- lib/Target/BPF/BTFDebug.h | 7 +++---- lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 7 +++---- lib/Target/BPF/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp | 7 +++---- lib/Target/BPF/InstPrinter/BPFInstPrinter.h | 7 +++---- lib/Target/BPF/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/BPF/LLVMBuild.txt | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 7 +++---- lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h | 7 +++---- lib/Target/BPF/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp | 7 +++---- lib/Target/BPF/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 7 +++---- lib/Target/Hexagon/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/Hexagon/BitTracker.cpp | 7 +++---- lib/Target/Hexagon/BitTracker.h | 7 +++---- lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 7 +++---- lib/Target/Hexagon/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/Hexagon/Hexagon.h | 7 +++---- lib/Target/Hexagon/Hexagon.td | 7 +++---- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 7 +++---- lib/Target/Hexagon/HexagonAsmPrinter.h | 7 +++---- lib/Target/Hexagon/HexagonBitSimplify.cpp | 7 +++---- lib/Target/Hexagon/HexagonBitTracker.cpp | 7 +++---- lib/Target/Hexagon/HexagonBitTracker.h | 7 +++---- lib/Target/Hexagon/HexagonBlockRanges.cpp | 7 +++---- lib/Target/Hexagon/HexagonBlockRanges.h | 7 +++---- lib/Target/Hexagon/HexagonBranchRelaxation.cpp | 7 +++---- lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 7 +++---- lib/Target/Hexagon/HexagonCallingConv.td | 7 +++---- lib/Target/Hexagon/HexagonCommonGEP.cpp | 7 +++---- lib/Target/Hexagon/HexagonConstExtenders.cpp | 7 +++---- lib/Target/Hexagon/HexagonConstPropagation.cpp | 7 +++---- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 7 +++---- lib/Target/Hexagon/HexagonDepArch.h | 7 +++---- lib/Target/Hexagon/HexagonDepArch.td | 7 +++---- lib/Target/Hexagon/HexagonDepDecoders.h | 7 +++---- lib/Target/Hexagon/HexagonDepIICHVX.td | 7 +++---- lib/Target/Hexagon/HexagonDepIICScalar.td | 7 +++---- lib/Target/Hexagon/HexagonDepITypes.h | 7 +++---- lib/Target/Hexagon/HexagonDepITypes.td | 7 +++---- lib/Target/Hexagon/HexagonDepInstrFormats.td | 7 +++---- lib/Target/Hexagon/HexagonDepInstrInfo.td | 7 +++---- lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td | 7 +++---- lib/Target/Hexagon/HexagonDepMappings.td | 7 +++---- lib/Target/Hexagon/HexagonDepOperands.td | 7 +++---- lib/Target/Hexagon/HexagonDepTimingClasses.h | 7 +++---- lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 7 +++---- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 7 +++---- lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 7 +++---- lib/Target/Hexagon/HexagonFrameLowering.cpp | 7 +++---- lib/Target/Hexagon/HexagonFrameLowering.h | 7 +++---- lib/Target/Hexagon/HexagonGenExtract.cpp | 7 +++---- lib/Target/Hexagon/HexagonGenInsert.cpp | 7 +++---- lib/Target/Hexagon/HexagonGenMux.cpp | 7 +++---- lib/Target/Hexagon/HexagonGenPredicate.cpp | 7 +++---- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 7 +++---- lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 7 +++---- lib/Target/Hexagon/HexagonHazardRecognizer.h | 7 +++---- lib/Target/Hexagon/HexagonIICHVX.td | 7 +++---- lib/Target/Hexagon/HexagonIICScalar.td | 7 +++---- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 7 +++---- lib/Target/Hexagon/HexagonISelDAGToDAG.h | 7 +++---- lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 7 +++---- lib/Target/Hexagon/HexagonISelLowering.cpp | 7 +++---- lib/Target/Hexagon/HexagonISelLowering.h | 7 +++---- lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 7 +++---- lib/Target/Hexagon/HexagonInstrFormats.td | 7 +++---- lib/Target/Hexagon/HexagonInstrFormatsV5.td | 7 +++---- lib/Target/Hexagon/HexagonInstrFormatsV60.td | 7 +++---- lib/Target/Hexagon/HexagonInstrFormatsV65.td | 7 +++---- lib/Target/Hexagon/HexagonInstrInfo.cpp | 7 +++---- lib/Target/Hexagon/HexagonInstrInfo.h | 7 +++---- lib/Target/Hexagon/HexagonIntrinsics.td | 7 +++---- lib/Target/Hexagon/HexagonIntrinsicsV5.td | 7 +++---- lib/Target/Hexagon/HexagonIntrinsicsV60.td | 7 +++---- lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 7 +++---- lib/Target/Hexagon/HexagonMCInstLower.cpp | 7 +++---- lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp | 7 +++---- lib/Target/Hexagon/HexagonMachineFunctionInfo.h | 7 +++---- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 7 +++---- lib/Target/Hexagon/HexagonMachineScheduler.h | 7 +++---- lib/Target/Hexagon/HexagonMapAsm2IntrinV62.gen.td | 7 +++---- lib/Target/Hexagon/HexagonMapAsm2IntrinV65.gen.td | 7 +++---- lib/Target/Hexagon/HexagonNewValueJump.cpp | 7 +++---- lib/Target/Hexagon/HexagonOperands.td | 7 +++---- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 7 +++---- lib/Target/Hexagon/HexagonOptimizeSZextends.cpp | 7 +++---- lib/Target/Hexagon/HexagonPatterns.td | 7 +++---- lib/Target/Hexagon/HexagonPatternsV65.td | 7 +++---- lib/Target/Hexagon/HexagonPeephole.cpp | 7 +++---- lib/Target/Hexagon/HexagonPseudo.td | 7 +++---- lib/Target/Hexagon/HexagonRDFOpt.cpp | 7 +++---- lib/Target/Hexagon/HexagonRegisterInfo.cpp | 7 +++---- lib/Target/Hexagon/HexagonRegisterInfo.h | 7 +++---- lib/Target/Hexagon/HexagonRegisterInfo.td | 7 +++---- lib/Target/Hexagon/HexagonSchedule.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV5.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV55.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV60.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV62.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV65.td | 7 +++---- lib/Target/Hexagon/HexagonScheduleV66.td | 7 +++---- lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 7 +++---- lib/Target/Hexagon/HexagonSelectionDAGInfo.h | 7 +++---- lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp | 7 +++---- lib/Target/Hexagon/HexagonSplitDouble.cpp | 7 +++---- lib/Target/Hexagon/HexagonStoreWidening.cpp | 7 +++---- lib/Target/Hexagon/HexagonSubtarget.cpp | 7 +++---- lib/Target/Hexagon/HexagonSubtarget.h | 7 +++---- lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 +++---- lib/Target/Hexagon/HexagonTargetMachine.h | 7 +++---- lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 7 +++---- lib/Target/Hexagon/HexagonTargetObjectFile.h | 7 +++---- lib/Target/Hexagon/HexagonTargetStreamer.h | 7 +++---- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 7 +++---- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 7 +++---- lib/Target/Hexagon/HexagonVExtract.cpp | 7 +++---- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 7 +++---- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 7 +++---- lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp | 7 +++---- lib/Target/Hexagon/HexagonVectorPrint.cpp | 7 +++---- lib/Target/Hexagon/LLVMBuild.txt | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp | 7 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 7 +++---- lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/Hexagon/RDFCopy.cpp | 7 +++---- lib/Target/Hexagon/RDFCopy.h | 7 +++---- lib/Target/Hexagon/RDFDeadCode.cpp | 7 +++---- lib/Target/Hexagon/RDFDeadCode.h | 7 +++---- lib/Target/Hexagon/RDFGraph.cpp | 7 +++---- lib/Target/Hexagon/RDFGraph.h | 7 +++---- lib/Target/Hexagon/RDFLiveness.cpp | 7 +++---- lib/Target/Hexagon/RDFLiveness.h | 7 +++---- lib/Target/Hexagon/RDFRegisters.cpp | 7 +++---- lib/Target/Hexagon/RDFRegisters.h | 7 +++---- lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp | 7 +++---- lib/Target/Hexagon/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 7 +++---- lib/Target/Lanai/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp | 7 +++---- lib/Target/Lanai/Disassembler/LanaiDisassembler.h | 7 +++---- lib/Target/Lanai/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/InstPrinter/LanaiInstPrinter.cpp | 7 +++---- lib/Target/Lanai/InstPrinter/LanaiInstPrinter.h | 7 +++---- lib/Target/Lanai/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/Lanai.h | 7 +++---- lib/Target/Lanai/Lanai.td | 7 +++---- lib/Target/Lanai/LanaiAluCode.h | 7 +++---- lib/Target/Lanai/LanaiAsmPrinter.cpp | 7 +++---- lib/Target/Lanai/LanaiCallingConv.td | 7 +++---- lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 7 +++---- lib/Target/Lanai/LanaiFrameLowering.cpp | 7 +++---- lib/Target/Lanai/LanaiFrameLowering.h | 7 +++---- lib/Target/Lanai/LanaiISelDAGToDAG.cpp | 7 +++---- lib/Target/Lanai/LanaiISelLowering.cpp | 7 +++---- lib/Target/Lanai/LanaiISelLowering.h | 7 +++---- lib/Target/Lanai/LanaiInstrFormats.td | 7 +++---- lib/Target/Lanai/LanaiInstrInfo.cpp | 7 +++---- lib/Target/Lanai/LanaiInstrInfo.h | 7 +++---- lib/Target/Lanai/LanaiInstrInfo.td | 7 +++---- lib/Target/Lanai/LanaiMCInstLower.cpp | 7 +++---- lib/Target/Lanai/LanaiMCInstLower.h | 7 +++---- lib/Target/Lanai/LanaiMachineFunctionInfo.cpp | 7 +++---- lib/Target/Lanai/LanaiMachineFunctionInfo.h | 7 +++---- lib/Target/Lanai/LanaiMemAluCombiner.cpp | 7 +++---- lib/Target/Lanai/LanaiRegisterInfo.cpp | 7 +++---- lib/Target/Lanai/LanaiRegisterInfo.h | 7 +++---- lib/Target/Lanai/LanaiRegisterInfo.td | 7 +++---- lib/Target/Lanai/LanaiSchedule.td | 7 +++---- lib/Target/Lanai/LanaiSelectionDAGInfo.cpp | 7 +++---- lib/Target/Lanai/LanaiSelectionDAGInfo.h | 7 +++---- lib/Target/Lanai/LanaiSubtarget.cpp | 7 +++---- lib/Target/Lanai/LanaiSubtarget.h | 7 +++---- lib/Target/Lanai/LanaiTargetMachine.cpp | 7 +++---- lib/Target/Lanai/LanaiTargetMachine.h | 7 +++---- lib/Target/Lanai/LanaiTargetObjectFile.cpp | 7 +++---- lib/Target/Lanai/LanaiTargetObjectFile.h | 7 +++---- lib/Target/Lanai/LanaiTargetTransformInfo.h | 7 +++---- lib/Target/Lanai/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiFixupKinds.h | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 7 +++---- lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h | 7 +++---- lib/Target/Lanai/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp | 7 +++---- lib/Target/MSP430/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp | 7 +++---- lib/Target/MSP430/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp | 7 +++---- lib/Target/MSP430/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp | 7 +++---- lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h | 7 +++---- lib/Target/MSP430/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp | 7 +++---- lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h | 7 +++---- lib/Target/MSP430/MSP430.h | 7 +++---- lib/Target/MSP430/MSP430.td | 7 +++---- lib/Target/MSP430/MSP430AsmPrinter.cpp | 7 +++---- lib/Target/MSP430/MSP430BranchSelector.cpp | 7 +++---- lib/Target/MSP430/MSP430CallingConv.td | 7 +++---- lib/Target/MSP430/MSP430FrameLowering.cpp | 7 +++---- lib/Target/MSP430/MSP430FrameLowering.h | 7 +++---- lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 7 +++---- lib/Target/MSP430/MSP430ISelLowering.cpp | 7 +++---- lib/Target/MSP430/MSP430ISelLowering.h | 7 +++---- lib/Target/MSP430/MSP430InstrFormats.td | 7 +++---- lib/Target/MSP430/MSP430InstrInfo.cpp | 7 +++---- lib/Target/MSP430/MSP430InstrInfo.h | 7 +++---- lib/Target/MSP430/MSP430InstrInfo.td | 7 +++---- lib/Target/MSP430/MSP430MCInstLower.cpp | 7 +++---- lib/Target/MSP430/MSP430MCInstLower.h | 7 +++---- lib/Target/MSP430/MSP430MachineFunctionInfo.cpp | 7 +++---- lib/Target/MSP430/MSP430MachineFunctionInfo.h | 7 +++---- lib/Target/MSP430/MSP430RegisterInfo.cpp | 7 +++---- lib/Target/MSP430/MSP430RegisterInfo.h | 7 +++---- lib/Target/MSP430/MSP430RegisterInfo.td | 7 +++---- lib/Target/MSP430/MSP430Subtarget.cpp | 7 +++---- lib/Target/MSP430/MSP430Subtarget.h | 7 +++---- lib/Target/MSP430/MSP430TargetMachine.cpp | 7 +++---- lib/Target/MSP430/MSP430TargetMachine.h | 7 +++---- lib/Target/MSP430/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp | 7 +++---- lib/Target/Mips/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 7 +++---- lib/Target/Mips/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 7 +++---- lib/Target/Mips/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 7 +++---- lib/Target/Mips/InstPrinter/MipsInstPrinter.h | 7 +++---- lib/Target/Mips/LLVMBuild.txt | 7 +++---- lib/Target/Mips/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsABIInfo.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCExpr.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp | 7 +++---- lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp | 7 +++---- lib/Target/Mips/MicroMips32r6InstrFormats.td | 7 +++---- lib/Target/Mips/MicroMips32r6InstrInfo.td | 7 +++---- lib/Target/Mips/MicroMipsDSPInstrFormats.td | 7 +++---- lib/Target/Mips/MicroMipsDSPInstrInfo.td | 7 +++---- lib/Target/Mips/MicroMipsInstrFPU.td | 7 +++---- lib/Target/Mips/MicroMipsInstrFormats.td | 7 +++---- lib/Target/Mips/MicroMipsInstrInfo.td | 7 +++---- lib/Target/Mips/MicroMipsSizeReduction.cpp | 7 +++---- lib/Target/Mips/Mips.h | 7 +++---- lib/Target/Mips/Mips.td | 7 +++---- lib/Target/Mips/Mips16FrameLowering.cpp | 7 +++---- lib/Target/Mips/Mips16FrameLowering.h | 7 +++---- lib/Target/Mips/Mips16HardFloat.cpp | 7 +++---- lib/Target/Mips/Mips16HardFloatInfo.cpp | 7 +++---- lib/Target/Mips/Mips16HardFloatInfo.h | 7 +++---- lib/Target/Mips/Mips16ISelDAGToDAG.cpp | 7 +++---- lib/Target/Mips/Mips16ISelDAGToDAG.h | 7 +++---- lib/Target/Mips/Mips16ISelLowering.cpp | 7 +++---- lib/Target/Mips/Mips16ISelLowering.h | 7 +++---- lib/Target/Mips/Mips16InstrFormats.td | 7 +++---- lib/Target/Mips/Mips16InstrInfo.cpp | 7 +++---- lib/Target/Mips/Mips16InstrInfo.h | 7 +++---- lib/Target/Mips/Mips16InstrInfo.td | 7 +++---- lib/Target/Mips/Mips16RegisterInfo.cpp | 7 +++---- lib/Target/Mips/Mips16RegisterInfo.h | 7 +++---- lib/Target/Mips/Mips32r6InstrFormats.td | 7 +++---- lib/Target/Mips/Mips32r6InstrInfo.td | 7 +++---- lib/Target/Mips/Mips64InstrInfo.td | 7 +++---- lib/Target/Mips/Mips64r6InstrInfo.td | 7 +++---- lib/Target/Mips/MipsAnalyzeImmediate.cpp | 7 +++---- lib/Target/Mips/MipsAnalyzeImmediate.h | 7 +++---- lib/Target/Mips/MipsAsmPrinter.cpp | 7 +++---- lib/Target/Mips/MipsAsmPrinter.h | 7 +++---- lib/Target/Mips/MipsBranchExpansion.cpp | 7 +++---- lib/Target/Mips/MipsCCState.cpp | 7 +++---- lib/Target/Mips/MipsCCState.h | 7 +++---- lib/Target/Mips/MipsCallLowering.cpp | 7 +++---- lib/Target/Mips/MipsCallLowering.h | 7 +++---- lib/Target/Mips/MipsCallingConv.td | 7 +++---- lib/Target/Mips/MipsCondMov.td | 7 +++---- lib/Target/Mips/MipsConstantIslandPass.cpp | 7 +++---- lib/Target/Mips/MipsDSPInstrFormats.td | 7 +++---- lib/Target/Mips/MipsDSPInstrInfo.td | 7 +++---- lib/Target/Mips/MipsDelaySlotFiller.cpp | 7 +++---- lib/Target/Mips/MipsEVAInstrFormats.td | 7 +++---- lib/Target/Mips/MipsEVAInstrInfo.td | 7 +++---- lib/Target/Mips/MipsExpandPseudo.cpp | 7 +++---- lib/Target/Mips/MipsFastISel.cpp | 7 +++---- lib/Target/Mips/MipsFrameLowering.cpp | 7 +++---- lib/Target/Mips/MipsFrameLowering.h | 7 +++---- lib/Target/Mips/MipsISelDAGToDAG.cpp | 7 +++---- lib/Target/Mips/MipsISelDAGToDAG.h | 7 +++---- lib/Target/Mips/MipsISelLowering.cpp | 7 +++---- lib/Target/Mips/MipsISelLowering.h | 7 +++---- lib/Target/Mips/MipsInstrFPU.td | 7 +++---- lib/Target/Mips/MipsInstrFormats.td | 7 +++---- lib/Target/Mips/MipsInstrInfo.cpp | 7 +++---- lib/Target/Mips/MipsInstrInfo.h | 7 +++---- lib/Target/Mips/MipsInstrInfo.td | 7 +++---- lib/Target/Mips/MipsInstructionSelector.cpp | 7 +++---- lib/Target/Mips/MipsLegalizerInfo.cpp | 7 +++---- lib/Target/Mips/MipsLegalizerInfo.h | 7 +++---- lib/Target/Mips/MipsMCInstLower.cpp | 7 +++---- lib/Target/Mips/MipsMCInstLower.h | 7 +++---- lib/Target/Mips/MipsMSAInstrFormats.td | 7 +++---- lib/Target/Mips/MipsMSAInstrInfo.td | 7 +++---- lib/Target/Mips/MipsMTInstrFormats.td | 7 +++---- lib/Target/Mips/MipsMTInstrInfo.td | 7 +++---- lib/Target/Mips/MipsMachineFunction.cpp | 7 +++---- lib/Target/Mips/MipsMachineFunction.h | 7 +++---- lib/Target/Mips/MipsOptimizePICCall.cpp | 7 +++---- lib/Target/Mips/MipsOptionRecord.h | 7 +++---- lib/Target/Mips/MipsOs16.cpp | 7 +++---- lib/Target/Mips/MipsPreLegalizerCombiner.cpp | 7 +++---- lib/Target/Mips/MipsRegisterBankInfo.cpp | 7 +++---- lib/Target/Mips/MipsRegisterBankInfo.h | 7 +++---- lib/Target/Mips/MipsRegisterBanks.td | 7 +++---- lib/Target/Mips/MipsRegisterInfo.cpp | 7 +++---- lib/Target/Mips/MipsRegisterInfo.h | 7 +++---- lib/Target/Mips/MipsRegisterInfo.td | 7 +++---- lib/Target/Mips/MipsSEFrameLowering.cpp | 7 +++---- lib/Target/Mips/MipsSEFrameLowering.h | 7 +++---- lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 7 +++---- lib/Target/Mips/MipsSEISelDAGToDAG.h | 7 +++---- lib/Target/Mips/MipsSEISelLowering.cpp | 7 +++---- lib/Target/Mips/MipsSEISelLowering.h | 7 +++---- lib/Target/Mips/MipsSEInstrInfo.cpp | 7 +++---- lib/Target/Mips/MipsSEInstrInfo.h | 7 +++---- lib/Target/Mips/MipsSERegisterInfo.cpp | 7 +++---- lib/Target/Mips/MipsSERegisterInfo.h | 7 +++---- lib/Target/Mips/MipsSchedule.td | 7 +++---- lib/Target/Mips/MipsScheduleGeneric.td | 7 +++---- lib/Target/Mips/MipsScheduleP5600.td | 7 +++---- lib/Target/Mips/MipsSubtarget.cpp | 7 +++---- lib/Target/Mips/MipsSubtarget.h | 7 +++---- lib/Target/Mips/MipsTargetMachine.cpp | 7 +++---- lib/Target/Mips/MipsTargetMachine.h | 7 +++---- lib/Target/Mips/MipsTargetObjectFile.cpp | 7 +++---- lib/Target/Mips/MipsTargetObjectFile.h | 7 +++---- lib/Target/Mips/MipsTargetStreamer.h | 7 +++---- lib/Target/Mips/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp | 7 +++---- lib/Target/NVPTX/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp | 7 +++---- lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h | 7 +++---- lib/Target/NVPTX/LLVMBuild.txt | 7 +++---- lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 7 +++---- lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 7 +++---- lib/Target/NVPTX/ManagedStringPool.h | 7 +++---- lib/Target/NVPTX/NVPTX.h | 7 +++---- lib/Target/NVPTX/NVPTX.td | 7 +++---- lib/Target/NVPTX/NVPTXAllocaHoisting.cpp | 7 +++---- lib/Target/NVPTX/NVPTXAllocaHoisting.h | 7 +++---- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 7 +++---- lib/Target/NVPTX/NVPTXAsmPrinter.h | 7 +++---- lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp | 7 +++---- lib/Target/NVPTX/NVPTXFrameLowering.cpp | 7 +++---- lib/Target/NVPTX/NVPTXFrameLowering.h | 7 +++---- lib/Target/NVPTX/NVPTXGenericToNVVM.cpp | 7 +++---- lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 7 +++---- lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 7 +++---- lib/Target/NVPTX/NVPTXISelLowering.cpp | 7 +++---- lib/Target/NVPTX/NVPTXISelLowering.h | 7 +++---- lib/Target/NVPTX/NVPTXImageOptimizer.cpp | 7 +++---- lib/Target/NVPTX/NVPTXInstrFormats.td | 7 +++---- lib/Target/NVPTX/NVPTXInstrInfo.cpp | 7 +++---- lib/Target/NVPTX/NVPTXInstrInfo.td | 7 +++---- lib/Target/NVPTX/NVPTXIntrinsics.td | 7 +++---- lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 7 +++---- lib/Target/NVPTX/NVPTXLowerAggrCopies.h | 7 +++---- lib/Target/NVPTX/NVPTXLowerAlloca.cpp | 7 +++---- lib/Target/NVPTX/NVPTXLowerArgs.cpp | 7 +++---- lib/Target/NVPTX/NVPTXMCExpr.cpp | 7 +++---- lib/Target/NVPTX/NVPTXMCExpr.h | 7 +++---- lib/Target/NVPTX/NVPTXMachineFunctionInfo.h | 7 +++---- lib/Target/NVPTX/NVPTXPeephole.cpp | 7 +++---- lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp | 7 +++---- lib/Target/NVPTX/NVPTXProxyRegErasure.cpp | 7 +++---- lib/Target/NVPTX/NVPTXRegisterInfo.cpp | 7 +++---- lib/Target/NVPTX/NVPTXRegisterInfo.h | 7 +++---- lib/Target/NVPTX/NVPTXRegisterInfo.td | 7 +++---- lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp | 7 +++---- lib/Target/NVPTX/NVPTXSubtarget.cpp | 7 +++---- lib/Target/NVPTX/NVPTXSubtarget.h | 7 +++---- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 7 +++---- lib/Target/NVPTX/NVPTXTargetMachine.h | 7 +++---- lib/Target/NVPTX/NVPTXTargetObjectFile.h | 7 +++---- lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 7 +++---- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 7 +++---- lib/Target/NVPTX/NVPTXUtilities.cpp | 7 +++---- lib/Target/NVPTX/NVPTXUtilities.h | 7 +++---- lib/Target/NVPTX/NVVMIntrRange.cpp | 7 +++---- lib/Target/NVPTX/NVVMReflect.cpp | 7 +++---- lib/Target/NVPTX/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp | 7 +++---- lib/Target/PowerPC/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 7 +++---- lib/Target/PowerPC/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | 7 +++---- lib/Target/PowerPC/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 7 +++---- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 7 +++---- lib/Target/PowerPC/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp | 7 +++---- lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h | 7 +++---- lib/Target/PowerPC/P9InstrResources.td | 7 +++---- lib/Target/PowerPC/PPC.h | 7 +++---- lib/Target/PowerPC/PPC.td | 7 +++---- lib/Target/PowerPC/PPCAsmPrinter.cpp | 7 +++---- lib/Target/PowerPC/PPCBoolRetToInt.cpp | 7 +++---- lib/Target/PowerPC/PPCBranchCoalescing.cpp | 7 +++---- lib/Target/PowerPC/PPCBranchSelector.cpp | 7 +++---- lib/Target/PowerPC/PPCCCState.cpp | 7 +++---- lib/Target/PowerPC/PPCCCState.h | 7 +++---- lib/Target/PowerPC/PPCCTRLoops.cpp | 7 +++---- lib/Target/PowerPC/PPCCallingConv.h | 7 +++---- lib/Target/PowerPC/PPCCallingConv.td | 7 +++---- lib/Target/PowerPC/PPCEarlyReturn.cpp | 7 +++---- lib/Target/PowerPC/PPCExpandISEL.cpp | 7 +++---- lib/Target/PowerPC/PPCFastISel.cpp | 7 +++---- lib/Target/PowerPC/PPCFrameLowering.cpp | 7 +++---- lib/Target/PowerPC/PPCFrameLowering.h | 7 +++---- lib/Target/PowerPC/PPCHazardRecognizers.cpp | 7 +++---- lib/Target/PowerPC/PPCHazardRecognizers.h | 7 +++---- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 7 +++---- lib/Target/PowerPC/PPCISelLowering.cpp | 7 +++---- lib/Target/PowerPC/PPCISelLowering.h | 7 +++---- lib/Target/PowerPC/PPCInstr64Bit.td | 7 +++---- lib/Target/PowerPC/PPCInstrAltivec.td | 7 +++---- lib/Target/PowerPC/PPCInstrBuilder.h | 7 +++---- lib/Target/PowerPC/PPCInstrFormats.td | 7 +++---- lib/Target/PowerPC/PPCInstrHTM.td | 7 +++---- lib/Target/PowerPC/PPCInstrInfo.cpp | 7 +++---- lib/Target/PowerPC/PPCInstrInfo.h | 7 +++---- lib/Target/PowerPC/PPCInstrInfo.td | 7 +++---- lib/Target/PowerPC/PPCInstrQPX.td | 7 +++---- lib/Target/PowerPC/PPCInstrSPE.td | 7 +++---- lib/Target/PowerPC/PPCInstrVSX.td | 7 +++---- lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 7 +++---- lib/Target/PowerPC/PPCMCInstLower.cpp | 7 +++---- lib/Target/PowerPC/PPCMIPeephole.cpp | 7 +++---- lib/Target/PowerPC/PPCMachineFunctionInfo.cpp | 7 +++---- lib/Target/PowerPC/PPCMachineFunctionInfo.h | 7 +++---- lib/Target/PowerPC/PPCPerfectShuffle.h | 7 +++---- lib/Target/PowerPC/PPCPfmCounters.td | 7 +++---- lib/Target/PowerPC/PPCPreEmitPeephole.cpp | 7 +++---- lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 7 +++---- lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 7 +++---- lib/Target/PowerPC/PPCRegisterInfo.cpp | 7 +++---- lib/Target/PowerPC/PPCRegisterInfo.h | 7 +++---- lib/Target/PowerPC/PPCRegisterInfo.td | 7 +++---- lib/Target/PowerPC/PPCSchedule.td | 7 +++---- lib/Target/PowerPC/PPCSchedule440.td | 7 +++---- lib/Target/PowerPC/PPCScheduleA2.td | 7 +++---- lib/Target/PowerPC/PPCScheduleE500.td | 7 +++---- lib/Target/PowerPC/PPCScheduleE500mc.td | 7 +++---- lib/Target/PowerPC/PPCScheduleE5500.td | 7 +++---- lib/Target/PowerPC/PPCScheduleG3.td | 7 +++---- lib/Target/PowerPC/PPCScheduleG4.td | 7 +++---- lib/Target/PowerPC/PPCScheduleG4Plus.td | 7 +++---- lib/Target/PowerPC/PPCScheduleG5.td | 7 +++---- lib/Target/PowerPC/PPCScheduleP7.td | 7 +++---- lib/Target/PowerPC/PPCScheduleP8.td | 7 +++---- lib/Target/PowerPC/PPCScheduleP9.td | 7 +++---- lib/Target/PowerPC/PPCSubtarget.cpp | 7 +++---- lib/Target/PowerPC/PPCSubtarget.h | 7 +++---- lib/Target/PowerPC/PPCTLSDynamicCall.cpp | 7 +++---- lib/Target/PowerPC/PPCTOCRegDeps.cpp | 7 +++---- lib/Target/PowerPC/PPCTargetMachine.cpp | 7 +++---- lib/Target/PowerPC/PPCTargetMachine.h | 7 +++---- lib/Target/PowerPC/PPCTargetObjectFile.cpp | 7 +++---- lib/Target/PowerPC/PPCTargetObjectFile.h | 7 +++---- lib/Target/PowerPC/PPCTargetStreamer.h | 7 +++---- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 7 +++---- lib/Target/PowerPC/PPCTargetTransformInfo.h | 7 +++---- lib/Target/PowerPC/PPCVSXCopy.cpp | 7 +++---- lib/Target/PowerPC/PPCVSXFMAMutate.cpp | 7 +++---- lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 7 +++---- lib/Target/PowerPC/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp | 7 +++---- lib/Target/RISCV/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 7 +++---- lib/Target/RISCV/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | 7 +++---- lib/Target/RISCV/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 7 +++---- lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h | 7 +++---- lib/Target/RISCV/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp | 7 +++---- lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h | 7 +++---- lib/Target/RISCV/RISCV.h | 7 +++---- lib/Target/RISCV/RISCV.td | 7 +++---- lib/Target/RISCV/RISCVAsmPrinter.cpp | 7 +++---- lib/Target/RISCV/RISCVCallingConv.td | 7 +++---- lib/Target/RISCV/RISCVExpandPseudoInsts.cpp | 7 +++---- lib/Target/RISCV/RISCVFrameLowering.cpp | 7 +++---- lib/Target/RISCV/RISCVFrameLowering.h | 7 +++---- lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 7 +++---- lib/Target/RISCV/RISCVISelLowering.cpp | 7 +++---- lib/Target/RISCV/RISCVISelLowering.h | 7 +++---- lib/Target/RISCV/RISCVInstrFormats.td | 7 +++---- lib/Target/RISCV/RISCVInstrFormatsC.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfo.cpp | 7 +++---- lib/Target/RISCV/RISCVInstrInfo.h | 7 +++---- lib/Target/RISCV/RISCVInstrInfo.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfoA.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfoC.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfoD.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfoF.td | 7 +++---- lib/Target/RISCV/RISCVInstrInfoM.td | 7 +++---- lib/Target/RISCV/RISCVMCInstLower.cpp | 7 +++---- lib/Target/RISCV/RISCVMachineFunctionInfo.h | 7 +++---- lib/Target/RISCV/RISCVMergeBaseOffset.cpp | 7 +++---- lib/Target/RISCV/RISCVRegisterInfo.cpp | 7 +++---- lib/Target/RISCV/RISCVRegisterInfo.h | 7 +++---- lib/Target/RISCV/RISCVRegisterInfo.td | 7 +++---- lib/Target/RISCV/RISCVSubtarget.cpp | 7 +++---- lib/Target/RISCV/RISCVSubtarget.h | 7 +++---- lib/Target/RISCV/RISCVSystemOperands.td | 7 +++---- lib/Target/RISCV/RISCVTargetMachine.cpp | 7 +++---- lib/Target/RISCV/RISCVTargetMachine.h | 7 +++---- lib/Target/RISCV/RISCVTargetObjectFile.cpp | 7 +++---- lib/Target/RISCV/RISCVTargetObjectFile.h | 7 +++---- lib/Target/RISCV/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp | 7 +++---- lib/Target/RISCV/Utils/LLVMBuild.txt | 7 +++---- lib/Target/RISCV/Utils/RISCVBaseInfo.h | 7 +++---- lib/Target/RISCV/Utils/RISCVMatInt.cpp | 7 +++---- lib/Target/RISCV/Utils/RISCVMatInt.h | 7 +++---- lib/Target/Sparc/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 7 +++---- lib/Target/Sparc/DelaySlotFiller.cpp | 7 +++---- lib/Target/Sparc/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/Disassembler/SparcDisassembler.cpp | 7 +++---- lib/Target/Sparc/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp | 7 +++---- lib/Target/Sparc/InstPrinter/SparcInstPrinter.h | 7 +++---- lib/Target/Sparc/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/LeonFeatures.td | 7 +++---- lib/Target/Sparc/LeonPasses.cpp | 7 +++---- lib/Target/Sparc/LeonPasses.h | 7 +++---- lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp | 7 +++---- lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h | 7 +++---- lib/Target/Sparc/Sparc.h | 7 +++---- lib/Target/Sparc/Sparc.td | 7 +++---- lib/Target/Sparc/SparcAsmPrinter.cpp | 7 +++---- lib/Target/Sparc/SparcCallingConv.td | 7 +++---- lib/Target/Sparc/SparcFrameLowering.cpp | 7 +++---- lib/Target/Sparc/SparcFrameLowering.h | 7 +++---- lib/Target/Sparc/SparcISelDAGToDAG.cpp | 7 +++---- lib/Target/Sparc/SparcISelLowering.cpp | 7 +++---- lib/Target/Sparc/SparcISelLowering.h | 7 +++---- lib/Target/Sparc/SparcInstr64Bit.td | 7 +++---- lib/Target/Sparc/SparcInstrAliases.td | 7 +++---- lib/Target/Sparc/SparcInstrFormats.td | 7 +++---- lib/Target/Sparc/SparcInstrInfo.cpp | 7 +++---- lib/Target/Sparc/SparcInstrInfo.h | 7 +++---- lib/Target/Sparc/SparcInstrInfo.td | 7 +++---- lib/Target/Sparc/SparcInstrVIS.td | 7 +++---- lib/Target/Sparc/SparcMCInstLower.cpp | 7 +++---- lib/Target/Sparc/SparcMachineFunctionInfo.cpp | 7 +++---- lib/Target/Sparc/SparcMachineFunctionInfo.h | 7 +++---- lib/Target/Sparc/SparcRegisterInfo.cpp | 7 +++---- lib/Target/Sparc/SparcRegisterInfo.h | 7 +++---- lib/Target/Sparc/SparcRegisterInfo.td | 7 +++---- lib/Target/Sparc/SparcSchedule.td | 7 +++---- lib/Target/Sparc/SparcSubtarget.cpp | 7 +++---- lib/Target/Sparc/SparcSubtarget.h | 7 +++---- lib/Target/Sparc/SparcTargetMachine.cpp | 7 +++---- lib/Target/Sparc/SparcTargetMachine.h | 7 +++---- lib/Target/Sparc/SparcTargetObjectFile.cpp | 7 +++---- lib/Target/Sparc/SparcTargetObjectFile.h | 7 +++---- lib/Target/Sparc/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp | 7 +++---- lib/Target/SystemZ/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 7 +++---- lib/Target/SystemZ/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp | 7 +++---- lib/Target/SystemZ/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp | 7 +++---- lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h | 7 +++---- lib/Target/SystemZ/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 7 +++---- lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 7 +++---- lib/Target/SystemZ/SystemZ.h | 7 +++---- lib/Target/SystemZ/SystemZ.td | 7 +++---- lib/Target/SystemZ/SystemZAsmPrinter.cpp | 7 +++---- lib/Target/SystemZ/SystemZAsmPrinter.h | 7 +++---- lib/Target/SystemZ/SystemZCallingConv.cpp | 7 +++---- lib/Target/SystemZ/SystemZCallingConv.h | 7 +++---- lib/Target/SystemZ/SystemZCallingConv.td | 7 +++---- lib/Target/SystemZ/SystemZConstantPoolValue.cpp | 7 +++---- lib/Target/SystemZ/SystemZConstantPoolValue.h | 7 +++---- lib/Target/SystemZ/SystemZElimCompare.cpp | 7 +++---- lib/Target/SystemZ/SystemZExpandPseudo.cpp | 7 +++---- lib/Target/SystemZ/SystemZFeatures.td | 7 +++---- lib/Target/SystemZ/SystemZFrameLowering.cpp | 7 +++---- lib/Target/SystemZ/SystemZFrameLowering.h | 7 +++---- lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 7 +++---- lib/Target/SystemZ/SystemZHazardRecognizer.h | 7 +++---- lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 7 +++---- lib/Target/SystemZ/SystemZISelLowering.cpp | 7 +++---- lib/Target/SystemZ/SystemZISelLowering.h | 7 +++---- lib/Target/SystemZ/SystemZInstrBuilder.h | 7 +++---- lib/Target/SystemZ/SystemZInstrDFP.td | 7 +++---- lib/Target/SystemZ/SystemZInstrFP.td | 7 +++---- lib/Target/SystemZ/SystemZInstrFormats.td | 7 +++---- lib/Target/SystemZ/SystemZInstrHFP.td | 7 +++---- lib/Target/SystemZ/SystemZInstrInfo.cpp | 7 +++---- lib/Target/SystemZ/SystemZInstrInfo.h | 7 +++---- lib/Target/SystemZ/SystemZInstrInfo.td | 7 +++---- lib/Target/SystemZ/SystemZInstrSystem.td | 7 +++---- lib/Target/SystemZ/SystemZInstrVector.td | 7 +++---- lib/Target/SystemZ/SystemZLDCleanup.cpp | 7 +++---- lib/Target/SystemZ/SystemZLongBranch.cpp | 7 +++---- lib/Target/SystemZ/SystemZMCInstLower.cpp | 7 +++---- lib/Target/SystemZ/SystemZMCInstLower.h | 7 +++---- lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp | 7 +++---- lib/Target/SystemZ/SystemZMachineFunctionInfo.h | 7 +++---- lib/Target/SystemZ/SystemZMachineScheduler.cpp | 7 +++---- lib/Target/SystemZ/SystemZMachineScheduler.h | 7 +++---- lib/Target/SystemZ/SystemZOperands.td | 7 +++---- lib/Target/SystemZ/SystemZOperators.td | 7 +++---- lib/Target/SystemZ/SystemZPatterns.td | 7 +++---- lib/Target/SystemZ/SystemZProcessors.td | 7 +++---- lib/Target/SystemZ/SystemZRegisterInfo.cpp | 7 +++---- lib/Target/SystemZ/SystemZRegisterInfo.h | 7 +++---- lib/Target/SystemZ/SystemZRegisterInfo.td | 7 +++---- lib/Target/SystemZ/SystemZSchedule.td | 7 +++---- lib/Target/SystemZ/SystemZScheduleZ13.td | 7 +++---- lib/Target/SystemZ/SystemZScheduleZ14.td | 7 +++---- lib/Target/SystemZ/SystemZScheduleZ196.td | 7 +++---- lib/Target/SystemZ/SystemZScheduleZEC12.td | 7 +++---- lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp | 7 +++---- lib/Target/SystemZ/SystemZSelectionDAGInfo.h | 7 +++---- lib/Target/SystemZ/SystemZShortenInst.cpp | 7 +++---- lib/Target/SystemZ/SystemZSubtarget.cpp | 7 +++---- lib/Target/SystemZ/SystemZSubtarget.h | 7 +++---- lib/Target/SystemZ/SystemZTDC.cpp | 7 +++---- lib/Target/SystemZ/SystemZTargetMachine.cpp | 7 +++---- lib/Target/SystemZ/SystemZTargetMachine.h | 7 +++---- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 7 +++---- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 7 +++---- lib/Target/SystemZ/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | 7 +++---- lib/Target/Target.cpp | 7 +++---- lib/Target/TargetIntrinsicInfo.cpp | 7 +++---- lib/Target/TargetLoweringObjectFile.cpp | 7 +++---- lib/Target/TargetMachine.cpp | 7 +++---- lib/Target/TargetMachineC.cpp | 7 +++---- lib/Target/WebAssembly/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 7 +++---- lib/Target/WebAssembly/Disassembler/LLVMBuild.txt | 7 +++---- .../WebAssembly/Disassembler/WebAssemblyDisassembler.cpp | 7 +++---- lib/Target/WebAssembly/InstPrinter/LLVMBuild.txt | 7 +++---- .../WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp | 7 +++---- .../WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 7 +++---- lib/Target/WebAssembly/LLVMBuild.txt | 7 +++---- lib/Target/WebAssembly/MCTargetDesc/LLVMBuild.txt | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyFixupKinds.h | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp | 7 +++---- lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp | 7 +++---- .../WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h | 7 +++---- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 7 +++---- lib/Target/WebAssembly/TargetInfo/LLVMBuild.txt | 7 +++---- .../WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssembly.h | 7 +++---- lib/Target/WebAssembly/WebAssembly.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyCFGSort.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyDebugValueManager.h | 7 +++---- .../WebAssembly/WebAssemblyEHRestoreStackPointer.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyExceptionInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 7 +++---- .../WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyISD.def | 7 +++---- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyISelLowering.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrCall.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrConv.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp | 7 +++---- .../WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyMCInstLower.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp | 7 +++---- .../WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 7 +++---- .../WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegColoring.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegisterInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 7 +++---- lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp | 7 +++---- .../WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | 7 +++---- .../WebAssembly/WebAssemblyRuntimeLibcallSignatures.h | 7 +++---- lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblySubtarget.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h | 7 +++---- lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 7 +++---- lib/Target/WebAssembly/WebAssemblyUtilities.h | 7 +++---- lib/Target/X86/AsmParser/LLVMBuild.txt | 7 +++---- lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp | 7 +++---- lib/Target/X86/AsmParser/X86AsmInstrumentation.h | 7 +++---- lib/Target/X86/AsmParser/X86AsmParser.cpp | 7 +++---- lib/Target/X86/AsmParser/X86AsmParserCommon.h | 7 +++---- lib/Target/X86/AsmParser/X86Operand.h | 7 +++---- lib/Target/X86/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/X86/Disassembler/X86Disassembler.cpp | 7 +++---- lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp | 7 +++---- lib/Target/X86/Disassembler/X86DisassemblerDecoder.h | 7 +++---- lib/Target/X86/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 7 +++---- lib/Target/X86/InstPrinter/X86ATTInstPrinter.h | 7 +++---- lib/Target/X86/InstPrinter/X86InstComments.cpp | 7 +++---- lib/Target/X86/InstPrinter/X86InstComments.h | 7 +++---- lib/Target/X86/InstPrinter/X86InstPrinterCommon.cpp | 7 +++---- lib/Target/X86/InstPrinter/X86InstPrinterCommon.h | 7 +++---- lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 7 +++---- lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 7 +++---- lib/Target/X86/LLVMBuild.txt | 7 +++---- lib/Target/X86/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86FixupKinds.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCExpr.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86TargetStreamer.h | 7 +++---- lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp | 7 +++---- lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp | 7 +++---- lib/Target/X86/ShadowCallStack.cpp | 7 +++---- lib/Target/X86/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/X86/TargetInfo/X86TargetInfo.cpp | 7 +++---- lib/Target/X86/Utils/LLVMBuild.txt | 7 +++---- lib/Target/X86/Utils/X86ShuffleDecode.cpp | 7 +++---- lib/Target/X86/Utils/X86ShuffleDecode.h | 7 +++---- lib/Target/X86/X86.h | 7 +++---- lib/Target/X86/X86.td | 7 +++---- lib/Target/X86/X86AsmPrinter.cpp | 7 +++---- lib/Target/X86/X86AsmPrinter.h | 7 +++---- lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 7 +++---- lib/Target/X86/X86CallFrameOptimization.cpp | 7 +++---- lib/Target/X86/X86CallLowering.cpp | 7 +++---- lib/Target/X86/X86CallLowering.h | 7 +++---- lib/Target/X86/X86CallingConv.cpp | 7 +++---- lib/Target/X86/X86CallingConv.h | 7 +++---- lib/Target/X86/X86CallingConv.td | 7 +++---- lib/Target/X86/X86CmovConversion.cpp | 7 +++---- lib/Target/X86/X86CondBrFolding.cpp | 7 +++---- lib/Target/X86/X86DiscriminateMemOps.cpp | 7 +++---- lib/Target/X86/X86DomainReassignment.cpp | 7 +++---- lib/Target/X86/X86EvexToVex.cpp | 7 +++---- lib/Target/X86/X86ExpandPseudo.cpp | 7 +++---- lib/Target/X86/X86FastISel.cpp | 7 +++---- lib/Target/X86/X86FixupBWInsts.cpp | 7 +++---- lib/Target/X86/X86FixupLEAs.cpp | 7 +++---- lib/Target/X86/X86FixupSetCC.cpp | 7 +++---- lib/Target/X86/X86FlagsCopyLowering.cpp | 7 +++---- lib/Target/X86/X86FloatingPoint.cpp | 7 +++---- lib/Target/X86/X86FrameLowering.cpp | 7 +++---- lib/Target/X86/X86FrameLowering.h | 7 +++---- lib/Target/X86/X86GenRegisterBankInfo.def | 7 +++---- lib/Target/X86/X86ISelDAGToDAG.cpp | 7 +++---- lib/Target/X86/X86ISelLowering.cpp | 7 +++---- lib/Target/X86/X86ISelLowering.h | 7 +++---- lib/Target/X86/X86IndirectBranchTracking.cpp | 7 +++---- lib/Target/X86/X86InsertPrefetch.cpp | 7 +++---- lib/Target/X86/X86Instr3DNow.td | 7 +++---- lib/Target/X86/X86InstrAVX512.td | 7 +++---- lib/Target/X86/X86InstrArithmetic.td | 7 +++---- lib/Target/X86/X86InstrBuilder.h | 7 +++---- lib/Target/X86/X86InstrCMovSetCC.td | 7 +++---- lib/Target/X86/X86InstrCompiler.td | 7 +++---- lib/Target/X86/X86InstrControl.td | 7 +++---- lib/Target/X86/X86InstrExtension.td | 7 +++---- lib/Target/X86/X86InstrFMA.td | 7 +++---- lib/Target/X86/X86InstrFMA3Info.cpp | 7 +++---- lib/Target/X86/X86InstrFMA3Info.h | 7 +++---- lib/Target/X86/X86InstrFPStack.td | 7 +++---- lib/Target/X86/X86InstrFoldTables.cpp | 7 +++---- lib/Target/X86/X86InstrFoldTables.h | 7 +++---- lib/Target/X86/X86InstrFormats.td | 7 +++---- lib/Target/X86/X86InstrFragmentsSIMD.td | 7 +++---- lib/Target/X86/X86InstrInfo.cpp | 7 +++---- lib/Target/X86/X86InstrInfo.h | 7 +++---- lib/Target/X86/X86InstrInfo.td | 7 +++---- lib/Target/X86/X86InstrMMX.td | 7 +++---- lib/Target/X86/X86InstrMPX.td | 7 +++---- lib/Target/X86/X86InstrSGX.td | 7 +++---- lib/Target/X86/X86InstrSSE.td | 7 +++---- lib/Target/X86/X86InstrSVM.td | 7 +++---- lib/Target/X86/X86InstrShiftRotate.td | 7 +++---- lib/Target/X86/X86InstrSystem.td | 7 +++---- lib/Target/X86/X86InstrTSX.td | 7 +++---- lib/Target/X86/X86InstrVMX.td | 7 +++---- lib/Target/X86/X86InstrVecCompiler.td | 7 +++---- lib/Target/X86/X86InstrXOP.td | 7 +++---- lib/Target/X86/X86InstructionSelector.cpp | 7 +++---- lib/Target/X86/X86InterleavedAccess.cpp | 7 +++---- lib/Target/X86/X86IntrinsicsInfo.h | 7 +++---- lib/Target/X86/X86LegalizerInfo.cpp | 7 +++---- lib/Target/X86/X86LegalizerInfo.h | 7 +++---- lib/Target/X86/X86MCInstLower.cpp | 7 +++---- lib/Target/X86/X86MachineFunctionInfo.cpp | 7 +++---- lib/Target/X86/X86MachineFunctionInfo.h | 7 +++---- lib/Target/X86/X86MacroFusion.cpp | 7 +++---- lib/Target/X86/X86MacroFusion.h | 7 +++---- lib/Target/X86/X86OptimizeLEAs.cpp | 7 +++---- lib/Target/X86/X86PadShortFunction.cpp | 7 +++---- lib/Target/X86/X86PfmCounters.td | 7 +++---- lib/Target/X86/X86RegisterBankInfo.cpp | 7 +++---- lib/Target/X86/X86RegisterBankInfo.h | 7 +++---- lib/Target/X86/X86RegisterBanks.td | 7 +++---- lib/Target/X86/X86RegisterInfo.cpp | 7 +++---- lib/Target/X86/X86RegisterInfo.h | 7 +++---- lib/Target/X86/X86RegisterInfo.td | 7 +++---- lib/Target/X86/X86RetpolineThunks.cpp | 7 +++---- lib/Target/X86/X86SchedBroadwell.td | 7 +++---- lib/Target/X86/X86SchedHaswell.td | 7 +++---- lib/Target/X86/X86SchedPredicates.td | 7 +++---- lib/Target/X86/X86SchedSandyBridge.td | 7 +++---- lib/Target/X86/X86SchedSkylakeClient.td | 7 +++---- lib/Target/X86/X86SchedSkylakeServer.td | 7 +++---- lib/Target/X86/X86Schedule.td | 7 +++---- lib/Target/X86/X86ScheduleAtom.td | 7 +++---- lib/Target/X86/X86ScheduleBdVer2.td | 7 +++---- lib/Target/X86/X86ScheduleBtVer2.td | 7 +++---- lib/Target/X86/X86ScheduleSLM.td | 7 +++---- lib/Target/X86/X86ScheduleZnver1.td | 7 +++---- lib/Target/X86/X86SelectionDAGInfo.cpp | 7 +++---- lib/Target/X86/X86SelectionDAGInfo.h | 7 +++---- lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 7 +++---- lib/Target/X86/X86ShuffleDecodeConstantPool.h | 7 +++---- lib/Target/X86/X86SpeculativeLoadHardening.cpp | 7 +++---- lib/Target/X86/X86Subtarget.cpp | 7 +++---- lib/Target/X86/X86Subtarget.h | 7 +++---- lib/Target/X86/X86TargetMachine.cpp | 7 +++---- lib/Target/X86/X86TargetMachine.h | 7 +++---- lib/Target/X86/X86TargetObjectFile.cpp | 7 +++---- lib/Target/X86/X86TargetObjectFile.h | 7 +++---- lib/Target/X86/X86TargetTransformInfo.cpp | 7 +++---- lib/Target/X86/X86TargetTransformInfo.h | 7 +++---- lib/Target/X86/X86VZeroUpper.cpp | 7 +++---- lib/Target/X86/X86WinAllocaExpander.cpp | 7 +++---- lib/Target/X86/X86WinEHState.cpp | 7 +++---- lib/Target/XCore/Disassembler/LLVMBuild.txt | 7 +++---- lib/Target/XCore/Disassembler/XCoreDisassembler.cpp | 7 +++---- lib/Target/XCore/InstPrinter/LLVMBuild.txt | 7 +++---- lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp | 7 +++---- lib/Target/XCore/InstPrinter/XCoreInstPrinter.h | 7 +++---- lib/Target/XCore/LLVMBuild.txt | 7 +++---- lib/Target/XCore/MCTargetDesc/LLVMBuild.txt | 7 +++---- lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp | 7 +++---- lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h | 7 +++---- lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 7 +++---- lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h | 7 +++---- lib/Target/XCore/TargetInfo/LLVMBuild.txt | 7 +++---- lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp | 7 +++---- lib/Target/XCore/XCore.h | 7 +++---- lib/Target/XCore/XCore.td | 7 +++---- lib/Target/XCore/XCoreAsmPrinter.cpp | 7 +++---- lib/Target/XCore/XCoreCallingConv.td | 7 +++---- lib/Target/XCore/XCoreFrameLowering.cpp | 7 +++---- lib/Target/XCore/XCoreFrameLowering.h | 7 +++---- lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp | 7 +++---- lib/Target/XCore/XCoreISelDAGToDAG.cpp | 7 +++---- lib/Target/XCore/XCoreISelLowering.cpp | 7 +++---- lib/Target/XCore/XCoreISelLowering.h | 7 +++---- lib/Target/XCore/XCoreInstrFormats.td | 7 +++---- lib/Target/XCore/XCoreInstrInfo.cpp | 7 +++---- lib/Target/XCore/XCoreInstrInfo.h | 7 +++---- lib/Target/XCore/XCoreInstrInfo.td | 7 +++---- lib/Target/XCore/XCoreLowerThreadLocal.cpp | 7 +++---- lib/Target/XCore/XCoreMCInstLower.cpp | 7 +++---- lib/Target/XCore/XCoreMCInstLower.h | 7 +++---- lib/Target/XCore/XCoreMachineFunctionInfo.cpp | 7 +++---- lib/Target/XCore/XCoreMachineFunctionInfo.h | 7 +++---- lib/Target/XCore/XCoreRegisterInfo.cpp | 7 +++---- lib/Target/XCore/XCoreRegisterInfo.h | 7 +++---- lib/Target/XCore/XCoreRegisterInfo.td | 7 +++---- lib/Target/XCore/XCoreSelectionDAGInfo.cpp | 7 +++---- lib/Target/XCore/XCoreSelectionDAGInfo.h | 7 +++---- lib/Target/XCore/XCoreSubtarget.cpp | 7 +++---- lib/Target/XCore/XCoreSubtarget.h | 7 +++---- lib/Target/XCore/XCoreTargetMachine.cpp | 7 +++---- lib/Target/XCore/XCoreTargetMachine.h | 7 +++---- lib/Target/XCore/XCoreTargetObjectFile.cpp | 7 +++---- lib/Target/XCore/XCoreTargetObjectFile.h | 7 +++---- lib/Target/XCore/XCoreTargetStreamer.h | 7 +++---- lib/Target/XCore/XCoreTargetTransformInfo.h | 7 +++---- lib/Testing/LLVMBuild.txt | 7 +++---- lib/Testing/Support/Error.cpp | 7 +++---- lib/Testing/Support/LLVMBuild.txt | 7 +++---- lib/TextAPI/ELF/ELFStub.cpp | 7 +++---- lib/TextAPI/ELF/TBEHandler.cpp | 7 +++---- lib/TextAPI/LLVMBuild.txt | 7 +++---- lib/ToolDrivers/LLVMBuild.txt | 7 +++---- lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 7 +++---- lib/ToolDrivers/llvm-dlltool/LLVMBuild.txt | 7 +++---- lib/ToolDrivers/llvm-lib/LLVMBuild.txt | 7 +++---- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 7 +++---- .../AggressiveInstCombine/AggressiveInstCombine.cpp | 7 +++---- .../AggressiveInstCombine/AggressiveInstCombineInternal.h | 7 +++---- lib/Transforms/AggressiveInstCombine/LLVMBuild.txt | 7 +++---- lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp | 7 +++---- lib/Transforms/Coroutines/CoroCleanup.cpp | 7 +++---- lib/Transforms/Coroutines/CoroEarly.cpp | 7 +++---- lib/Transforms/Coroutines/CoroElide.cpp | 7 +++---- lib/Transforms/Coroutines/CoroFrame.cpp | 7 +++---- lib/Transforms/Coroutines/CoroInstr.h | 7 +++---- lib/Transforms/Coroutines/CoroInternal.h | 7 +++---- lib/Transforms/Coroutines/CoroSplit.cpp | 7 +++---- lib/Transforms/Coroutines/Coroutines.cpp | 7 +++---- lib/Transforms/Coroutines/LLVMBuild.txt | 7 +++---- lib/Transforms/Hello/Hello.cpp | 7 +++---- lib/Transforms/IPO/AlwaysInliner.cpp | 7 +++---- lib/Transforms/IPO/ArgumentPromotion.cpp | 7 +++---- lib/Transforms/IPO/BarrierNoopPass.cpp | 7 +++---- lib/Transforms/IPO/BlockExtractor.cpp | 7 +++---- lib/Transforms/IPO/CalledValuePropagation.cpp | 7 +++---- lib/Transforms/IPO/ConstantMerge.cpp | 7 +++---- lib/Transforms/IPO/CrossDSOCFI.cpp | 7 +++---- lib/Transforms/IPO/DeadArgumentElimination.cpp | 7 +++---- lib/Transforms/IPO/ElimAvailExtern.cpp | 7 +++---- lib/Transforms/IPO/ExtractGV.cpp | 7 +++---- lib/Transforms/IPO/ForceFunctionAttrs.cpp | 7 +++---- lib/Transforms/IPO/FunctionAttrs.cpp | 7 +++---- lib/Transforms/IPO/FunctionImport.cpp | 7 +++---- lib/Transforms/IPO/GlobalDCE.cpp | 7 +++---- lib/Transforms/IPO/GlobalOpt.cpp | 7 +++---- lib/Transforms/IPO/GlobalSplit.cpp | 7 +++---- lib/Transforms/IPO/HotColdSplitting.cpp | 7 +++---- lib/Transforms/IPO/IPConstantPropagation.cpp | 7 +++---- lib/Transforms/IPO/IPO.cpp | 7 +++---- lib/Transforms/IPO/InferFunctionAttrs.cpp | 7 +++---- lib/Transforms/IPO/InlineSimple.cpp | 7 +++---- lib/Transforms/IPO/Inliner.cpp | 7 +++---- lib/Transforms/IPO/Internalize.cpp | 7 +++---- lib/Transforms/IPO/LLVMBuild.txt | 7 +++---- lib/Transforms/IPO/LoopExtractor.cpp | 7 +++---- lib/Transforms/IPO/LowerTypeTests.cpp | 7 +++---- lib/Transforms/IPO/MergeFunctions.cpp | 7 +++---- lib/Transforms/IPO/PartialInlining.cpp | 7 +++---- lib/Transforms/IPO/PassManagerBuilder.cpp | 7 +++---- lib/Transforms/IPO/PruneEH.cpp | 7 +++---- lib/Transforms/IPO/SampleProfile.cpp | 7 +++---- lib/Transforms/IPO/StripDeadPrototypes.cpp | 7 +++---- lib/Transforms/IPO/StripSymbols.cpp | 7 +++---- lib/Transforms/IPO/SyntheticCountsPropagation.cpp | 7 +++---- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 7 +++---- lib/Transforms/IPO/WholeProgramDevirt.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineCalls.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineCasts.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineCompares.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineInternal.h | 7 +++---- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombinePHI.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineSelect.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineShifts.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 7 +++---- lib/Transforms/InstCombine/InstCombineVectorOps.cpp | 7 +++---- lib/Transforms/InstCombine/InstructionCombining.cpp | 7 +++---- lib/Transforms/InstCombine/LLVMBuild.txt | 7 +++---- lib/Transforms/Instrumentation/AddressSanitizer.cpp | 7 +++---- lib/Transforms/Instrumentation/BoundsChecking.cpp | 7 +++---- lib/Transforms/Instrumentation/CFGMST.h | 7 +++---- lib/Transforms/Instrumentation/CGProfile.cpp | 7 +++---- lib/Transforms/Instrumentation/ControlHeightReduction.cpp | 7 +++---- lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | 7 +++---- lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | 7 +++---- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 7 +++---- lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | 7 +++---- lib/Transforms/Instrumentation/IndirectCallPromotion.cpp | 7 +++---- lib/Transforms/Instrumentation/InstrProfiling.cpp | 7 +++---- lib/Transforms/Instrumentation/Instrumentation.cpp | 7 +++---- lib/Transforms/Instrumentation/LLVMBuild.txt | 7 +++---- lib/Transforms/Instrumentation/MaximumSpanningTree.h | 7 +++---- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 7 +++---- lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 7 +++---- lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 7 +++---- lib/Transforms/Instrumentation/SanitizerCoverage.cpp | 7 +++---- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 7 +++---- lib/Transforms/LLVMBuild.txt | 7 +++---- lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h | 7 +++---- lib/Transforms/ObjCARC/BlotMapVector.h | 7 +++---- lib/Transforms/ObjCARC/DependencyAnalysis.cpp | 7 +++---- lib/Transforms/ObjCARC/DependencyAnalysis.h | 7 +++---- lib/Transforms/ObjCARC/LLVMBuild.txt | 7 +++---- lib/Transforms/ObjCARC/ObjCARC.cpp | 7 +++---- lib/Transforms/ObjCARC/ObjCARC.h | 7 +++---- lib/Transforms/ObjCARC/ObjCARCAPElim.cpp | 7 +++---- lib/Transforms/ObjCARC/ObjCARCContract.cpp | 7 +++---- lib/Transforms/ObjCARC/ObjCARCExpand.cpp | 7 +++---- lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 7 +++---- lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp | 7 +++---- lib/Transforms/ObjCARC/ProvenanceAnalysis.h | 7 +++---- lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp | 7 +++---- lib/Transforms/ObjCARC/PtrState.cpp | 7 +++---- lib/Transforms/ObjCARC/PtrState.h | 7 +++---- lib/Transforms/Scalar/ADCE.cpp | 7 +++---- lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 7 +++---- lib/Transforms/Scalar/BDCE.cpp | 7 +++---- lib/Transforms/Scalar/CallSiteSplitting.cpp | 7 +++---- lib/Transforms/Scalar/ConstantHoisting.cpp | 7 +++---- lib/Transforms/Scalar/ConstantProp.cpp | 7 +++---- lib/Transforms/Scalar/CorrelatedValuePropagation.cpp | 7 +++---- lib/Transforms/Scalar/DCE.cpp | 7 +++---- lib/Transforms/Scalar/DeadStoreElimination.cpp | 7 +++---- lib/Transforms/Scalar/DivRemPairs.cpp | 7 +++---- lib/Transforms/Scalar/EarlyCSE.cpp | 7 +++---- lib/Transforms/Scalar/FlattenCFGPass.cpp | 7 +++---- lib/Transforms/Scalar/Float2Int.cpp | 7 +++---- lib/Transforms/Scalar/GVN.cpp | 7 +++---- lib/Transforms/Scalar/GVNHoist.cpp | 7 +++---- lib/Transforms/Scalar/GVNSink.cpp | 7 +++---- lib/Transforms/Scalar/GuardWidening.cpp | 7 +++---- lib/Transforms/Scalar/IVUsersPrinter.cpp | 7 +++---- lib/Transforms/Scalar/IndVarSimplify.cpp | 7 +++---- lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp | 7 +++---- lib/Transforms/Scalar/InferAddressSpaces.cpp | 7 +++---- lib/Transforms/Scalar/InstSimplifyPass.cpp | 7 +++---- lib/Transforms/Scalar/JumpThreading.cpp | 7 +++---- lib/Transforms/Scalar/LICM.cpp | 7 +++---- lib/Transforms/Scalar/LLVMBuild.txt | 7 +++---- lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp | 7 +++---- lib/Transforms/Scalar/LoopDataPrefetch.cpp | 7 +++---- lib/Transforms/Scalar/LoopDeletion.cpp | 7 +++---- lib/Transforms/Scalar/LoopDistribute.cpp | 7 +++---- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 7 +++---- lib/Transforms/Scalar/LoopInstSimplify.cpp | 7 +++---- lib/Transforms/Scalar/LoopInterchange.cpp | 7 +++---- lib/Transforms/Scalar/LoopLoadElimination.cpp | 7 +++---- lib/Transforms/Scalar/LoopPassManager.cpp | 7 +++---- lib/Transforms/Scalar/LoopPredication.cpp | 7 +++---- lib/Transforms/Scalar/LoopRerollPass.cpp | 7 +++---- lib/Transforms/Scalar/LoopRotation.cpp | 7 +++---- lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 7 +++---- lib/Transforms/Scalar/LoopSink.cpp | 7 +++---- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 7 +++---- lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp | 7 +++---- lib/Transforms/Scalar/LoopUnrollPass.cpp | 7 +++---- lib/Transforms/Scalar/LoopUnswitch.cpp | 7 +++---- lib/Transforms/Scalar/LoopVersioningLICM.cpp | 7 +++---- lib/Transforms/Scalar/LowerAtomic.cpp | 7 +++---- lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 7 +++---- lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 7 +++---- lib/Transforms/Scalar/MakeGuardsExplicit.cpp | 7 +++---- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 7 +++---- lib/Transforms/Scalar/MergeICmps.cpp | 7 +++---- lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 7 +++---- lib/Transforms/Scalar/NaryReassociate.cpp | 7 +++---- lib/Transforms/Scalar/NewGVN.cpp | 7 +++---- lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 7 +++---- lib/Transforms/Scalar/PlaceSafepoints.cpp | 7 +++---- lib/Transforms/Scalar/Reassociate.cpp | 7 +++---- lib/Transforms/Scalar/Reg2Mem.cpp | 7 +++---- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 7 +++---- lib/Transforms/Scalar/SCCP.cpp | 7 +++---- lib/Transforms/Scalar/SROA.cpp | 7 +++---- lib/Transforms/Scalar/Scalar.cpp | 7 +++---- lib/Transforms/Scalar/Scalarizer.cpp | 7 +++---- lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp | 7 +++---- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 7 +++---- lib/Transforms/Scalar/SimplifyCFGPass.cpp | 7 +++---- lib/Transforms/Scalar/Sink.cpp | 7 +++---- lib/Transforms/Scalar/SpeculateAroundPHIs.cpp | 7 +++---- lib/Transforms/Scalar/SpeculativeExecution.cpp | 7 +++---- lib/Transforms/Scalar/StraightLineStrengthReduce.cpp | 7 +++---- lib/Transforms/Scalar/StructurizeCFG.cpp | 7 +++---- lib/Transforms/Scalar/TailRecursionElimination.cpp | 7 +++---- lib/Transforms/Scalar/WarnMissedTransforms.cpp | 7 +++---- lib/Transforms/Utils/ASanStackFrameLayout.cpp | 7 +++---- lib/Transforms/Utils/AddDiscriminators.cpp | 7 +++---- lib/Transforms/Utils/BasicBlockUtils.cpp | 7 +++---- lib/Transforms/Utils/BreakCriticalEdges.cpp | 7 +++---- lib/Transforms/Utils/BuildLibCalls.cpp | 7 +++---- lib/Transforms/Utils/BypassSlowDivision.cpp | 7 +++---- lib/Transforms/Utils/CallPromotionUtils.cpp | 7 +++---- lib/Transforms/Utils/CanonicalizeAliases.cpp | 7 +++---- lib/Transforms/Utils/CloneFunction.cpp | 7 +++---- lib/Transforms/Utils/CloneModule.cpp | 7 +++---- lib/Transforms/Utils/CodeExtractor.cpp | 7 +++---- lib/Transforms/Utils/CtorUtils.cpp | 7 +++---- lib/Transforms/Utils/DemoteRegToStack.cpp | 7 +++---- lib/Transforms/Utils/EntryExitInstrumenter.cpp | 7 +++---- lib/Transforms/Utils/EscapeEnumerator.cpp | 7 +++---- lib/Transforms/Utils/Evaluator.cpp | 7 +++---- lib/Transforms/Utils/FlattenCFG.cpp | 7 +++---- lib/Transforms/Utils/FunctionComparator.cpp | 7 +++---- lib/Transforms/Utils/FunctionImportUtils.cpp | 7 +++---- lib/Transforms/Utils/GlobalStatus.cpp | 7 +++---- lib/Transforms/Utils/GuardUtils.cpp | 7 +++---- .../Utils/ImportedFunctionsInliningStatistics.cpp | 7 +++---- lib/Transforms/Utils/InlineFunction.cpp | 7 +++---- lib/Transforms/Utils/InstructionNamer.cpp | 7 +++---- lib/Transforms/Utils/IntegerDivision.cpp | 7 +++---- lib/Transforms/Utils/LCSSA.cpp | 7 +++---- lib/Transforms/Utils/LLVMBuild.txt | 7 +++---- lib/Transforms/Utils/LibCallsShrinkWrap.cpp | 7 +++---- lib/Transforms/Utils/Local.cpp | 7 +++---- lib/Transforms/Utils/LoopRotationUtils.cpp | 7 +++---- lib/Transforms/Utils/LoopSimplify.cpp | 7 +++---- lib/Transforms/Utils/LoopUnroll.cpp | 7 +++---- lib/Transforms/Utils/LoopUnrollAndJam.cpp | 7 +++---- lib/Transforms/Utils/LoopUnrollPeel.cpp | 7 +++---- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 7 +++---- lib/Transforms/Utils/LoopUtils.cpp | 7 +++---- lib/Transforms/Utils/LoopVersioning.cpp | 7 +++---- lib/Transforms/Utils/LowerInvoke.cpp | 7 +++---- lib/Transforms/Utils/LowerMemIntrinsics.cpp | 7 +++---- lib/Transforms/Utils/LowerSwitch.cpp | 7 +++---- lib/Transforms/Utils/Mem2Reg.cpp | 7 +++---- lib/Transforms/Utils/MetaRenamer.cpp | 7 +++---- lib/Transforms/Utils/ModuleUtils.cpp | 7 +++---- lib/Transforms/Utils/NameAnonGlobals.cpp | 7 +++---- lib/Transforms/Utils/PredicateInfo.cpp | 7 +++---- lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 7 +++---- lib/Transforms/Utils/SSAUpdater.cpp | 7 +++---- lib/Transforms/Utils/SSAUpdaterBulk.cpp | 7 +++---- lib/Transforms/Utils/SanitizerStats.cpp | 7 +++---- lib/Transforms/Utils/SimplifyCFG.cpp | 7 +++---- lib/Transforms/Utils/SimplifyIndVar.cpp | 7 +++---- lib/Transforms/Utils/SimplifyLibCalls.cpp | 7 +++---- lib/Transforms/Utils/SplitModule.cpp | 7 +++---- lib/Transforms/Utils/StripGCRelocates.cpp | 7 +++---- lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp | 7 +++---- lib/Transforms/Utils/SymbolRewriter.cpp | 7 +++---- lib/Transforms/Utils/UnifyFunctionExitNodes.cpp | 7 +++---- lib/Transforms/Utils/Utils.cpp | 7 +++---- lib/Transforms/Utils/ValueMapper.cpp | 7 +++---- lib/Transforms/Vectorize/LLVMBuild.txt | 7 +++---- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 7 +++---- lib/Transforms/Vectorize/LoopVectorizationLegality.cpp | 7 +++---- lib/Transforms/Vectorize/LoopVectorizationPlanner.h | 7 +++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +++---- lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +++---- lib/Transforms/Vectorize/VPRecipeBuilder.h | 7 +++---- lib/Transforms/Vectorize/VPlan.cpp | 7 +++---- lib/Transforms/Vectorize/VPlan.h | 7 +++---- lib/Transforms/Vectorize/VPlanDominatorTree.h | 7 +++---- lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 7 +++---- lib/Transforms/Vectorize/VPlanHCFGBuilder.h | 7 +++---- lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp | 7 +++---- lib/Transforms/Vectorize/VPlanHCFGTransforms.h | 7 +++---- lib/Transforms/Vectorize/VPlanLoopInfo.h | 7 +++---- lib/Transforms/Vectorize/VPlanSLP.cpp | 7 +++---- lib/Transforms/Vectorize/VPlanValue.h | 7 +++---- lib/Transforms/Vectorize/VPlanVerifier.cpp | 7 +++---- lib/Transforms/Vectorize/VPlanVerifier.h | 7 +++---- lib/Transforms/Vectorize/Vectorize.cpp | 7 +++---- lib/WindowsManifest/LLVMBuild.txt | 7 +++---- lib/WindowsManifest/WindowsManifestMerger.cpp | 7 +++---- lib/XRay/BlockIndexer.cpp | 7 +++---- lib/XRay/BlockPrinter.cpp | 7 +++---- lib/XRay/BlockVerifier.cpp | 7 +++---- lib/XRay/FDRRecordProducer.cpp | 7 +++---- lib/XRay/FDRRecords.cpp | 7 +++---- lib/XRay/FDRTraceExpander.cpp | 7 +++---- lib/XRay/FDRTraceWriter.cpp | 7 +++---- lib/XRay/FileHeaderReader.cpp | 7 +++---- lib/XRay/InstrumentationMap.cpp | 7 +++---- lib/XRay/LLVMBuild.txt | 7 +++---- lib/XRay/LogBuilderConsumer.cpp | 7 +++---- lib/XRay/Profile.cpp | 7 +++---- lib/XRay/RecordInitializer.cpp | 7 +++---- lib/XRay/RecordPrinter.cpp | 7 +++---- lib/XRay/Trace.cpp | 7 +++---- projects/LLVMBuild.txt | 7 +++---- tools/LLVMBuild.txt | 7 +++---- tools/bugpoint-passes/TestPasses.cpp | 7 +++---- tools/bugpoint/BugDriver.cpp | 7 +++---- tools/bugpoint/BugDriver.h | 7 +++---- tools/bugpoint/CrashDebugger.cpp | 7 +++---- tools/bugpoint/ExecutionDriver.cpp | 7 +++---- tools/bugpoint/ExtractFunction.cpp | 7 +++---- tools/bugpoint/FindBugs.cpp | 7 +++---- tools/bugpoint/LLVMBuild.txt | 7 +++---- tools/bugpoint/ListReducer.h | 7 +++---- tools/bugpoint/Miscompilation.cpp | 7 +++---- tools/bugpoint/OptimizerDriver.cpp | 7 +++---- tools/bugpoint/ToolRunner.cpp | 7 +++---- tools/bugpoint/ToolRunner.h | 7 +++---- tools/bugpoint/bugpoint.cpp | 7 +++---- tools/dsymutil/BinaryHolder.cpp | 7 +++---- tools/dsymutil/BinaryHolder.h | 7 +++---- tools/dsymutil/CFBundle.cpp | 7 +++---- tools/dsymutil/CFBundle.h | 7 +++---- tools/dsymutil/CompileUnit.cpp | 7 +++---- tools/dsymutil/CompileUnit.h | 7 +++---- tools/dsymutil/DebugMap.cpp | 7 +++---- tools/dsymutil/DebugMap.h | 7 +++---- tools/dsymutil/DeclContext.cpp | 7 +++---- tools/dsymutil/DeclContext.h | 7 +++---- tools/dsymutil/DwarfLinker.cpp | 7 +++---- tools/dsymutil/DwarfLinker.h | 7 +++---- tools/dsymutil/DwarfStreamer.cpp | 7 +++---- tools/dsymutil/DwarfStreamer.h | 7 +++---- tools/dsymutil/LLVMBuild.txt | 7 +++---- tools/dsymutil/LinkUtils.h | 7 +++---- tools/dsymutil/MachODebugMapParser.cpp | 7 +++---- tools/dsymutil/MachOUtils.cpp | 7 +++---- tools/dsymutil/MachOUtils.h | 7 +++---- tools/dsymutil/NonRelocatableStringpool.cpp | 7 +++---- tools/dsymutil/NonRelocatableStringpool.h | 7 +++---- tools/dsymutil/SymbolMap.cpp | 7 +++---- tools/dsymutil/SymbolMap.h | 7 +++---- tools/dsymutil/dsymutil.cpp | 7 +++---- tools/dsymutil/dsymutil.h | 7 +++---- tools/gold/gold-plugin.cpp | 7 +++---- tools/llc/LLVMBuild.txt | 7 +++---- tools/llc/llc.cpp | 7 +++---- tools/lli/ChildTarget/LLVMBuild.txt | 7 +++---- tools/lli/LLVMBuild.txt | 7 +++---- tools/lli/RemoteJITUtils.h | 7 +++---- tools/lli/lli.cpp | 7 +++---- tools/llvm-ar/LLVMBuild.txt | 7 +++---- tools/llvm-ar/llvm-ar.cpp | 7 +++---- tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp | 7 +++---- tools/llvm-as/LLVMBuild.txt | 7 +++---- tools/llvm-as/llvm-as.cpp | 7 +++---- tools/llvm-bcanalyzer/LLVMBuild.txt | 7 +++---- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 7 +++---- tools/llvm-c-test/attributes.c | 8 ++++---- tools/llvm-c-test/calc.c | 8 ++++---- tools/llvm-c-test/debuginfo.c | 8 ++++---- tools/llvm-c-test/diagnostic.c | 7 +++---- tools/llvm-c-test/disassemble.c | 8 ++++---- tools/llvm-c-test/echo.cpp | 7 +++---- tools/llvm-c-test/helpers.c | 8 ++++---- tools/llvm-c-test/include-all.c | 8 ++++---- tools/llvm-c-test/llvm-c-test.h | 8 ++++---- tools/llvm-c-test/main.c | 8 ++++---- tools/llvm-c-test/metadata.c | 8 ++++---- tools/llvm-c-test/module.c | 8 ++++---- tools/llvm-c-test/object.c | 8 ++++---- tools/llvm-c-test/targets.c | 8 ++++---- tools/llvm-cat/LLVMBuild.txt | 7 +++---- tools/llvm-cat/llvm-cat.cpp | 7 +++---- tools/llvm-cfi-verify/LLVMBuild.txt | 7 +++---- tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 7 +++---- tools/llvm-cfi-verify/lib/FileAnalysis.h | 7 +++---- tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 7 +++---- tools/llvm-cfi-verify/lib/GraphBuilder.h | 7 +++---- tools/llvm-cfi-verify/lib/LLVMBuild.txt | 7 +++---- tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 7 +++---- tools/llvm-config/BuildVariables.inc.in | 7 +++---- tools/llvm-config/llvm-config.cpp | 7 +++---- tools/llvm-cov/CodeCoverage.cpp | 7 +++---- tools/llvm-cov/CoverageExporter.h | 7 +++---- tools/llvm-cov/CoverageExporterJson.cpp | 7 +++---- tools/llvm-cov/CoverageExporterJson.h | 7 +++---- tools/llvm-cov/CoverageExporterLcov.cpp | 7 +++---- tools/llvm-cov/CoverageExporterLcov.h | 7 +++---- tools/llvm-cov/CoverageFilters.cpp | 7 +++---- tools/llvm-cov/CoverageFilters.h | 7 +++---- tools/llvm-cov/CoverageReport.cpp | 7 +++---- tools/llvm-cov/CoverageReport.h | 7 +++---- tools/llvm-cov/CoverageSummaryInfo.cpp | 7 +++---- tools/llvm-cov/CoverageSummaryInfo.h | 7 +++---- tools/llvm-cov/CoverageViewOptions.h | 7 +++---- tools/llvm-cov/LLVMBuild.txt | 7 +++---- tools/llvm-cov/RenderingSupport.h | 7 +++---- tools/llvm-cov/SourceCoverageView.cpp | 7 +++---- tools/llvm-cov/SourceCoverageView.h | 7 +++---- tools/llvm-cov/SourceCoverageViewHTML.cpp | 7 +++---- tools/llvm-cov/SourceCoverageViewHTML.h | 7 +++---- tools/llvm-cov/SourceCoverageViewText.cpp | 7 +++---- tools/llvm-cov/SourceCoverageViewText.h | 7 +++---- tools/llvm-cov/TestingSupport.cpp | 7 +++---- tools/llvm-cov/gcov.cpp | 7 +++---- tools/llvm-cov/llvm-cov.cpp | 7 +++---- tools/llvm-cvtres/LLVMBuild.txt | 7 +++---- tools/llvm-cvtres/llvm-cvtres.cpp | 7 +++---- tools/llvm-cxxdump/Error.cpp | 7 +++---- tools/llvm-cxxdump/Error.h | 7 +++---- tools/llvm-cxxdump/LLVMBuild.txt | 7 +++---- tools/llvm-cxxdump/llvm-cxxdump.cpp | 7 +++---- tools/llvm-cxxdump/llvm-cxxdump.h | 7 +++---- tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 7 +++---- tools/llvm-cxxmap/LLVMBuild.txt | 7 +++---- tools/llvm-cxxmap/llvm-cxxmap.cpp | 7 +++---- tools/llvm-diff/DiffConsumer.cpp | 7 +++---- tools/llvm-diff/DiffConsumer.h | 7 +++---- tools/llvm-diff/DiffLog.cpp | 7 +++---- tools/llvm-diff/DiffLog.h | 7 +++---- tools/llvm-diff/DifferenceEngine.cpp | 7 +++---- tools/llvm-diff/DifferenceEngine.h | 7 +++---- tools/llvm-diff/LLVMBuild.txt | 7 +++---- tools/llvm-diff/llvm-diff.cpp | 7 +++---- tools/llvm-dis/LLVMBuild.txt | 7 +++---- tools/llvm-dis/llvm-dis.cpp | 7 +++---- tools/llvm-dwarfdump/LLVMBuild.txt | 7 +++---- tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp | 7 +++---- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 7 +++---- tools/llvm-dwp/LLVMBuild.txt | 7 +++---- tools/llvm-dwp/llvm-dwp.cpp | 7 +++---- tools/llvm-elfabi/ELFObjHandler.cpp | 7 +++---- tools/llvm-elfabi/ELFObjHandler.h | 7 +++---- tools/llvm-elfabi/ErrorCollector.cpp | 7 +++---- tools/llvm-elfabi/ErrorCollector.h | 7 +++---- tools/llvm-elfabi/LLVMBuild.txt | 7 +++---- tools/llvm-elfabi/llvm-elfabi.cpp | 7 +++---- tools/llvm-exegesis/LLVMBuild.txt | 7 +++---- tools/llvm-exegesis/lib/AArch64/LLVMBuild.txt | 7 +++---- tools/llvm-exegesis/lib/AArch64/Target.cpp | 7 +++---- tools/llvm-exegesis/lib/Analysis.cpp | 7 +++---- tools/llvm-exegesis/lib/Analysis.h | 7 +++---- tools/llvm-exegesis/lib/Assembler.cpp | 7 +++---- tools/llvm-exegesis/lib/Assembler.h | 7 +++---- tools/llvm-exegesis/lib/BenchmarkCode.h | 7 +++---- tools/llvm-exegesis/lib/BenchmarkResult.cpp | 7 +++---- tools/llvm-exegesis/lib/BenchmarkResult.h | 7 +++---- tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 7 +++---- tools/llvm-exegesis/lib/BenchmarkRunner.h | 7 +++---- tools/llvm-exegesis/lib/Clustering.cpp | 7 +++---- tools/llvm-exegesis/lib/Clustering.h | 7 +++---- tools/llvm-exegesis/lib/CodeTemplate.cpp | 7 +++---- tools/llvm-exegesis/lib/CodeTemplate.h | 7 +++---- tools/llvm-exegesis/lib/LLVMBuild.txt | 7 +++---- tools/llvm-exegesis/lib/Latency.cpp | 7 +++---- tools/llvm-exegesis/lib/Latency.h | 7 +++---- tools/llvm-exegesis/lib/LlvmState.cpp | 7 +++---- tools/llvm-exegesis/lib/LlvmState.h | 7 +++---- tools/llvm-exegesis/lib/MCInstrDescView.cpp | 7 +++---- tools/llvm-exegesis/lib/MCInstrDescView.h | 7 +++---- tools/llvm-exegesis/lib/PerfHelper.cpp | 7 +++---- tools/llvm-exegesis/lib/PerfHelper.h | 7 +++---- tools/llvm-exegesis/lib/PowerPC/LLVMBuild.txt | 7 +++---- tools/llvm-exegesis/lib/PowerPC/Target.cpp | 7 +++---- tools/llvm-exegesis/lib/RegisterAliasing.cpp | 7 +++---- tools/llvm-exegesis/lib/RegisterAliasing.h | 7 +++---- tools/llvm-exegesis/lib/RegisterValue.cpp | 7 +++---- tools/llvm-exegesis/lib/RegisterValue.h | 7 +++---- tools/llvm-exegesis/lib/SnippetGenerator.cpp | 7 +++---- tools/llvm-exegesis/lib/SnippetGenerator.h | 7 +++---- tools/llvm-exegesis/lib/Target.cpp | 7 +++---- tools/llvm-exegesis/lib/Target.h | 7 +++---- tools/llvm-exegesis/lib/Uops.cpp | 7 +++---- tools/llvm-exegesis/lib/Uops.h | 7 +++---- tools/llvm-exegesis/lib/X86/LLVMBuild.txt | 7 +++---- tools/llvm-exegesis/lib/X86/Target.cpp | 7 +++---- tools/llvm-exegesis/llvm-exegesis.cpp | 7 +++---- tools/llvm-extract/LLVMBuild.txt | 7 +++---- tools/llvm-extract/llvm-extract.cpp | 7 +++---- tools/llvm-go/llvm-go.go | 7 +++---- tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp | 7 +++---- tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 7 +++---- .../llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp | 7 +++---- .../llvm-itanium-demangle-fuzzer.cpp | 7 +++---- tools/llvm-jitlistener/LLVMBuild.txt | 7 +++---- tools/llvm-jitlistener/llvm-jitlistener.cpp | 7 +++---- tools/llvm-link/LLVMBuild.txt | 7 +++---- tools/llvm-link/llvm-link.cpp | 7 +++---- tools/llvm-lto/LLVMBuild.txt | 7 +++---- tools/llvm-lto/llvm-lto.cpp | 7 +++---- tools/llvm-lto2/LLVMBuild.txt | 7 +++---- tools/llvm-lto2/llvm-lto2.cpp | 7 +++---- tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp | 7 +++---- .../llvm-mc-disassemble-fuzzer.cpp | 7 +++---- tools/llvm-mc/Disassembler.cpp | 7 +++---- tools/llvm-mc/Disassembler.h | 7 +++---- tools/llvm-mc/LLVMBuild.txt | 7 +++---- tools/llvm-mc/llvm-mc.cpp | 7 +++---- tools/llvm-mca/CodeRegion.cpp | 7 +++---- tools/llvm-mca/CodeRegion.h | 7 +++---- tools/llvm-mca/CodeRegionGenerator.cpp | 7 +++---- tools/llvm-mca/CodeRegionGenerator.h | 7 +++---- tools/llvm-mca/LLVMBuild.txt | 7 +++---- tools/llvm-mca/PipelinePrinter.cpp | 7 +++---- tools/llvm-mca/PipelinePrinter.h | 7 +++---- tools/llvm-mca/Views/DispatchStatistics.cpp | 7 +++---- tools/llvm-mca/Views/DispatchStatistics.h | 7 +++---- tools/llvm-mca/Views/InstructionInfoView.cpp | 7 +++---- tools/llvm-mca/Views/InstructionInfoView.h | 7 +++---- tools/llvm-mca/Views/RegisterFileStatistics.cpp | 7 +++---- tools/llvm-mca/Views/RegisterFileStatistics.h | 7 +++---- tools/llvm-mca/Views/ResourcePressureView.cpp | 7 +++---- tools/llvm-mca/Views/ResourcePressureView.h | 7 +++---- tools/llvm-mca/Views/RetireControlUnitStatistics.cpp | 7 +++---- tools/llvm-mca/Views/RetireControlUnitStatistics.h | 7 +++---- tools/llvm-mca/Views/SchedulerStatistics.cpp | 7 +++---- tools/llvm-mca/Views/SchedulerStatistics.h | 7 +++---- tools/llvm-mca/Views/SummaryView.cpp | 7 +++---- tools/llvm-mca/Views/SummaryView.h | 7 +++---- tools/llvm-mca/Views/TimelineView.cpp | 7 +++---- tools/llvm-mca/Views/TimelineView.h | 7 +++---- tools/llvm-mca/Views/View.cpp | 7 +++---- tools/llvm-mca/Views/View.h | 7 +++---- tools/llvm-mca/llvm-mca.cpp | 7 +++---- .../DummyDemanglerFuzzer.cpp | 7 +++---- .../llvm-microsoft-demangle-fuzzer.cpp | 7 +++---- tools/llvm-modextract/LLVMBuild.txt | 7 +++---- tools/llvm-modextract/llvm-modextract.cpp | 7 +++---- tools/llvm-mt/LLVMBuild.txt | 7 +++---- tools/llvm-mt/llvm-mt.cpp | 7 +++---- tools/llvm-nm/LLVMBuild.txt | 7 +++---- tools/llvm-nm/llvm-nm.cpp | 7 +++---- tools/llvm-objcopy/Buffer.cpp | 7 +++---- tools/llvm-objcopy/Buffer.h | 7 +++---- tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 7 +++---- tools/llvm-objcopy/COFF/COFFObjcopy.h | 7 +++---- tools/llvm-objcopy/COFF/Object.cpp | 7 +++---- tools/llvm-objcopy/COFF/Object.h | 7 +++---- tools/llvm-objcopy/COFF/Reader.cpp | 7 +++---- tools/llvm-objcopy/COFF/Reader.h | 7 +++---- tools/llvm-objcopy/COFF/Writer.cpp | 7 +++---- tools/llvm-objcopy/COFF/Writer.h | 7 +++---- tools/llvm-objcopy/CopyConfig.cpp | 7 +++---- tools/llvm-objcopy/CopyConfig.h | 7 +++---- tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 7 +++---- tools/llvm-objcopy/ELF/ELFObjcopy.h | 7 +++---- tools/llvm-objcopy/ELF/Object.cpp | 7 +++---- tools/llvm-objcopy/ELF/Object.h | 7 +++---- tools/llvm-objcopy/LLVMBuild.txt | 7 +++---- tools/llvm-objcopy/llvm-objcopy.cpp | 7 +++---- tools/llvm-objcopy/llvm-objcopy.h | 7 +++---- tools/llvm-objdump/COFFDump.cpp | 7 +++---- tools/llvm-objdump/ELFDump.cpp | 7 +++---- tools/llvm-objdump/LLVMBuild.txt | 7 +++---- tools/llvm-objdump/MachODump.cpp | 7 +++---- tools/llvm-objdump/WasmDump.cpp | 7 +++---- tools/llvm-objdump/llvm-objdump.cpp | 7 +++---- tools/llvm-objdump/llvm-objdump.h | 7 +++---- tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp | 7 +++---- tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 7 +++---- tools/llvm-opt-report/OptReport.cpp | 7 +++---- tools/llvm-pdbutil/BytesOutputStyle.cpp | 7 +++---- tools/llvm-pdbutil/BytesOutputStyle.h | 7 +++---- tools/llvm-pdbutil/DumpOutputStyle.cpp | 7 +++---- tools/llvm-pdbutil/DumpOutputStyle.h | 7 +++---- tools/llvm-pdbutil/ExplainOutputStyle.cpp | 7 +++---- tools/llvm-pdbutil/ExplainOutputStyle.h | 7 +++---- tools/llvm-pdbutil/FormatUtil.cpp | 7 +++---- tools/llvm-pdbutil/FormatUtil.h | 7 +++---- tools/llvm-pdbutil/InputFile.cpp | 7 +++---- tools/llvm-pdbutil/InputFile.h | 7 +++---- tools/llvm-pdbutil/LLVMBuild.txt | 7 +++---- tools/llvm-pdbutil/LinePrinter.cpp | 7 +++---- tools/llvm-pdbutil/LinePrinter.h | 7 +++---- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 7 +++---- tools/llvm-pdbutil/MinimalSymbolDumper.h | 7 +++---- tools/llvm-pdbutil/MinimalTypeDumper.cpp | 7 +++---- tools/llvm-pdbutil/MinimalTypeDumper.h | 7 +++---- tools/llvm-pdbutil/OutputStyle.h | 7 +++---- tools/llvm-pdbutil/PdbYaml.cpp | 7 +++---- tools/llvm-pdbutil/PdbYaml.h | 7 +++---- tools/llvm-pdbutil/PrettyBuiltinDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyBuiltinDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyClassDefinitionDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyCompilandDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyCompilandDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyEnumDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyEnumDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyExternalSymbolDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyFunctionDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyTypeDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyTypeDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyTypedefDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyTypedefDumper.h | 7 +++---- tools/llvm-pdbutil/PrettyVariableDumper.cpp | 7 +++---- tools/llvm-pdbutil/PrettyVariableDumper.h | 7 +++---- tools/llvm-pdbutil/StreamUtil.cpp | 7 +++---- tools/llvm-pdbutil/StreamUtil.h | 7 +++---- tools/llvm-pdbutil/YAMLOutputStyle.cpp | 7 +++---- tools/llvm-pdbutil/YAMLOutputStyle.h | 7 +++---- tools/llvm-pdbutil/llvm-pdbutil.cpp | 7 +++---- tools/llvm-pdbutil/llvm-pdbutil.h | 7 +++---- tools/llvm-profdata/LLVMBuild.txt | 7 +++---- tools/llvm-profdata/llvm-profdata.cpp | 7 +++---- tools/llvm-rc/LLVMBuild.txt | 7 +++---- tools/llvm-rc/ResourceFileWriter.cpp | 7 +++---- tools/llvm-rc/ResourceFileWriter.h | 7 +++---- tools/llvm-rc/ResourceScriptCppFilter.cpp | 7 +++---- tools/llvm-rc/ResourceScriptCppFilter.h | 7 +++---- tools/llvm-rc/ResourceScriptParser.cpp | 7 +++---- tools/llvm-rc/ResourceScriptParser.h | 7 +++---- tools/llvm-rc/ResourceScriptStmt.cpp | 7 +++---- tools/llvm-rc/ResourceScriptStmt.h | 7 +++---- tools/llvm-rc/ResourceScriptToken.cpp | 7 +++---- tools/llvm-rc/ResourceScriptToken.h | 7 +++---- tools/llvm-rc/ResourceScriptTokenList.def | 7 +++---- tools/llvm-rc/ResourceVisitor.h | 7 +++---- tools/llvm-rc/llvm-rc.cpp | 7 +++---- tools/llvm-readobj/ARMEHABIPrinter.h | 7 +++---- tools/llvm-readobj/ARMWinEHPrinter.cpp | 7 +++---- tools/llvm-readobj/ARMWinEHPrinter.h | 7 +++---- tools/llvm-readobj/COFFDumper.cpp | 7 +++---- tools/llvm-readobj/COFFImportDumper.cpp | 7 +++---- tools/llvm-readobj/DwarfCFIEHPrinter.h | 7 +++---- tools/llvm-readobj/ELFDumper.cpp | 7 +++---- tools/llvm-readobj/Error.cpp | 7 +++---- tools/llvm-readobj/Error.h | 7 +++---- tools/llvm-readobj/LLVMBuild.txt | 7 +++---- tools/llvm-readobj/MachODumper.cpp | 7 +++---- tools/llvm-readobj/ObjDumper.cpp | 7 +++---- tools/llvm-readobj/ObjDumper.h | 7 +++---- tools/llvm-readobj/StackMapPrinter.h | 7 +++---- tools/llvm-readobj/WasmDumper.cpp | 7 +++---- tools/llvm-readobj/Win64EHDumper.cpp | 7 +++---- tools/llvm-readobj/Win64EHDumper.h | 7 +++---- tools/llvm-readobj/WindowsResourceDumper.cpp | 7 +++---- tools/llvm-readobj/WindowsResourceDumper.h | 7 +++---- tools/llvm-readobj/llvm-readobj.cpp | 7 +++---- tools/llvm-readobj/llvm-readobj.h | 7 +++---- tools/llvm-rtdyld/LLVMBuild.txt | 7 +++---- tools/llvm-rtdyld/llvm-rtdyld.cpp | 7 +++---- tools/llvm-shlib/gen-msvc-exports.py | 7 +++---- tools/llvm-shlib/libllvm.cpp | 7 +++---- tools/llvm-size/LLVMBuild.txt | 7 +++---- tools/llvm-size/llvm-size.cpp | 7 +++---- .../DummySpecialCaseListFuzzer.cpp | 7 +++---- .../special-case-list-fuzzer.cpp | 7 +++---- tools/llvm-split/LLVMBuild.txt | 7 +++---- tools/llvm-split/llvm-split.cpp | 7 +++---- tools/llvm-stress/LLVMBuild.txt | 7 +++---- tools/llvm-stress/llvm-stress.cpp | 7 +++---- tools/llvm-strings/LLVMBuild.txt | 7 +++---- tools/llvm-strings/llvm-strings.cpp | 7 +++---- tools/llvm-symbolizer/llvm-symbolizer.cpp | 7 +++---- tools/llvm-undname/LLVMBuild.txt | 7 +++---- tools/llvm-undname/llvm-undname.cpp | 7 +++---- tools/llvm-xray/func-id-helper.cpp | 7 +++---- tools/llvm-xray/func-id-helper.h | 7 +++---- tools/llvm-xray/llvm-xray.cpp | 7 +++---- tools/llvm-xray/trie-node.h | 7 +++---- tools/llvm-xray/xray-account.cpp | 7 +++---- tools/llvm-xray/xray-account.h | 7 +++---- tools/llvm-xray/xray-color-helper.cpp | 7 +++---- tools/llvm-xray/xray-color-helper.h | 7 +++---- tools/llvm-xray/xray-converter.cpp | 7 +++---- tools/llvm-xray/xray-converter.h | 7 +++---- tools/llvm-xray/xray-extract.cpp | 7 +++---- tools/llvm-xray/xray-fdr-dump.cpp | 7 +++---- tools/llvm-xray/xray-graph-diff.cpp | 7 +++---- tools/llvm-xray/xray-graph-diff.h | 7 +++---- tools/llvm-xray/xray-graph.cpp | 7 +++---- tools/llvm-xray/xray-graph.h | 7 +++---- tools/llvm-xray/xray-registry.cpp | 7 +++---- tools/llvm-xray/xray-registry.h | 7 +++---- tools/llvm-xray/xray-stacks.cpp | 7 +++---- .../DummyYAMLNumericParserFuzzer.cpp | 7 +++---- .../yaml-numeric-parser-fuzzer.cpp | 7 +++---- tools/lto/LTODisassembler.cpp | 7 +++---- tools/lto/lto.cpp | 7 +++---- tools/obj2yaml/Error.cpp | 7 +++---- tools/obj2yaml/Error.h | 7 +++---- tools/obj2yaml/coff2yaml.cpp | 7 +++---- tools/obj2yaml/dwarf2yaml.cpp | 7 +++---- tools/obj2yaml/elf2yaml.cpp | 7 +++---- tools/obj2yaml/macho2yaml.cpp | 7 +++---- tools/obj2yaml/obj2yaml.cpp | 7 +++---- tools/obj2yaml/obj2yaml.h | 7 +++---- tools/obj2yaml/wasm2yaml.cpp | 7 +++---- tools/opt-remarks/liboptremarks.cpp | 7 +++---- tools/opt/AnalysisWrappers.cpp | 7 +++---- tools/opt/BreakpointPrinter.cpp | 7 +++---- tools/opt/BreakpointPrinter.h | 7 +++---- tools/opt/Debugify.cpp | 7 +++---- tools/opt/Debugify.h | 7 +++---- tools/opt/GraphPrinters.cpp | 7 +++---- tools/opt/LLVMBuild.txt | 7 +++---- tools/opt/NewPMDriver.cpp | 7 +++---- tools/opt/NewPMDriver.h | 7 +++---- tools/opt/PassPrinters.cpp | 7 +++---- tools/opt/PassPrinters.h | 7 +++---- tools/opt/PrintSCC.cpp | 7 +++---- tools/opt/opt.cpp | 7 +++---- tools/sancov/coverage-report-server.py | 7 +++---- tools/sancov/sancov.cpp | 7 +++---- tools/sanstats/sanstats.cpp | 7 +++---- tools/verify-uselistorder/LLVMBuild.txt | 7 +++---- tools/verify-uselistorder/verify-uselistorder.cpp | 7 +++---- tools/yaml2obj/yaml2coff.cpp | 7 +++---- tools/yaml2obj/yaml2elf.cpp | 7 +++---- tools/yaml2obj/yaml2macho.cpp | 7 +++---- tools/yaml2obj/yaml2obj.cpp | 7 +++---- tools/yaml2obj/yaml2obj.h | 7 +++---- tools/yaml2obj/yaml2wasm.cpp | 7 +++---- unittests/ADT/APFloatTest.cpp | 7 +++---- unittests/ADT/APIntTest.cpp | 7 +++---- unittests/ADT/APSIntTest.cpp | 7 +++---- unittests/ADT/AnyTest.cpp | 7 +++---- unittests/ADT/ArrayRefTest.cpp | 7 +++---- unittests/ADT/BitVectorTest.cpp | 7 +++---- unittests/ADT/BitmaskEnumTest.cpp | 7 +++---- unittests/ADT/BreadthFirstIteratorTest.cpp | 7 +++---- unittests/ADT/BumpPtrListTest.cpp | 7 +++---- unittests/ADT/DAGDeltaAlgorithmTest.cpp | 7 +++---- unittests/ADT/DeltaAlgorithmTest.cpp | 7 +++---- unittests/ADT/DenseMapTest.cpp | 7 +++---- unittests/ADT/DenseSetTest.cpp | 7 +++---- unittests/ADT/DepthFirstIteratorTest.cpp | 7 +++---- unittests/ADT/EquivalenceClassesTest.cpp | 7 +++---- unittests/ADT/FoldingSet.cpp | 7 +++---- unittests/ADT/FunctionExtrasTest.cpp | 7 +++---- unittests/ADT/FunctionRefTest.cpp | 7 +++---- unittests/ADT/HashingTest.cpp | 7 +++---- unittests/ADT/IListBaseTest.cpp | 7 +++---- unittests/ADT/IListIteratorTest.cpp | 7 +++---- unittests/ADT/IListNodeBaseTest.cpp | 7 +++---- unittests/ADT/IListNodeTest.cpp | 7 +++---- unittests/ADT/IListSentinelTest.cpp | 7 +++---- unittests/ADT/IListTest.cpp | 7 +++---- unittests/ADT/ImmutableListTest.cpp | 7 +++---- unittests/ADT/ImmutableMapTest.cpp | 7 +++---- unittests/ADT/ImmutableSetTest.cpp | 7 +++---- unittests/ADT/IntEqClassesTest.cpp | 7 +++---- unittests/ADT/IntervalMapTest.cpp | 7 +++---- unittests/ADT/IntrusiveRefCntPtrTest.cpp | 7 +++---- unittests/ADT/IteratorTest.cpp | 7 +++---- unittests/ADT/MakeUniqueTest.cpp | 7 +++---- unittests/ADT/MapVectorTest.cpp | 7 +++---- unittests/ADT/MappedIteratorTest.cpp | 7 +++---- unittests/ADT/OptionalTest.cpp | 7 +++---- unittests/ADT/PackedVectorTest.cpp | 7 +++---- unittests/ADT/PointerEmbeddedIntTest.cpp | 7 +++---- unittests/ADT/PointerIntPairTest.cpp | 7 +++---- unittests/ADT/PointerSumTypeTest.cpp | 7 +++---- unittests/ADT/PointerUnionTest.cpp | 7 +++---- unittests/ADT/PostOrderIteratorTest.cpp | 7 +++---- unittests/ADT/PriorityWorklistTest.cpp | 7 +++---- unittests/ADT/RangeAdapterTest.cpp | 7 +++---- unittests/ADT/SCCIteratorTest.cpp | 7 +++---- unittests/ADT/STLExtrasTest.cpp | 7 +++---- unittests/ADT/ScopeExitTest.cpp | 7 +++---- unittests/ADT/SequenceTest.cpp | 7 +++---- unittests/ADT/SetVectorTest.cpp | 7 +++---- unittests/ADT/SimpleIListTest.cpp | 7 +++---- unittests/ADT/SmallPtrSetTest.cpp | 7 +++---- unittests/ADT/SmallSetTest.cpp | 7 +++---- unittests/ADT/SmallStringTest.cpp | 7 +++---- unittests/ADT/SmallVectorTest.cpp | 7 +++---- unittests/ADT/SparseBitVectorTest.cpp | 7 +++---- unittests/ADT/SparseMultiSetTest.cpp | 7 +++---- unittests/ADT/SparseSetTest.cpp | 7 +++---- unittests/ADT/StatisticTest.cpp | 7 +++---- unittests/ADT/StringExtrasTest.cpp | 7 +++---- unittests/ADT/StringMapTest.cpp | 7 +++---- unittests/ADT/StringRefTest.cpp | 7 +++---- unittests/ADT/StringSwitchTest.cpp | 7 +++---- unittests/ADT/TestGraph.h | 7 +++---- unittests/ADT/TinyPtrVectorTest.cpp | 7 +++---- unittests/ADT/TripleTest.cpp | 7 +++---- unittests/ADT/TwineTest.cpp | 7 +++---- unittests/ADT/VariadicFunctionTest.cpp | 7 +++---- unittests/Analysis/AliasAnalysisTest.cpp | 7 +++---- unittests/Analysis/AliasSetTrackerTest.cpp | 7 +++---- unittests/Analysis/BasicAliasAnalysisTest.cpp | 7 +++---- unittests/Analysis/BlockFrequencyInfoTest.cpp | 7 +++---- unittests/Analysis/BranchProbabilityInfoTest.cpp | 7 +++---- unittests/Analysis/CFGTest.cpp | 7 +++---- unittests/Analysis/CGSCCPassManagerTest.cpp | 7 +++---- unittests/Analysis/CallGraphTest.cpp | 7 +++---- unittests/Analysis/CaptureTrackingTest.cpp | 7 +++---- unittests/Analysis/DivergenceAnalysisTest.cpp | 7 +++---- unittests/Analysis/GlobalsModRefTest.cpp | 7 +++---- unittests/Analysis/LazyCallGraphTest.cpp | 7 +++---- unittests/Analysis/LoopInfoTest.cpp | 7 +++---- unittests/Analysis/MemoryBuiltinsTest.cpp | 7 +++---- unittests/Analysis/MemorySSATest.cpp | 7 +++---- unittests/Analysis/OrderedBasicBlockTest.cpp | 7 +++---- unittests/Analysis/OrderedInstructionsTest.cpp | 7 +++---- unittests/Analysis/PhiValuesTest.cpp | 7 +++---- unittests/Analysis/ProfileSummaryInfoTest.cpp | 7 +++---- unittests/Analysis/ScalarEvolutionTest.cpp | 7 +++---- unittests/Analysis/SparsePropagation.cpp | 7 +++---- unittests/Analysis/TBAATest.cpp | 7 +++---- unittests/Analysis/TargetLibraryInfoTest.cpp | 7 +++---- unittests/Analysis/UnrollAnalyzerTest.cpp | 7 +++---- unittests/Analysis/ValueLatticeTest.cpp | 7 +++---- unittests/Analysis/ValueTrackingTest.cpp | 7 +++---- unittests/AsmParser/AsmParserTest.cpp | 7 +++---- unittests/BinaryFormat/DwarfTest.cpp | 7 +++---- unittests/BinaryFormat/MachOTest.cpp | 7 +++---- unittests/BinaryFormat/MsgPackReaderTest.cpp | 7 +++---- unittests/BinaryFormat/MsgPackTypesTest.cpp | 7 +++---- unittests/BinaryFormat/MsgPackWriterTest.cpp | 7 +++---- unittests/BinaryFormat/TestFileMagic.cpp | 7 +++---- unittests/Bitcode/BitReaderTest.cpp | 7 +++---- unittests/Bitcode/BitstreamReaderTest.cpp | 7 +++---- unittests/Bitcode/BitstreamWriterTest.cpp | 7 +++---- unittests/CodeGen/AArch64SelectionDAGTest.cpp | 7 +++---- unittests/CodeGen/DIEHashTest.cpp | 7 +++---- unittests/CodeGen/GlobalISel/CSETest.cpp | 7 +++---- unittests/CodeGen/GlobalISel/GISelMITest.h | 7 +++---- unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp | 7 +++---- unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 7 +++---- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 7 +++---- unittests/CodeGen/LowLevelTypeTest.cpp | 7 +++---- unittests/CodeGen/MachineInstrBundleIteratorTest.cpp | 7 +++---- unittests/CodeGen/MachineInstrTest.cpp | 7 +++---- unittests/CodeGen/MachineOperandTest.cpp | 7 +++---- unittests/CodeGen/ScalableVectorMVTsTest.cpp | 7 +++---- unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 7 +++---- unittests/DebugInfo/CodeView/TypeHashingTest.cpp | 7 +++---- unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 7 +++---- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 7 +++---- unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 7 +++---- unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 7 +++---- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 7 +++---- unittests/DebugInfo/DWARF/DwarfGenerator.h | 7 +++---- unittests/DebugInfo/DWARF/DwarfUtils.cpp | 7 +++---- unittests/DebugInfo/DWARF/DwarfUtils.h | 7 +++---- unittests/DebugInfo/MSF/MSFBuilderTest.cpp | 7 +++---- unittests/DebugInfo/MSF/MSFCommonTest.cpp | 7 +++---- unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 7 +++---- unittests/DebugInfo/PDB/HashTableTest.cpp | 7 +++---- unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp | 7 +++---- unittests/DebugInfo/PDB/PDBApiTest.cpp | 7 +++---- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 7 +++---- unittests/Demangle/DemangleTest.cpp | 7 +++---- unittests/ExecutionEngine/ExecutionEngineTest.cpp | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp | 7 +++---- .../ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITTest.cpp | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h | 7 +++---- unittests/ExecutionEngine/MCJIT/MCJITTestBase.h | 7 +++---- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 7 +++---- .../ExecutionEngine/Orc/JITTargetMachineBuilderTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 7 +++---- .../ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp | 7 +++---- .../Orc/LegacyRTDyldObjectLinkingLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | 7 +++---- unittests/ExecutionEngine/Orc/OrcTestCommon.h | 7 +++---- unittests/ExecutionEngine/Orc/QueueChannel.cpp | 7 +++---- unittests/ExecutionEngine/Orc/QueueChannel.h | 7 +++---- unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 7 +++---- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp | 7 +++---- unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp | 7 +++---- unittests/FuzzMutate/OperationsTest.cpp | 7 +++---- unittests/FuzzMutate/RandomIRBuilderTest.cpp | 7 +++---- unittests/FuzzMutate/ReservoirSamplerTest.cpp | 7 +++---- unittests/FuzzMutate/StrategiesTest.cpp | 7 +++---- unittests/IR/AsmWriterTest.cpp | 7 +++---- unittests/IR/AttributesTest.cpp | 7 +++---- unittests/IR/BasicBlockTest.cpp | 7 +++---- unittests/IR/CFGBuilder.cpp | 7 +++---- unittests/IR/CFGBuilder.h | 7 +++---- unittests/IR/ConstantRangeTest.cpp | 7 +++---- unittests/IR/ConstantsTest.cpp | 7 +++---- unittests/IR/DebugInfoTest.cpp | 7 +++---- unittests/IR/DebugTypeODRUniquingTest.cpp | 7 +++---- unittests/IR/DomTreeUpdaterTest.cpp | 7 +++---- unittests/IR/DominatorTreeBatchUpdatesTest.cpp | 7 +++---- unittests/IR/DominatorTreeTest.cpp | 7 +++---- unittests/IR/FunctionTest.cpp | 7 +++---- unittests/IR/IRBuilderTest.cpp | 7 +++---- unittests/IR/InstructionsTest.cpp | 7 +++---- unittests/IR/IntrinsicsTest.cpp | 7 +++---- unittests/IR/LegacyPassManagerTest.cpp | 7 +++---- unittests/IR/MDBuilderTest.cpp | 7 +++---- unittests/IR/ManglerTest.cpp | 7 +++---- unittests/IR/MetadataTest.cpp | 7 +++---- unittests/IR/ModuleTest.cpp | 7 +++---- unittests/IR/PassBuilderCallbacksTest.cpp | 7 +++---- unittests/IR/PassManagerTest.cpp | 7 +++---- unittests/IR/PatternMatch.cpp | 7 +++---- unittests/IR/TypesTest.cpp | 7 +++---- unittests/IR/UseTest.cpp | 7 +++---- unittests/IR/UserTest.cpp | 7 +++---- unittests/IR/ValueHandleTest.cpp | 7 +++---- unittests/IR/ValueMapTest.cpp | 7 +++---- unittests/IR/ValueTest.cpp | 7 +++---- unittests/IR/VerifierTest.cpp | 7 +++---- unittests/IR/WaymarkTest.cpp | 7 +++---- unittests/LineEditor/LineEditor.cpp | 7 +++---- unittests/Linker/LinkModulesTest.cpp | 7 +++---- unittests/MC/Disassembler.cpp | 7 +++---- unittests/MC/DwarfLineTables.cpp | 7 +++---- unittests/MC/StringTableBuilderTest.cpp | 7 +++---- unittests/MC/TargetRegistry.cpp | 7 +++---- unittests/Object/SymbolSizeTest.cpp | 7 +++---- unittests/Object/SymbolicFileTest.cpp | 7 +++---- unittests/ObjectYAML/YAMLTest.cpp | 7 +++---- unittests/OptRemarks/OptRemarksParsingTest.cpp | 7 +++---- unittests/Option/OptionParsingTest.cpp | 7 +++---- unittests/Passes/PluginsTest.cpp | 7 +++---- unittests/Passes/TestPlugin.cpp | 7 +++---- unittests/ProfileData/CoverageMappingTest.cpp | 7 +++---- unittests/ProfileData/InstrProfTest.cpp | 7 +++---- unittests/ProfileData/SampleProfTest.cpp | 7 +++---- unittests/Support/AlignOfTest.cpp | 7 +++---- unittests/Support/AllocatorTest.cpp | 7 +++---- unittests/Support/ArrayRecyclerTest.cpp | 7 +++---- unittests/Support/BinaryStreamTest.cpp | 7 +++---- unittests/Support/BlockFrequencyTest.cpp | 7 +++---- unittests/Support/BranchProbabilityTest.cpp | 7 +++---- unittests/Support/CachePruningTest.cpp | 7 +++---- unittests/Support/Casting.cpp | 7 +++---- unittests/Support/Chrono.cpp | 7 +++---- unittests/Support/CommandLineTest.cpp | 7 +++---- unittests/Support/CompressionTest.cpp | 7 +++---- unittests/Support/ConvertUTFTest.cpp | 7 +++---- unittests/Support/CrashRecoveryTest.cpp | 7 +++---- unittests/Support/DJBTest.cpp | 7 +++---- unittests/Support/DataExtractorTest.cpp | 7 +++---- unittests/Support/DebugCounterTest.cpp | 7 +++---- unittests/Support/DebugTest.cpp | 7 +++---- unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp | 7 +++---- unittests/Support/DynamicLibrary/ExportedFuncs.cpp | 7 +++---- unittests/Support/DynamicLibrary/PipSqueak.cpp | 7 +++---- unittests/Support/DynamicLibrary/PipSqueak.h | 7 +++---- unittests/Support/EndianStreamTest.cpp | 7 +++---- unittests/Support/EndianTest.cpp | 7 +++---- unittests/Support/ErrnoTest.cpp | 7 +++---- unittests/Support/ErrorOrTest.cpp | 7 +++---- unittests/Support/ErrorTest.cpp | 7 +++---- unittests/Support/FileOutputBufferTest.cpp | 7 +++---- unittests/Support/FormatVariadicTest.cpp | 7 +++---- unittests/Support/GlobPatternTest.cpp | 7 +++---- unittests/Support/Host.cpp | 7 +++---- unittests/Support/JSONTest.cpp | 7 +++---- unittests/Support/LEB128Test.cpp | 7 +++---- unittests/Support/LineIteratorTest.cpp | 7 +++---- unittests/Support/LockFileManagerTest.cpp | 7 +++---- unittests/Support/MD5Test.cpp | 7 +++---- unittests/Support/ManagedStatic.cpp | 7 +++---- unittests/Support/MathExtrasTest.cpp | 7 +++---- unittests/Support/MemoryBufferTest.cpp | 7 +++---- unittests/Support/MemoryTest.cpp | 7 +++---- unittests/Support/NativeFormatTests.cpp | 7 +++---- unittests/Support/ParallelTest.cpp | 7 +++---- unittests/Support/Path.cpp | 7 +++---- unittests/Support/ProcessTest.cpp | 7 +++---- unittests/Support/ProgramTest.cpp | 7 +++---- unittests/Support/RegexTest.cpp | 7 +++---- unittests/Support/ReplaceFileTest.cpp | 7 +++---- unittests/Support/ReverseIterationTest.cpp | 7 +++---- unittests/Support/ScaledNumberTest.cpp | 7 +++---- unittests/Support/SourceMgrTest.cpp | 7 +++---- unittests/Support/SpecialCaseListTest.cpp | 7 +++---- unittests/Support/StringPool.cpp | 7 +++---- unittests/Support/SwapByteOrderTest.cpp | 7 +++---- unittests/Support/SymbolRemappingReaderTest.cpp | 7 +++---- unittests/Support/TarWriterTest.cpp | 7 +++---- unittests/Support/TargetParserTest.cpp | 7 +++---- unittests/Support/TaskQueueTest.cpp | 7 +++---- unittests/Support/ThreadLocalTest.cpp | 7 +++---- unittests/Support/ThreadPool.cpp | 7 +++---- unittests/Support/Threading.cpp | 7 +++---- unittests/Support/TimerTest.cpp | 7 +++---- unittests/Support/TrailingObjectsTest.cpp | 7 +++---- unittests/Support/TrigramIndexTest.cpp | 7 +++---- unittests/Support/TypeNameTest.cpp | 7 +++---- unittests/Support/TypeTraitsTest.cpp | 7 +++---- unittests/Support/UnicodeTest.cpp | 7 +++---- unittests/Support/VersionTupleTest.cpp | 7 +++---- unittests/Support/VirtualFileSystemTest.cpp | 7 +++---- unittests/Support/YAMLIOTest.cpp | 7 +++---- unittests/Support/YAMLParserTest.cpp | 7 +++---- unittests/Support/formatted_raw_ostream_test.cpp | 7 +++---- unittests/Support/raw_ostream_test.cpp | 7 +++---- unittests/Support/raw_pwrite_stream_test.cpp | 7 +++---- unittests/Support/raw_sha1_ostream_test.cpp | 7 +++---- unittests/Support/xxhashTest.cpp | 7 +++---- .../Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp | 7 +++---- unittests/TextAPI/ELFYAMLTest.cpp | 7 +++---- unittests/Transforms/IPO/LowerTypeTests.cpp | 7 +++---- unittests/Transforms/IPO/WholeProgramDevirt.cpp | 7 +++---- unittests/Transforms/Scalar/LoopPassManagerTest.cpp | 7 +++---- unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp | 7 +++---- unittests/Transforms/Utils/BasicBlockUtilsTest.cpp | 7 +++---- unittests/Transforms/Utils/CloningTest.cpp | 7 +++---- unittests/Transforms/Utils/CodeExtractorTest.cpp | 7 +++---- unittests/Transforms/Utils/FunctionComparatorTest.cpp | 7 +++---- unittests/Transforms/Utils/IntegerDivisionTest.cpp | 7 +++---- unittests/Transforms/Utils/LocalTest.cpp | 7 +++---- unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp | 7 +++---- unittests/Transforms/Utils/UnrollLoopTest.cpp | 7 +++---- unittests/Transforms/Utils/ValueMapperTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanHCFGTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanSlpTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanTest.cpp | 7 +++---- unittests/Transforms/Vectorize/VPlanTestBase.h | 7 +++---- unittests/XRay/FDRBlockIndexerTest.cpp | 7 +++---- unittests/XRay/FDRBlockVerifierTest.cpp | 7 +++---- unittests/XRay/FDRProducerConsumerTest.cpp | 7 +++---- unittests/XRay/FDRRecordPrinterTest.cpp | 7 +++---- unittests/XRay/FDRRecordsTest.cpp | 7 +++---- unittests/XRay/FDRTraceWriterTest.cpp | 7 +++---- unittests/XRay/GraphTest.cpp | 7 +++---- unittests/XRay/ProfileTest.cpp | 7 +++---- unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 7 +++---- unittests/tools/llvm-cfi-verify/GraphBuilder.cpp | 7 +++---- unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/ClusteringTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/Common/AssemblerUtils.h | 7 +++---- unittests/tools/llvm-exegesis/PerfHelperTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/RegisterValueTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 7 +++---- unittests/tools/llvm-exegesis/X86/TargetTest.cpp | 7 +++---- utils/FileCheck/FileCheck.cpp | 7 +++---- utils/KillTheDoctor/KillTheDoctor.cpp | 7 +++---- utils/LLVMBuild.txt | 7 +++---- utils/PerfectShuffle/PerfectShuffle.cpp | 7 +++---- utils/TableGen/AsmMatcherEmitter.cpp | 7 +++---- utils/TableGen/AsmWriterEmitter.cpp | 7 +++---- utils/TableGen/AsmWriterInst.cpp | 7 +++---- utils/TableGen/AsmWriterInst.h | 7 +++---- utils/TableGen/Attributes.cpp | 7 +++---- utils/TableGen/CTagsEmitter.cpp | 7 +++---- utils/TableGen/CallingConvEmitter.cpp | 7 +++---- utils/TableGen/CodeEmitterGen.cpp | 7 +++---- utils/TableGen/CodeGenDAGPatterns.cpp | 7 +++---- utils/TableGen/CodeGenDAGPatterns.h | 7 +++---- utils/TableGen/CodeGenHwModes.cpp | 7 +++---- utils/TableGen/CodeGenHwModes.h | 7 +++---- utils/TableGen/CodeGenInstruction.cpp | 7 +++---- utils/TableGen/CodeGenInstruction.h | 7 +++---- utils/TableGen/CodeGenIntrinsics.h | 7 +++---- utils/TableGen/CodeGenMapTable.cpp | 7 +++---- utils/TableGen/CodeGenRegisters.cpp | 7 +++---- utils/TableGen/CodeGenRegisters.h | 7 +++---- utils/TableGen/CodeGenSchedule.cpp | 7 +++---- utils/TableGen/CodeGenSchedule.h | 7 +++---- utils/TableGen/CodeGenTarget.cpp | 7 +++---- utils/TableGen/CodeGenTarget.h | 7 +++---- utils/TableGen/DAGISelEmitter.cpp | 7 +++---- utils/TableGen/DAGISelMatcher.cpp | 7 +++---- utils/TableGen/DAGISelMatcher.h | 7 +++---- utils/TableGen/DAGISelMatcherEmitter.cpp | 7 +++---- utils/TableGen/DAGISelMatcherGen.cpp | 7 +++---- utils/TableGen/DAGISelMatcherOpt.cpp | 7 +++---- utils/TableGen/DFAPacketizerEmitter.cpp | 7 +++---- utils/TableGen/DisassemblerEmitter.cpp | 7 +++---- utils/TableGen/ExegesisEmitter.cpp | 7 +++---- utils/TableGen/FastISelEmitter.cpp | 7 +++---- utils/TableGen/FixedLenDecoderEmitter.cpp | 7 +++---- utils/TableGen/GlobalISelEmitter.cpp | 7 +++---- utils/TableGen/InfoByHwMode.cpp | 7 +++---- utils/TableGen/InfoByHwMode.h | 7 +++---- utils/TableGen/InstrDocsEmitter.cpp | 7 +++---- utils/TableGen/InstrInfoEmitter.cpp | 7 +++---- utils/TableGen/IntrinsicEmitter.cpp | 7 +++---- utils/TableGen/LLVMBuild.txt | 7 +++---- utils/TableGen/OptParserEmitter.cpp | 7 +++---- utils/TableGen/PredicateExpander.cpp | 7 +++---- utils/TableGen/PredicateExpander.h | 7 +++---- utils/TableGen/PseudoLoweringEmitter.cpp | 7 +++---- utils/TableGen/RISCVCompressInstEmitter.cpp | 7 +++---- utils/TableGen/RegisterBankEmitter.cpp | 7 +++---- utils/TableGen/RegisterInfoEmitter.cpp | 7 +++---- utils/TableGen/SDNodeProperties.cpp | 7 +++---- utils/TableGen/SDNodeProperties.h | 7 +++---- utils/TableGen/SearchableTableEmitter.cpp | 7 +++---- utils/TableGen/SequenceToOffsetTable.h | 7 +++---- utils/TableGen/SubtargetEmitter.cpp | 7 +++---- utils/TableGen/SubtargetFeatureInfo.cpp | 7 +++---- utils/TableGen/SubtargetFeatureInfo.h | 7 +++---- utils/TableGen/TableGen.cpp | 7 +++---- utils/TableGen/TableGenBackends.h | 7 +++---- utils/TableGen/Types.cpp | 7 +++---- utils/TableGen/Types.h | 7 +++---- utils/TableGen/WebAssemblyDisassemblerEmitter.cpp | 7 +++---- utils/TableGen/WebAssemblyDisassemblerEmitter.h | 7 +++---- utils/TableGen/X86DisassemblerShared.h | 7 +++---- utils/TableGen/X86DisassemblerTables.cpp | 7 +++---- utils/TableGen/X86DisassemblerTables.h | 7 +++---- utils/TableGen/X86EVEX2VEXTablesEmitter.cpp | 7 +++---- utils/TableGen/X86FoldTablesEmitter.cpp | 7 +++---- utils/TableGen/X86ModRMFilters.cpp | 7 +++---- utils/TableGen/X86ModRMFilters.h | 7 +++---- utils/TableGen/X86RecognizableInstr.cpp | 7 +++---- utils/TableGen/X86RecognizableInstr.h | 7 +++---- utils/TableGen/tdtags | 7 +++---- utils/count/count.c | 7 +++---- utils/countloc.sh | 7 +++---- utils/docker/build_docker_image.sh | 7 +++---- utils/docker/debian8/Dockerfile | 7 +++---- utils/docker/example/Dockerfile | 7 +++---- utils/docker/nvidia-cuda/Dockerfile | 7 +++---- utils/docker/scripts/build_install_llvm.sh | 7 +++---- utils/docker/scripts/checkout.sh | 7 +++---- utils/fpcmp/fpcmp.cpp | 7 +++---- utils/getsrcs.sh | 7 +++---- utils/git-svn/git-llvm | 7 +++---- utils/llvm-build/llvmbuild/main.py | 14 ++++++-------- utils/llvm-compilers-check | 7 +++---- utils/llvmdo | 7 +++---- utils/llvmgrep | 7 +++---- utils/not/not.cpp | 7 +++---- utils/release/export.sh | 7 +++---- utils/release/merge-git.sh | 7 +++---- utils/release/merge-request.sh | 7 +++---- utils/release/merge.sh | 7 +++---- utils/release/tag.sh | 7 +++---- utils/release/test-release.sh | 7 +++---- utils/unittest/LLVMBuild.txt | 7 +++---- utils/unittest/UnitTestMain/TestMain.cpp | 7 +++---- .../googletest/include/gtest/internal/custom/raw-ostream.h | 7 +++---- utils/yaml-bench/YAMLBench.cpp | 7 +++---- 5199 files changed, 15663 insertions(+), 20798 deletions(-)