This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a714337578b Add a proposal for a libc project under the LLVM umbrella. new 114087caa6f [llvm] Migrate llvm::make_unique to std::make_unique
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/ORCv2.rst | 16 +++--- docs/tutorial/BuildingAJIT1.rst | 6 +-- docs/tutorial/BuildingAJIT2.rst | 8 +-- .../MyFirstLanguageFrontend/LangImpl02.rst | 22 ++++---- .../MyFirstLanguageFrontend/LangImpl04.rst | 10 ++-- .../MyFirstLanguageFrontend/LangImpl05.rst | 4 +- .../MyFirstLanguageFrontend/LangImpl06.rst | 4 +- .../MyFirstLanguageFrontend/LangImpl07.rst | 2 +- .../MyFirstLanguageFrontend/LangImpl09.rst | 6 +-- examples/ExceptionDemo/ExceptionDemo.cpp | 2 +- examples/HowToUseJIT/HowToUseJIT.cpp | 2 +- examples/HowToUseLLJIT/HowToUseLLJIT.cpp | 4 +- .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 6 +-- .../Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp | 28 +++++----- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 8 +-- .../Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp | 28 +++++----- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 2 +- .../Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp | 28 +++++----- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 2 +- .../Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp | 32 ++++++------ .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 2 +- .../Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp | 38 +++++++------- examples/Kaleidoscope/Chapter2/toy.cpp | 16 +++--- examples/Kaleidoscope/Chapter3/toy.cpp | 18 +++---- examples/Kaleidoscope/Chapter4/toy.cpp | 22 ++++---- examples/Kaleidoscope/Chapter5/toy.cpp | 26 +++++----- examples/Kaleidoscope/Chapter6/toy.cpp | 28 +++++----- examples/Kaleidoscope/Chapter7/toy.cpp | 30 +++++------ examples/Kaleidoscope/Chapter8/toy.cpp | 26 +++++----- examples/Kaleidoscope/Chapter9/toy.cpp | 30 +++++------ examples/LLJITExamples/ExampleModules.h | 2 +- examples/ParallelJIT/ParallelJIT.cpp | 2 +- examples/SpeculativeJIT/SpeculativeJIT.cpp | 6 +-- include/llvm/ADT/Any.h | 4 +- include/llvm/Analysis/RegionInfoImpl.h | 2 +- include/llvm/CodeGen/GlobalISel/GISelKnownBits.h | 2 +- include/llvm/CodeGen/LiveInterval.h | 2 +- include/llvm/CodeGen/MachinePipeliner.h | 2 +- include/llvm/CodeGen/PBQP/Math.h | 12 ++--- include/llvm/CodeGen/TargetPassConfig.h | 2 +- .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 2 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 2 +- include/llvm/DebugInfo/DIContext.h | 2 +- include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 2 +- include/llvm/DebugInfo/PDB/PDBSymbol.h | 2 +- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 6 +-- include/llvm/ExecutionEngine/Orc/Core.h | 6 +-- include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 4 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 4 +- include/llvm/ExecutionEngine/Orc/LazyReexports.h | 4 +- include/llvm/ExecutionEngine/Orc/Legacy.h | 2 +- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 4 +- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 2 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 6 +-- .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 2 +- include/llvm/IR/Metadata.h | 2 +- include/llvm/IR/ModuleSummaryIndex.h | 8 +-- include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +- include/llvm/IR/PassManagerInternal.h | 2 +- include/llvm/LTO/Config.h | 2 +- include/llvm/MCA/HardwareUnits/LSUnit.h | 2 +- include/llvm/MCA/HardwareUnits/Scheduler.h | 2 +- include/llvm/ProfileData/InstrProf.h | 8 +-- include/llvm/Support/Error.h | 2 +- include/llvm/Support/GenericDomTree.h | 4 +- include/llvm/Support/GenericDomTreeConstruction.h | 8 +-- include/llvm/Support/Registry.h | 2 +- lib/Analysis/AssumptionCache.cpp | 2 +- lib/Analysis/CallGraph.cpp | 4 +- lib/Analysis/DependenceAnalysis.cpp | 8 +-- lib/Analysis/IndirectCallPromotionAnalysis.cpp | 2 +- lib/Analysis/LazyBranchProbabilityInfo.cpp | 2 +- lib/Analysis/LazyValueInfo.cpp | 2 +- lib/Analysis/LegacyDivergenceAnalysis.cpp | 2 +- lib/Analysis/LoopAccessAnalysis.cpp | 10 ++-- lib/Analysis/LoopCacheAnalysis.cpp | 2 +- lib/Analysis/MemorySSA.cpp | 14 ++--- lib/Analysis/ModuleSummaryAnalysis.cpp | 12 ++--- lib/Analysis/OptimizationRemarkEmitter.cpp | 4 +- lib/Analysis/OrderedInstructions.cpp | 2 +- lib/AsmParser/LLParser.cpp | 10 ++-- lib/AsmParser/Parser.cpp | 8 +-- lib/Bitcode/Reader/BitcodeReader.cpp | 18 +++---- lib/Bitcode/Reader/MetadataLoader.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 +-- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 8 +-- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 +-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 14 ++--- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- lib/CodeGen/CodeGenPrepare.cpp | 12 ++--- lib/CodeGen/GCMetadata.cpp | 2 +- lib/CodeGen/GlobalISel/CSEInfo.cpp | 4 +- lib/CodeGen/GlobalISel/Combiner.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 12 ++--- lib/CodeGen/GlobalISel/Legalizer.cpp | 4 +- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 8 +-- lib/CodeGen/IfConversion.cpp | 16 +++--- lib/CodeGen/InlineSpiller.cpp | 2 +- lib/CodeGen/LLVMTargetMachine.cpp | 2 +- lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp | 6 +-- lib/CodeGen/LiveDebugValues.cpp | 2 +- lib/CodeGen/LiveDebugVariables.cpp | 4 +- lib/CodeGen/MIRParser/MIRParser.cpp | 8 +-- lib/CodeGen/MachineBlockPlacement.cpp | 2 +- lib/CodeGen/MachineFunction.cpp | 2 +- lib/CodeGen/MachineInstr.cpp | 2 +- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 16 +++--- lib/CodeGen/MacroFusion.cpp | 4 +- lib/CodeGen/PseudoSourceValue.cpp | 6 +-- lib/CodeGen/RegAllocPBQP.cpp | 8 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/CodeGen/TargetPassConfig.cpp | 2 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 14 ++--- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 2 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 4 +- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 8 +-- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 4 +- lib/DebugInfo/MSF/MappedBlockStream.cpp | 6 +-- lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 28 +++++----- lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp | 2 +- lib/DebugInfo/PDB/DIA/DIASession.cpp | 36 ++++++------- .../PDB/Native/DbiModuleDescriptorBuilder.cpp | 4 +- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 4 +- .../PDB/Native/NativeEnumInjectedSources.cpp | 4 +- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 24 ++++----- lib/DebugInfo/PDB/Native/NativeSession.cpp | 10 ++-- lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 4 +- lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp | 6 +-- lib/DebugInfo/PDB/Native/PDBFile.cpp | 18 +++---- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 12 ++--- lib/DebugInfo/PDB/Native/TpiStream.cpp | 2 +- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/PDBSymbolFunc.cpp | 2 +- lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp | 2 +- lib/DebugInfo/PDB/UDTLayout.cpp | 12 ++--- lib/ExecutionEngine/ExecutionEngine.cpp | 4 +- lib/ExecutionEngine/JITLink/JITLinkGeneric.h | 2 +- .../JITLink/MachOAtomGraphBuilder.cpp | 2 +- .../OProfileJIT/OProfileJITEventListener.cpp | 2 +- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 6 +-- lib/ExecutionEngine/Orc/CompileUtils.cpp | 2 +- lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 2 +- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 18 +++---- lib/ExecutionEngine/Orc/LLJIT.cpp | 14 ++--- lib/ExecutionEngine/Orc/Layer.cpp | 2 +- lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 2 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +-- lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 2 +- .../PerfJITEvents/PerfJITEventListener.cpp | 2 +- .../RuntimeDyld/RuntimeDyldCOFF.cpp | 8 +-- .../RuntimeDyld/RuntimeDyldChecker.cpp | 2 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 6 +-- .../RuntimeDyld/RuntimeDyldMachO.cpp | 10 ++-- lib/FuzzMutate/FuzzerCLI.cpp | 2 +- lib/IR/AsmWriter.cpp | 4 +- lib/IR/Function.cpp | 2 +- lib/IR/LLVMContextImpl.cpp | 2 +- lib/IR/RemarkStreamer.cpp | 4 +- lib/IR/Verifier.cpp | 2 +- lib/LTO/Caching.cpp | 4 +- lib/LTO/LTO.cpp | 10 ++-- lib/LTO/LTOBackend.cpp | 4 +- lib/LTO/LTOCodeGenerator.cpp | 4 +- lib/LTO/ThinLTOCodeGenerator.cpp | 6 +-- lib/MC/ELFObjectWriter.cpp | 4 +- lib/MC/MCAsmStreamer.cpp | 2 +- lib/MC/MCObjectStreamer.cpp | 2 +- lib/MC/MCParser/DarwinAsmParser.cpp | 2 +- lib/MC/MCStreamer.cpp | 4 +- lib/MC/MachObjectWriter.cpp | 2 +- lib/MC/WasmObjectWriter.cpp | 6 +-- lib/MC/WinCOFFObjectWriter.cpp | 6 +-- lib/MC/XCOFFObjectWriter.cpp | 2 +- lib/MCA/Context.cpp | 20 ++++---- lib/MCA/HardwareUnits/ResourceManager.cpp | 4 +- lib/MCA/HardwareUnits/Scheduler.cpp | 2 +- lib/MCA/InstrBuilder.cpp | 4 +- lib/MCA/Stages/EntryStage.cpp | 2 +- lib/Object/ELFObjectFile.cpp | 2 +- lib/Object/MachOObjectFile.cpp | 4 +- lib/Object/WasmObjectFile.cpp | 2 +- lib/Object/XCOFFObjectFile.cpp | 2 +- lib/ObjectYAML/ELFEmitter.cpp | 4 +- lib/ObjectYAML/MinidumpYAML.cpp | 24 ++++----- lib/Option/ArgList.cpp | 8 +-- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 6 +-- lib/ProfileData/GCOV.cpp | 12 ++--- lib/ProfileData/InstrProfReader.cpp | 14 ++--- lib/ProfileData/ProfileSummaryBuilder.cpp | 4 +- lib/ProfileData/SampleProfReader.cpp | 4 +- lib/Remarks/BitstreamRemarkSerializer.cpp | 2 +- lib/Remarks/RemarkParser.cpp | 4 +- lib/Remarks/RemarkSerializer.cpp | 10 ++-- lib/Remarks/YAMLRemarkParser.cpp | 6 +-- lib/Remarks/YAMLRemarkSerializer.cpp | 4 +- lib/Support/CodeGenCoverage.cpp | 2 +- lib/Support/Error.cpp | 2 +- lib/Support/FileCheck.cpp | 12 ++--- lib/Support/FileOutputBuffer.cpp | 6 +-- lib/Support/JSON.cpp | 2 +- lib/Support/SpecialCaseList.cpp | 4 +- lib/Support/Timer.cpp | 8 +-- lib/Support/Unix/Path.inc | 2 +- lib/Support/VirtualFileSystem.cpp | 16 +++--- lib/Support/YAMLTraits.cpp | 10 ++-- lib/Support/Z3Solver.cpp | 2 +- lib/TableGen/Record.cpp | 2 +- lib/TableGen/SetTheory.cpp | 22 ++++---- lib/TableGen/TGLexer.cpp | 4 +- lib/TableGen/TGParser.cpp | 18 +++---- lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 4 +- lib/Target/AArch64/AArch64Subtarget.cpp | 2 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 8 +-- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 30 +++++------ .../MCTargetDesc/AArch64ELFObjectWriter.cpp | 2 +- .../MCTargetDesc/AArch64MachObjectWriter.cpp | 2 +- .../MCTargetDesc/AArch64WinCOFFObjectWriter.cpp | 2 +- lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h | 2 +- lib/Target/AMDGPU/AMDGPULibFunc.cpp | 4 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 4 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 ++-- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 8 +-- lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 2 +- .../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 2 +- lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 6 +-- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 6 +-- lib/Target/AMDGPU/SIMachineScheduler.cpp | 4 +- lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 6 +-- lib/Target/AMDGPU/SIModeRegister.cpp | 2 +- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 14 ++--- lib/Target/ARC/ARCTargetMachine.cpp | 2 +- lib/Target/ARM/ARMParallelDSP.cpp | 4 +- lib/Target/ARM/ARMTargetMachine.cpp | 8 +-- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 60 +++++++++++----------- lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 2 +- .../ARM/MCTargetDesc/ARMMachObjectWriter.cpp | 2 +- .../ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 2 +- lib/Target/AVR/AVRTargetMachine.cpp | 2 +- lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 8 +-- lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 2 +- lib/Target/BPF/AsmParser/BPFAsmParser.cpp | 6 +-- lib/Target/BPF/BPFTargetMachine.cpp | 2 +- lib/Target/BPF/BTFDebug.cpp | 30 +++++------ lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 2 +- lib/Target/Hexagon/HexagonSubtarget.cpp | 10 ++-- lib/Target/Hexagon/HexagonTargetMachine.cpp | 12 ++--- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 6 +-- .../MCTargetDesc/HexagonELFObjectWriter.cpp | 2 +- lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 6 +-- .../Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp | 2 +- lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp | 12 ++--- .../MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp | 2 +- lib/Target/MSP430/MSP430TargetMachine.cpp | 2 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 16 +++--- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 +- lib/Target/Mips/MipsTargetMachine.cpp | 4 +- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 2 +- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 10 ++-- .../PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp | 2 +- .../PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp | 2 +- .../PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp | 2 +- lib/Target/PowerPC/PPCTargetMachine.cpp | 16 +++--- lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 8 +-- .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 2 +- lib/Target/RISCV/RISCVTargetMachine.cpp | 2 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 8 +-- .../Sparc/MCTargetDesc/SparcELFObjectWriter.cpp | 2 +- lib/Target/Sparc/SparcTargetMachine.cpp | 4 +- lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 12 ++--- .../SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 2 +- lib/Target/SystemZ/SystemZTargetMachine.cpp | 4 +- .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 24 ++++----- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyCFGSort.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 4 +- .../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 2 +- .../WebAssembly/WebAssemblyTargetMachine.cpp | 2 +- lib/Target/X86/AsmParser/X86Operand.h | 14 ++--- lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 2 +- .../X86/MCTargetDesc/X86MachObjectWriter.cpp | 2 +- .../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 2 +- .../X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp | 2 +- lib/Target/X86/X86CondBrFolding.cpp | 2 +- lib/Target/X86/X86TargetMachine.cpp | 18 +++---- lib/Target/XCore/XCoreTargetMachine.cpp | 2 +- lib/Transforms/Coroutines/CoroCleanup.cpp | 2 +- lib/Transforms/Coroutines/CoroEarly.cpp | 2 +- lib/Transforms/Coroutines/CoroElide.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 2 +- lib/Transforms/IPO/HotColdSplitting.cpp | 4 +- lib/Transforms/IPO/Inliner.cpp | 2 +- lib/Transforms/IPO/PartialInlining.cpp | 8 +-- lib/Transforms/IPO/SCCP.cpp | 4 +- lib/Transforms/IPO/SampleProfile.cpp | 2 +- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- lib/Transforms/Instrumentation/CFGMST.h | 4 +- .../Instrumentation/ControlHeightReduction.cpp | 2 +- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 2 +- .../Instrumentation/HWAddressSanitizer.cpp | 2 +- .../Instrumentation/IndirectCallPromotion.cpp | 2 +- .../Instrumentation/PGOInstrumentation.cpp | 4 +- lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 2 +- lib/Transforms/Scalar/EarlyCSE.cpp | 2 +- lib/Transforms/Scalar/GVNHoist.cpp | 2 +- lib/Transforms/Scalar/LICM.cpp | 6 +-- lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- lib/Transforms/Scalar/NewGVN.cpp | 2 +- lib/Transforms/Utils/CloneModule.cpp | 2 +- lib/Transforms/Utils/Evaluator.cpp | 2 +- .../Utils/ImportedFunctionsInliningStatistics.cpp | 2 +- lib/Transforms/Utils/LoopSimplify.cpp | 4 +- lib/Transforms/Utils/PredicateInfo.cpp | 6 +-- lib/Transforms/Utils/SymbolRewriter.cpp | 12 ++--- lib/Transforms/Vectorize/LoopVectorize.cpp | 6 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 6 +-- lib/WindowsManifest/WindowsManifestMerger.cpp | 2 +- lib/XRay/FDRRecordProducer.cpp | 24 ++++----- tools/dsymutil/DwarfLinker.cpp | 8 +-- tools/dsymutil/DwarfStreamer.cpp | 2 +- tools/dsymutil/MachODebugMapParser.cpp | 2 +- tools/dsymutil/MachOUtils.cpp | 2 +- tools/gold/gold-plugin.cpp | 12 ++--- tools/llc/llc.cpp | 8 +-- tools/lli/lli.cpp | 6 +-- tools/llvm-cov/CodeCoverage.cpp | 24 ++++----- tools/llvm-cov/SourceCoverageView.cpp | 8 +-- tools/llvm-dis/llvm-dis.cpp | 2 +- tools/llvm-elfabi/ELFObjHandler.cpp | 2 +- tools/llvm-exegesis/lib/Analysis.cpp | 2 +- tools/llvm-exegesis/lib/Assembler.cpp | 14 ++--- tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 2 +- tools/llvm-exegesis/lib/BenchmarkRunner.h | 2 +- tools/llvm-exegesis/lib/Target.cpp | 8 +-- tools/llvm-exegesis/lib/X86/Target.cpp | 4 +- tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 2 +- tools/llvm-jitlink/llvm-jitlink.cpp | 6 +-- tools/llvm-link/llvm-link.cpp | 4 +- tools/llvm-lto/llvm-lto.cpp | 6 +-- tools/llvm-lto2/llvm-lto2.cpp | 4 +- .../llvm-mc-assemble-fuzzer.cpp | 6 +-- tools/llvm-mc/llvm-mc.cpp | 6 +-- tools/llvm-mca/CodeRegion.cpp | 6 +-- tools/llvm-mca/llvm-mca.cpp | 30 +++++------ tools/llvm-objcopy/COFF/Reader.cpp | 2 +- tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 12 ++--- tools/llvm-objcopy/ELF/Object.cpp | 10 ++-- tools/llvm-objcopy/ELF/Object.h | 6 +-- tools/llvm-objcopy/MachO/MachOReader.cpp | 4 +- tools/llvm-objdump/MachODump.cpp | 8 +-- tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 6 +-- tools/llvm-pdbutil/BytesOutputStyle.cpp | 2 +- tools/llvm-pdbutil/DumpOutputStyle.cpp | 2 +- tools/llvm-pdbutil/ExplainOutputStyle.cpp | 2 +- tools/llvm-pdbutil/InputFile.cpp | 6 +-- tools/llvm-pdbutil/PrettyTypeDumper.cpp | 4 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 10 ++-- tools/llvm-profdata/llvm-profdata.cpp | 4 +- tools/llvm-rc/ResourceScriptParser.cpp | 48 ++++++++--------- tools/llvm-rc/ResourceScriptStmt.h | 2 +- tools/llvm-rc/llvm-rc.cpp | 4 +- tools/llvm-readobj/COFFDumper.cpp | 2 +- tools/llvm-rtdyld/llvm-rtdyld.cpp | 2 +- tools/llvm-stress/llvm-stress.cpp | 2 +- tools/lto/lto.cpp | 8 +-- tools/obj2yaml/elf2yaml.cpp | 22 ++++---- tools/obj2yaml/macho2yaml.cpp | 2 +- tools/obj2yaml/wasm2yaml.cpp | 40 +++++++-------- tools/opt/opt.cpp | 4 +- tools/sancov/sancov.cpp | 8 +-- unittests/ADT/FunctionRefTest.cpp | 2 +- unittests/ADT/IteratorTest.cpp | 16 +++--- unittests/ADT/MakeUniqueTest.cpp | 26 +++++----- unittests/ADT/MapVectorTest.cpp | 8 +-- unittests/ADT/STLExtrasTest.cpp | 2 +- unittests/Analysis/MemorySSATest.cpp | 8 +-- unittests/CodeGen/AArch64SelectionDAGTest.cpp | 4 +- unittests/CodeGen/GlobalISel/CSETest.cpp | 4 +- unittests/CodeGen/GlobalISel/GISelMITest.h | 2 +- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 2 +- unittests/CodeGen/MachineInstrTest.cpp | 4 +- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 4 +- .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 4 +- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 8 +-- unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +- unittests/ExecutionEngine/ExecutionEngineTest.cpp | 2 +- .../ExecutionEngine/JITLink/JITLinkTestCommon.cpp | 6 +-- .../ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp | 2 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 52 +++++++++---------- .../Orc/LazyCallThroughAndReexportsTest.cpp | 2 +- .../Orc/LegacyCompileOnDemandLayerTest.cpp | 4 +- .../Orc/LegacyRTDyldObjectLinkingLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/QueueChannel.h | 4 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 12 ++--- .../ExecutionEngine/Orc/ThreadSafeModuleTest.cpp | 28 +++++----- unittests/FuzzMutate/StrategiesTest.cpp | 10 ++-- unittests/IR/CFGBuilder.cpp | 4 +- unittests/IR/MetadataTest.cpp | 6 +-- unittests/IR/TimePassesTest.cpp | 2 +- unittests/Linker/LinkModulesTest.cpp | 4 +- unittests/MC/DwarfLineTables.cpp | 2 +- unittests/ProfileData/CoverageMappingTest.cpp | 4 +- unittests/ProfileData/InstrProfTest.cpp | 2 +- unittests/Support/BinaryStreamTest.cpp | 16 +++--- unittests/Support/Casting.cpp | 6 +-- unittests/Support/FileCheckTest.cpp | 12 ++--- unittests/Support/Host.cpp | 2 +- unittests/Support/TrigramIndexTest.cpp | 2 +- unittests/Support/YAMLIOTest.cpp | 20 ++++---- unittests/Target/AArch64/InstSizes.cpp | 2 +- unittests/Transforms/Utils/ValueMapperTest.cpp | 4 +- unittests/Transforms/Vectorize/VPlanTestBase.h | 4 +- unittests/XRay/FDRProducerConsumerTest.cpp | 24 ++++----- unittests/XRay/FDRRecordPrinterTest.cpp | 18 +++---- utils/TableGen/AsmMatcherEmitter.cpp | 8 +-- utils/TableGen/CodeGenDAGPatterns.cpp | 2 +- utils/TableGen/CodeGenRegisters.cpp | 4 +- utils/TableGen/CodeGenSchedule.cpp | 4 +- utils/TableGen/CodeGenTarget.cpp | 6 +-- utils/TableGen/DAGISelEmitter.cpp | 2 +- utils/TableGen/FixedLenDecoderEmitter.cpp | 4 +- utils/TableGen/GlobalISelEmitter.cpp | 14 ++--- utils/TableGen/SearchableTableEmitter.cpp | 14 ++--- utils/TableGen/X86DisassemblerTables.cpp | 2 +- utils/TableGen/X86RecognizableInstr.cpp | 12 ++--- 430 files changed, 1472 insertions(+), 1472 deletions(-)