Branch: refs/heads/main
Revision: 7c41c0d
Author: daviditen
Link: Upgrade third-party llvm to llvm-12 by daviditen · Pull Request #18706 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #18706 from daviditen/upgrade-llvm-12
Upgrade third-party llvm to llvm-12
[reviewed by @ronawho]
Update our bundled LLVM to LLVM-12. Update a build script to allow either 12 or 11.
Update some of our usage of LLVM in the compiler to fix some breaking changes between versions.
Update a test whose debug output changed slightly between LLVM versions.
This has been running in the performance playground and hasn't found any significant performance differences.
Modified Files:
A third-party/llvm/llvm-src/cmake/modules/GetLibraryName.cmake
A third-party/llvm/llvm-src/cmake/modules/LLVM-Build.cmake
A third-party/llvm/llvm-src/cmake/unwind.h
A third-party/llvm/llvm-src/docs/AMDGPU/gfx1011_src32_2.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx1011_src32_3.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_4.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_5.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_6.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx7_dst_buf_32.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx8_dst_buf_32.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_4.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_5.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_6.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_7.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx906_src32_3.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx906_src32_4.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_4.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_5.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_4.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_5.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_6.rst
A third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_7.rst
A third-party/llvm/llvm-src/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
A third-party/llvm/llvm-src/docs/CommandGuide/llvm-install-name-tool.rst
A third-party/llvm/llvm-src/docs/CommandGuide/llvm-libtool-darwin.rst
A third-party/llvm/llvm-src/docs/CommandGuide/llvm-profgen.rst
A third-party/llvm/llvm-src/docs/SupportPolicy.rst
A third-party/llvm/llvm-src/docs/TableGen/BackGuide.rst
A third-party/llvm/llvm-src/docs/TableGen/ProgRef.rst
A third-party/llvm/llvm-src/docs/WritingAnLLVMNewPMPass.rst
A third-party/llvm/llvm-src/docs/epilogue-vectorization-cfg.png
A third-party/llvm/llvm-src/docs/loop-guard.svg
A third-party/llvm/llvm-src/docs/loop-irreducible.svg
A third-party/llvm/llvm-src/docs/loop-merge.svg
A third-party/llvm/llvm-src/docs/loop-nested.svg
A third-party/llvm/llvm-src/docs/loop-nonmaximal.svg
A third-party/llvm/llvm-src/docs/loop-separate.svg
A third-party/llvm/llvm-src/docs/loop-single.svg
A third-party/llvm/llvm-src/docs/loop-terminology.svg
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithTargetProcessControl/CMakeLists.txt
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithTargetProcessControl/LLJITWithTargetProcessControl.cpp
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
A third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp
A third-party/llvm/llvm-src/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/CMakeLists.txt
A third-party/llvm/llvm-src/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/OrcV2CBindingsRemovableCode.c
A third-party/llvm/llvm-src/include/llvm-c/LLJIT.h
A third-party/llvm/llvm-src/include/llvm-c/OrcEE.h
A third-party/llvm/llvm-src/include/llvm/ADT/APFixedPoint.h
A third-party/llvm/llvm-src/include/llvm/Analysis/ConstraintSystem.h
A third-party/llvm/llvm-src/include/llvm/Analysis/DDGPrinter.h
A third-party/llvm/llvm-src/include/llvm/Analysis/Delinearization.h
A third-party/llvm/llvm-src/include/llvm/Analysis/FunctionPropertiesAnalysis.h
A third-party/llvm/llvm-src/include/llvm/Analysis/IRSimilarityIdentifier.h
A third-party/llvm/llvm-src/include/llvm/Analysis/InstCount.h
A third-party/llvm/llvm-src/include/llvm/Analysis/MemDerefPrinter.h
A third-party/llvm/llvm-src/include/llvm/Analysis/ModuleDebugInfoPrinter.h
A third-party/llvm/llvm-src/include/llvm/Analysis/ReplayInlineAdvisor.h
A third-party/llvm/llvm-src/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h
A third-party/llvm/llvm-src/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
A third-party/llvm/llvm-src/include/llvm/BinaryFormat/WasmTraits.h
A third-party/llvm/llvm-src/include/llvm/Bitcode/BitcodeCommon.h
A third-party/llvm/llvm-src/include/llvm/Bitcode/BitcodeConvenience.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/BasicBlockSectionUtils.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/CodeGenPassBuilder.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/MachinePassManager.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/MachinePassRegistry.def
A third-party/llvm/llvm-src/include/llvm/CodeGen/MachineStableHash.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/MultiHazardRecognizer.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/StableHashing.h
A third-party/llvm/llvm-src/include/llvm/CodeGen/TileShapeInfo.h
A third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h
A third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/OrcRPCTargetProcessControl.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/FDRawByteChannel.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/RPCUtils.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/Serialization.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TPCEHFrameRegistrar.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TargetProcess/OrcRPCTPCServer.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h
A third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
A third-party/llvm/llvm-src/include/llvm/FileCheck/FileCheck.h
A third-party/llvm/llvm-src/include/llvm/IR/Assumptions.h
A third-party/llvm/llvm-src/include/llvm/IR/FixedPointBuilder.h
A third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsVE.td
A third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsVEVL.gen.td
A third-party/llvm/llvm-src/include/llvm/IR/PrintPasses.h
A third-party/llvm/llvm-src/include/llvm/IR/PseudoProbe.h
A third-party/llvm/llvm-src/include/llvm/IR/ReplaceConstant.h
A third-party/llvm/llvm-src/include/llvm/IR/StructuralHash.h
A third-party/llvm/llvm-src/include/llvm/InterfaceStub/ELFObjHandler.h
A third-party/llvm/llvm-src/include/llvm/InterfaceStub/ELFStub.h
A third-party/llvm/llvm-src/include/llvm/InterfaceStub/TBEHandler.h
A third-party/llvm/llvm-src/include/llvm/MC/MCPseudoProbe.h
A third-party/llvm/llvm-src/include/llvm/Object/MachOUniversalWriter.h
A third-party/llvm/llvm-src/include/llvm/ObjectYAML/ArchiveYAML.h
A third-party/llvm/llvm-src/include/llvm/Remarks/HotnessThresholdParser.h
A third-party/llvm/llvm-src/include/llvm/Support/ExitCodes.h
A third-party/llvm/llvm-src/include/llvm/Support/FileSystem/UniqueID.h
A third-party/llvm/llvm-src/include/llvm/Support/InstructionCost.h
A third-party/llvm/llvm-src/include/llvm/Support/MemoryBufferRef.h
A third-party/llvm/llvm-src/include/llvm/TableGen/DirectiveEmitter.h
A third-party/llvm/llvm-src/include/llvm/Target/CGPassBuilderOption.h
A third-party/llvm/llvm-src/include/llvm/Transforms/HelloNew/HelloWorld.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/Annotation2Metadata.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/BlockExtractor.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/IROutliner.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/LoopExtractor.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/SampleContextTracker.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/SampleProfileProbe.h
A third-party/llvm/llvm-src/include/llvm/Transforms/IPO/StripSymbols.h
A third-party/llvm/llvm-src/include/llvm/Transforms/InstCombine/InstCombiner.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/MemProfiler.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/AnnotationRemarks.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/ConstraintElimination.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/InferAddressSpaces.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopFlatten.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopInterchange.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopReroll.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopVersioningLICM.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/Reg2Mem.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/StructurizeCFG.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/FixIrreducible.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/InstructionNamer.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/LoopPeel.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/LowerSwitch.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/MatrixUtils.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/MetaRenamer.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/StripGCRelocates.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h
A third-party/llvm/llvm-src/include/llvm/Transforms/Utils/UnifyLoopExits.h
A third-party/llvm/llvm-src/lib/Analysis/ConstraintSystem.cpp
A third-party/llvm/llvm-src/lib/Analysis/DDGPrinter.cpp
A third-party/llvm/llvm-src/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
A third-party/llvm/llvm-src/lib/Analysis/FunctionPropertiesAnalysis.cpp
A third-party/llvm/llvm-src/lib/Analysis/IRSimilarityIdentifier.cpp
A third-party/llvm/llvm-src/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
A third-party/llvm/llvm-src/lib/Analysis/ReplayInlineAdvisor.cpp
A third-party/llvm/llvm-src/lib/Analysis/models/inliner/README.txt
A third-party/llvm/llvm-src/lib/Analysis/models/inliner/output_spec.json
A third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AIXException.cpp
A third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
A third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/PseudoProbePrinter.h
A third-party/llvm/llvm-src/lib/CodeGen/BasicBlockSections.cpp
A third-party/llvm/llvm-src/lib/CodeGen/CodeGenPassBuilder.cpp
A third-party/llvm/llvm-src/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
A third-party/llvm/llvm-src/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp
A third-party/llvm/llvm-src/lib/CodeGen/LiveDebugValues/LiveDebugValues.h
A third-party/llvm/llvm-src/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
A third-party/llvm/llvm-src/lib/CodeGen/MachineCheckDebugify.cpp
A third-party/llvm/llvm-src/lib/CodeGen/MachineFunctionSplitter.cpp
A third-party/llvm/llvm-src/lib/CodeGen/MachinePassManager.cpp
A third-party/llvm/llvm-src/lib/CodeGen/MachineStableHash.cpp
A third-party/llvm/llvm-src/lib/CodeGen/MultiHazardRecognizer.cpp
A third-party/llvm/llvm-src/lib/CodeGen/PseudoProbeInserter.cpp
A third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp
A third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Shared/OrcError.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Shared/RPCError.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TPCEHFrameRegistrar.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.cpp
A third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
A third-party/llvm/llvm-src/lib/FileCheck/CMakeLists.txt
A third-party/llvm/llvm-src/lib/FileCheck/FileCheck.cpp
A third-party/llvm/llvm-src/lib/FileCheck/FileCheckImpl.h
A third-party/llvm/llvm-src/lib/IR/Assumptions.cpp
A third-party/llvm/llvm-src/lib/IR/PrintPasses.cpp
A third-party/llvm/llvm-src/lib/IR/PseudoProbe.cpp
A third-party/llvm/llvm-src/lib/IR/ReplaceConstant.cpp
A third-party/llvm/llvm-src/lib/IR/StructuralHash.cpp
A third-party/llvm/llvm-src/lib/InterfaceStub/CMakeLists.txt
A third-party/llvm/llvm-src/lib/InterfaceStub/ELFObjHandler.cpp
A third-party/llvm/llvm-src/lib/InterfaceStub/ELFStub.cpp
A third-party/llvm/llvm-src/lib/InterfaceStub/TBEHandler.cpp
A third-party/llvm/llvm-src/lib/MC/MCPseudoProbe.cpp
A third-party/llvm/llvm-src/lib/Object/MachOUniversalWriter.cpp
A third-party/llvm/llvm-src/lib/ObjectYAML/ArchiveEmitter.cpp
A third-party/llvm/llvm-src/lib/ObjectYAML/ArchiveYAML.cpp
A third-party/llvm/llvm-src/lib/Support/APFixedPoint.cpp
A third-party/llvm/llvm-src/lib/Support/InstructionCost.cpp
A third-party/llvm/llvm-src/lib/Support/MemoryBufferRef.cpp
A third-party/llvm/llvm-src/lib/TableGen/DetailedRecordsBackend.cpp
A third-party/llvm/llvm-src/lib/TableGen/TableGenBackendSkeleton.cpp
A third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SchedA55.td
A third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SchedA64FX.td
A third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SchedTSV110.td
A third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.h
A third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
A third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp
A third-party/llvm/llvm-src/lib/Target/AArch64/GISel/select-saddo.mir
A third-party/llvm/llvm-src/lib/Target/AArch64/GISel/select-ssubo.mir
A third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
A third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
A third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp
A third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMIRFormatter.h
A third-party/llvm/llvm-src/lib/Target/AMDGPU/EXPInstructions.td
A third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNSubtarget.h
A third-party/llvm/llvm-src/lib/Target/AMDGPU/InstCombineTables.td
A third-party/llvm/llvm-src/lib/Target/AMDGPU/R600Subtarget.h
A third-party/llvm/llvm-src/lib/Target/AMDGPU/SIProgramInfo.cpp
A third-party/llvm/llvm-src/lib/Target/ARM/ARMBlockPlacement.cpp
A third-party/llvm/llvm-src/lib/Target/ARM/ARMSLSHardening.cpp
A third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleM7.td
A third-party/llvm/llvm-src/lib/Target/ARM/MVETailPredUtils.h
A third-party/llvm/llvm-src/lib/Target/BPF/BPFAdjustOpt.cpp
A third-party/llvm/llvm-src/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
A third-party/llvm/llvm-src/lib/Target/BPF/BPFTargetTransformInfo.h
A third-party/llvm/llvm-src/lib/Target/CSKY/CMakeLists.txt
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKY.td
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKYInstrFormats.td
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKYInstrInfo.td
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKYRegisterInfo.td
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKYTargetMachine.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/CSKYTargetMachine.h
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CMakeLists.txt
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYELFObjectWriter.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.h
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.h
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.h
A third-party/llvm/llvm-src/lib/Target/CSKY/TargetInfo/CMakeLists.txt
A third-party/llvm/llvm-src/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp
A third-party/llvm/llvm-src/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h
A third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonLoopIdiomRecognition.h
A third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonVectorCombine.cpp
A third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.h
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCCallLowering.h
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
A third-party/llvm/llvm-src/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
A third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
A third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
A third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
A third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVCleanupVSETVLI.cpp
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoZfh.td
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSchedRocket.td
A third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSchedSiFive7.td
A third-party/llvm/llvm-src/lib/Target/VE/LVLGen.cpp
A third-party/llvm/llvm-src/lib/Target/VE/VEInstrBuilder.h
A third-party/llvm/llvm-src/lib/Target/VE/VEInstrIntrinsicVL.gen.td
A third-party/llvm/llvm-src/lib/Target/VE/VEInstrIntrinsicVL.td
A third-party/llvm/llvm-src/lib/Target/VE/VEInstrPatternsVec.td
A third-party/llvm/llvm-src/lib/Target/VE/VEInstrVec.td
A third-party/llvm/llvm-src/lib/Target/VE/VVPInstrInfo.td
A third-party/llvm/llvm-src/lib/Target/VE/VVPInstrPatternsVec.td
A third-party/llvm/llvm-src/lib/Target/VE/VVPNodes.def
A third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrTable.td
A third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblySortRegion.cpp
A third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblySortRegion.h
A third-party/llvm/llvm-src/lib/Target/X86/X86InstCombineIntrinsic.cpp
A third-party/llvm/llvm-src/lib/Target/X86/X86InstrKL.td
A third-party/llvm/llvm-src/lib/Target/X86/X86InstrSNP.td
A third-party/llvm/llvm-src/lib/Target/X86/X86InstrTDX.td
A third-party/llvm/llvm-src/lib/Target/X86/X86LowerAMXType.cpp
A third-party/llvm/llvm-src/lib/Target/X86/X86PreTileConfig.cpp
R third-party/llvm/llvm-src/LLVMBuild.txt
R third-party/llvm/llvm-src/bindings/LLVMBuild.txt
R third-party/llvm/llvm-src/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
R third-party/llvm/llvm-src/docs/CommandGuide/llvm-build.rst
R third-party/llvm/llvm-src/docs/LLVMBuild.rst
R third-party/llvm/llvm-src/docs/LLVMBuild.txt
R third-party/llvm/llvm-src/docs/TableGen/Deficiencies.rst
R third-party/llvm/llvm-src/docs/TableGen/LangIntro.rst
R third-party/llvm/llvm-src/docs/TableGen/LangRef.rst
R third-party/llvm/llvm-src/docs/tutorial/BuildingAJIT5.rst
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/CMakeLists.txt
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp
R third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
R third-party/llvm/llvm-src/examples/LLVMBuild.txt
R third-party/llvm/llvm-src/examples/ThinLtoJIT/CMakeLists.txt
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoDiscoveryThread.cpp
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoDiscoveryThread.h
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoJIT.cpp
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoJIT.h
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
R third-party/llvm/llvm-src/examples/ThinLtoJIT/ThinLtoModuleIndex.h
R third-party/llvm/llvm-src/examples/ThinLtoJIT/bench
R third-party/llvm/llvm-src/examples/ThinLtoJIT/main.cpp
R third-party/llvm/llvm-src/include/llvm-c/LinkTimeOptimizer.h
R third-party/llvm/llvm-src/include/llvm-c/OrcBindings.h
R third-party/llvm/llvm-src/include/llvm/Analysis/InlineFeaturesAnalysis.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Legacy.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/NullResolver.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/OrcError.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
R third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
R third-party/llvm/llvm-src/include/llvm/Object/WasmTraits.h
R third-party/llvm/llvm-src/include/llvm/Support/FileCheck.h
R third-party/llvm/llvm-src/include/llvm/TextAPI/ELF/ELFStub.h
R third-party/llvm/llvm-src/include/llvm/TextAPI/ELF/TBEHandler.h
R third-party/llvm/llvm-src/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
R third-party/llvm/llvm-src/include/llvm/Transforms/Utils/MisExpect.h
R third-party/llvm/llvm-src/lib/Analysis/InlineFeaturesAnalysis.cpp
R third-party/llvm/llvm-src/lib/Analysis/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/BinaryFormat/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Bitcode/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Bitcode/Reader/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Bitcode/Writer/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Bitstream/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Bitstream/Reader/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/CodeGen/BBSectionsPrepare.cpp
R third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/CodeGen/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/CodeGen/LiveDebugValues.cpp
R third-party/llvm/llvm-src/lib/CodeGen/MIRParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DWARFLinker/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/CodeView/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/DWARF/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/GSYM/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/MSF/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/PDB/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Demangle/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/Interpreter/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/MCJIT/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Legacy.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/NullResolver.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/OrcCBindings.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
R third-party/llvm/llvm-src/lib/ExecutionEngine/OrcError/CMakeLists.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/OrcError/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/OrcError/OrcError.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/OrcError/RPCError.cpp
R third-party/llvm/llvm-src/lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Extensions/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Frontend/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Frontend/OpenMP/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/FuzzMutate/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/IR/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/IRReader/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/LTO/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/LineEditor/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Linker/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/MC/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/MC/MCDisassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/MC/MCParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/MCA/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Object/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ObjectYAML/DWARFVisitor.cpp
R third-party/llvm/llvm-src/lib/ObjectYAML/DWARFVisitor.h
R third-party/llvm/llvm-src/lib/ObjectYAML/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Option/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Passes/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ProfileData/Coverage/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/ProfileData/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Remarks/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Support/FileCheck.cpp
R third-party/llvm/llvm-src/lib/Support/FileCheckImpl.h
R third-party/llvm/llvm-src/lib/Support/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/TableGen/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/AArch64StackOffset.h
R third-party/llvm/llvm-src/lib/Target/AArch64/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AArch64/Utils/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInline.cpp
R third-party/llvm/llvm-src/lib/Target/AMDGPU/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFixupVectorISel.cpp
R third-party/llvm/llvm-src/lib/Target/AMDGPU/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARC/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARC/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARC/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARC/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/ARM/Utils/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AVR/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AVR/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AVR/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/AVR/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/BPF/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/BPF/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/BPF/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/BPF/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Hexagon/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Hexagon/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Hexagon/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Lanai/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Lanai/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Lanai/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Lanai/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Lanai/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/MSP430/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/MSP430/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/MSP430/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/MSP430/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Mips/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Mips/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Mips/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Mips/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/NVPTX/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/NVPTX/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/PowerPC/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/PowerPC/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/PowerPC/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrQPX.td
R third-party/llvm/llvm-src/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
R third-party/llvm/llvm-src/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSchedRocket32.td
R third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSchedRocket64.td
R third-party/llvm/llvm-src/lib/Target/RISCV/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/CMakeLists.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/RISCVBaseInfo.h
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/RISCVMatInt.cpp
R third-party/llvm/llvm-src/lib/Target/RISCV/Utils/RISCVMatInt.h
R third-party/llvm/llvm-src/lib/Target/Sparc/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Sparc/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Sparc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/Sparc/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/SystemZ/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/SystemZ/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/SystemZ/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/SystemZ/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/VE/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/VE/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/VE/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/VE/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/VE/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/WebAssembly/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/WebAssembly/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/WebAssembly/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/WebAssembly/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/AsmParser/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/Disassembler/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/TargetInfo/LLVMBuild.txt
R third-party/llvm/llvm-src/lib/Target/X86/X86CondBrFolding.cpp
R third-party/llvm/llvm-src/lib/TextAPI/ELF/ELFStub.cpp
R third-party/llvm/llvm-src/lib/TextAPI/ELF/TBEHandler.cpp
R third-party/llvm/llvm-src/lib/Transforms/InstCombine/InstCombineTables.td
R third-party/llvm/llvm-src/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
R third-party/llvm/llvm-src/tools/clang/include/clang/Basic/FixedPoint.h
R third-party/llvm/llvm-src/tools/clang/lib/Basic/FixedPoint.cpp
R third-party/llvm/llvm-src/tools/clang/lib/Frontend/FrontendTiming.cpp
R third-party/llvm/llvm-src/tools/llvm-elfabi/ELFObjHandler.h
M compiler/llvm/clangUtil.cpp
M doc/rst/usingchapel/prereqs.rst
M test/llvm/abi/x86-64/SKIPIF
M test/llvm/abi/x86-64/export-vs-c.good
M third-party/llvm/README
M third-party/llvm/llvm-src/CMakeLists.txt
M third-party/llvm/llvm-src/CODE_OWNERS.TXT
M third-party/llvm/llvm-src/CREDITS.TXT
M third-party/llvm/llvm-src/bindings/go/llvm/IRBindings.cpp
M third-party/llvm/llvm-src/bindings/go/llvm/InstrumentationBindings.cpp
M third-party/llvm/llvm-src/bindings/go/llvm/executionengine_test.go
M third-party/llvm/llvm-src/bindings/go/llvm/ir_test.go
M third-party/llvm/llvm-src/bindings/go/llvm/transforms_ipo.go
M third-party/llvm/llvm-src/bindings/go/llvm/transforms_scalar.go
M third-party/llvm/llvm-src/bindings/ocaml/analysis/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/bitreader/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/bitwriter/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/executionengine/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/irreader/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/linker/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/llvm/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/llvm/llvm.ml
M third-party/llvm/llvm-src/bindings/ocaml/llvm/llvm.mli
M third-party/llvm/llvm-src/bindings/ocaml/llvm/llvm_ocaml.c
M third-party/llvm/llvm-src/bindings/ocaml/target/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/transforms/ipo/ipo_ocaml.c
M third-party/llvm/llvm-src/bindings/ocaml/transforms/ipo/llvm_ipo.ml
M third-party/llvm/llvm-src/bindings/ocaml/transforms/ipo/llvm_ipo.mli
M third-party/llvm/llvm-src/bindings/ocaml/transforms/scalar_opts/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml
M third-party/llvm/llvm-src/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
M third-party/llvm/llvm-src/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
M third-party/llvm/llvm-src/bindings/ocaml/transforms/utils/CMakeLists.txt
M third-party/llvm/llvm-src/bindings/ocaml/transforms/vectorize/CMakeLists.txt
M third-party/llvm/llvm-src/cmake/config-ix.cmake
M third-party/llvm/llvm-src/cmake/config.guess
M third-party/llvm/llvm-src/cmake/modules/AddLLVM.cmake
M third-party/llvm/llvm-src/cmake/modules/AddSphinxTarget.cmake
M third-party/llvm/llvm-src/cmake/modules/CMakeLists.txt
M third-party/llvm/llvm-src/cmake/modules/CheckAtomic.cmake
M third-party/llvm/llvm-src/cmake/modules/CheckCompilerVersion.cmake
M third-party/llvm/llvm-src/cmake/modules/FindGRPC.cmake
M third-party/llvm/llvm-src/cmake/modules/FindLibpfm.cmake
M third-party/llvm/llvm-src/cmake/modules/GetHostTriple.cmake
M third-party/llvm/llvm-src/cmake/modules/HandleLLVMOptions.cmake
M third-party/llvm/llvm-src/cmake/modules/LLVM-Config.cmake
M third-party/llvm/llvm-src/cmake/modules/LLVMConfig.cmake.in
M third-party/llvm/llvm-src/cmake/modules/LLVMExternalProjectUtils.cmake
M third-party/llvm/llvm-src/cmake/modules/TableGen.cmake
M third-party/llvm/llvm-src/cmake/platforms/WinMsvc.cmake
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX10.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX1011.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX7.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX8.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX9.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX906.rst
M third-party/llvm/llvm-src/docs/AMDGPU/AMDGPUAsmGFX908.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_addr_mimg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_attr.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_bimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_bimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_data_smem_atomic64.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_fimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_fimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_hwreg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_label.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_mad_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_mod_dpp_sdwa_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_mod_sdwa_sext.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_opt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_param.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_perm_smem.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_ret.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_sdata64_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_sdst64_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_sdst64_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_simm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_2.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_src32_3.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_ssrc64_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_ssrc64_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_tgt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_uimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_vaddr_flat_global.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_vcc_32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx10_waitcnt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_attr.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_bimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_bimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_fimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_hwreg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_label.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_mod.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_opt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_param.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_ret.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_simm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_tgt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_uimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx7_waitcnt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_attr.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_bimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_bimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_fimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_fimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_hwreg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_imask.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_label.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_mod_sdwa_sext.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_opt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_param.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_perm_smem.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_ret.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_simm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_2.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_src32_3.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_tgt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_uimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx8_waitcnt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx900_mad_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx900_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx900_src32_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx900_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx904_mad_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx904_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx904_src32_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx904_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_mad_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_mod_dpp_sdwa_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_mod_sdwa_sext.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_src32_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_src32_2.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx906_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_mad_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_mod_dpp_sdwa_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_mod_sdwa_sext.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_offset_buf.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_opt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_ret.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_saddr_flat_global.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_0.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_2.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_src32_3.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx908_vaddr_flat_global.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_attr.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_bimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_bimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_fimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_fimm32.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_hwreg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_imask.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_label.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_mod_sdwa_sext.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_mod_vop3_abs_neg.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_opt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_param.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_perm_smem.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_ret.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_simm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_1.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_2.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_src32_3.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_tgt.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_type_dev.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_uimm16.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_vaddr_flat_global.rst
M third-party/llvm/llvm-src/docs/AMDGPU/gfx9_waitcnt.rst
M third-party/llvm/llvm-src/docs/AMDGPUInstructionNotation.rst
M third-party/llvm/llvm-src/docs/AMDGPUInstructionSyntax.rst
M third-party/llvm/llvm-src/docs/AMDGPUModifierSyntax.rst
M third-party/llvm/llvm-src/docs/AMDGPUOperandSyntax.rst
M third-party/llvm/llvm-src/docs/AMDGPUUsage.rst
M third-party/llvm/llvm-src/docs/AdvancedBuilds.rst
M third-party/llvm/llvm-src/docs/AliasAnalysis.rst
M third-party/llvm/llvm-src/docs/Atomics.rst
M third-party/llvm/llvm-src/docs/BitCodeFormat.rst
M third-party/llvm/llvm-src/docs/BugLifeCycle.rst
M third-party/llvm/llvm-src/docs/CMake.rst
M third-party/llvm/llvm-src/docs/CMakePrimer.rst
M third-party/llvm/llvm-src/docs/CodeGenerator.rst
M third-party/llvm/llvm-src/docs/CodeReview.rst
M third-party/llvm/llvm-src/docs/CodingStandards.rst
M third-party/llvm/llvm-src/docs/CommandGuide/FileCheck.rst
M third-party/llvm/llvm-src/docs/CommandGuide/dsymutil.rst
M third-party/llvm/llvm-src/docs/CommandGuide/index.rst
M third-party/llvm/llvm-src/docs/CommandGuide/lit.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llc.rst
M third-party/llvm/llvm-src/docs/CommandGuide/lli.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-cov.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-exegesis.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-extract.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-mca.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-objdump.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-profdata.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-readelf.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-readobj.rst
M third-party/llvm/llvm-src/docs/CommandGuide/llvm-symbolizer.rst
M third-party/llvm/llvm-src/docs/CommandGuide/tblgen.rst
M third-party/llvm/llvm-src/docs/CommandLine.rst
M third-party/llvm/llvm-src/docs/CompilerWriterInfo.rst
M third-party/llvm/llvm-src/docs/Contributing.rst
M third-party/llvm/llvm-src/docs/Coroutines.rst
M third-party/llvm/llvm-src/docs/CoverageMappingFormat.rst
M third-party/llvm/llvm-src/docs/DebuggingJITedCode.rst
M third-party/llvm/llvm-src/docs/DeveloperPolicy.rst
M third-party/llvm/llvm-src/docs/ExceptionHandling.rst
M third-party/llvm/llvm-src/docs/ExtendingLLVM.rst
M third-party/llvm/llvm-src/docs/Extensions.rst
M third-party/llvm/llvm-src/docs/FAQ.rst
M third-party/llvm/llvm-src/docs/GettingInvolved.rst
M third-party/llvm/llvm-src/docs/GettingStarted.rst
M third-party/llvm/llvm-src/docs/GettingStartedVS.rst
M third-party/llvm/llvm-src/docs/GitBisecting.rst
M third-party/llvm/llvm-src/docs/GlobalISel/GMIR.rst
M third-party/llvm/llvm-src/docs/GlobalISel/GenericOpcode.rst
M third-party/llvm/llvm-src/docs/GlobalISel/IRTranslator.rst
M third-party/llvm/llvm-src/docs/GlobalISel/Legalizer.rst
M third-party/llvm/llvm-src/docs/HowToAddABuilder.rst
M third-party/llvm/llvm-src/docs/HowToBuildOnARM.rst
M third-party/llvm/llvm-src/docs/HowToBuildWithPGO.rst
M third-party/llvm/llvm-src/docs/HowToReleaseLLVM.rst
M third-party/llvm/llvm-src/docs/HowToSetUpLLVMStyleRTTI.rst
M third-party/llvm/llvm-src/docs/HowToUpdateDebugInfo.rst
M third-party/llvm/llvm-src/docs/LangRef.rst
M third-party/llvm/llvm-src/docs/Lexicon.rst
M third-party/llvm/llvm-src/docs/LibFuzzer.rst
M third-party/llvm/llvm-src/docs/LoopTerminology.rst
M third-party/llvm/llvm-src/docs/MIRLangRef.rst
M third-party/llvm/llvm-src/docs/MemorySSA.rst
M third-party/llvm/llvm-src/docs/ORCv2.rst
M third-party/llvm/llvm-src/docs/Passes.rst
M third-party/llvm/llvm-src/docs/Phabricator.rst
M third-party/llvm/llvm-src/docs/ProgrammersManual.rst
M third-party/llvm/llvm-src/docs/Proposals/VectorizationPlan.rst
M third-party/llvm/llvm-src/docs/ReleaseNotes.rst
M third-party/llvm/llvm-src/docs/Security.rst
M third-party/llvm/llvm-src/docs/SourceLevelDebugging.rst
M third-party/llvm/llvm-src/docs/StackMaps.rst
M third-party/llvm/llvm-src/docs/Statepoints.rst
M third-party/llvm/llvm-src/docs/TableGen/BackEnds.rst
M third-party/llvm/llvm-src/docs/TableGen/index.rst
M third-party/llvm/llvm-src/docs/TestSuiteGuide.md
M third-party/llvm/llvm-src/docs/TestingGuide.rst
M third-party/llvm/llvm-src/docs/TransformMetadata.rst
M third-party/llvm/llvm-src/docs/TypeMetadata.rst
M third-party/llvm/llvm-src/docs/UserGuides.rst
M third-party/llvm/llvm-src/docs/Vectorizers.rst
M third-party/llvm/llvm-src/docs/WritingAnLLVMPass.rst
M third-party/llvm/llvm-src/docs/XRay.rst
M third-party/llvm/llvm-src/docs/conf.py
M third-party/llvm/llvm-src/docs/index.rst
M third-party/llvm/llvm-src/docs/llvm-objdump.1
M third-party/llvm/llvm-src/docs/tutorial/BuildingAJIT4.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl01.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl02.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl03.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl04.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl05.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl06.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl07.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl08.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl09.rst
M third-party/llvm/llvm-src/docs/tutorial/LangImpl10.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
M third-party/llvm/llvm-src/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
M third-party/llvm/llvm-src/examples/Bye/Bye.cpp
M third-party/llvm/llvm-src/examples/CMakeLists.txt
M third-party/llvm/llvm-src/examples/HowToUseJIT/CMakeLists.txt
M third-party/llvm/llvm-src/examples/HowToUseJIT/HowToUseJIT.cpp
M third-party/llvm/llvm-src/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
M third-party/llvm/llvm-src/examples/IRTransforms/SimplifyCFG.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
M third-party/llvm/llvm-src/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter2/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter3/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter4/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter5/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter6/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter7/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter8/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/Chapter9/toy.cpp
M third-party/llvm/llvm-src/examples/Kaleidoscope/MCJIT/README.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/MCJIT/cached/README.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/MCJIT/complete/README.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/MCJIT/initial/README.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/MCJIT/lazy/README.txt
M third-party/llvm/llvm-src/examples/Kaleidoscope/include/KaleidoscopeJIT.h
M third-party/llvm/llvm-src/examples/OrcV2Examples/CMakeLists.txt
M third-party/llvm/llvm-src/examples/OrcV2Examples/ExampleModules.h
M third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
M third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
M third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
M third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithInitializers/LLJITWithInitializers.cpp
M third-party/llvm/llvm-src/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
M third-party/llvm/llvm-src/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c
M third-party/llvm/llvm-src/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c
M third-party/llvm/llvm-src/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/OrcV2CBindingsReflectProcessSymbols.c
M third-party/llvm/llvm-src/examples/SpeculativeJIT/CMakeLists.txt
M third-party/llvm/llvm-src/examples/SpeculativeJIT/SpeculativeJIT.cpp
M third-party/llvm/llvm-src/include/llvm-c/Core.h
M third-party/llvm/llvm-src/include/llvm-c/DataTypes.h
M third-party/llvm/llvm-src/include/llvm-c/DebugInfo.h
M third-party/llvm/llvm-src/include/llvm-c/Error.h
M third-party/llvm/llvm-src/include/llvm-c/Orc.h
M third-party/llvm/llvm-src/include/llvm-c/Transforms/IPO.h
M third-party/llvm/llvm-src/include/llvm-c/Transforms/Scalar.h
M third-party/llvm/llvm-src/include/llvm/ADT/APFloat.h
M third-party/llvm/llvm-src/include/llvm/ADT/APInt.h
M third-party/llvm/llvm-src/include/llvm/ADT/APSInt.h
M third-party/llvm/llvm-src/include/llvm/ADT/AllocatorList.h
M third-party/llvm/llvm-src/include/llvm/ADT/Any.h
M third-party/llvm/llvm-src/include/llvm/ADT/BitVector.h
M third-party/llvm/llvm-src/include/llvm/ADT/DenseMap.h
M third-party/llvm/llvm-src/include/llvm/ADT/DenseMapInfo.h
M third-party/llvm/llvm-src/include/llvm/ADT/DenseSet.h
M third-party/llvm/llvm-src/include/llvm/ADT/DepthFirstIterator.h
M third-party/llvm/llvm-src/include/llvm/ADT/DirectedGraph.h
M third-party/llvm/llvm-src/include/llvm/ADT/FloatingPointMode.h
M third-party/llvm/llvm-src/include/llvm/ADT/FunctionExtras.h
M third-party/llvm/llvm-src/include/llvm/ADT/Hashing.h
M third-party/llvm/llvm-src/include/llvm/ADT/IntervalMap.h
M third-party/llvm/llvm-src/include/llvm/ADT/IntrusiveRefCntPtr.h
M third-party/llvm/llvm-src/include/llvm/ADT/Optional.h
M third-party/llvm/llvm-src/include/llvm/ADT/PointerUnion.h
M third-party/llvm/llvm-src/include/llvm/ADT/STLExtras.h
M third-party/llvm/llvm-src/include/llvm/ADT/Sequence.h
M third-party/llvm/llvm-src/include/llvm/ADT/SetVector.h
M third-party/llvm/llvm-src/include/llvm/ADT/SmallSet.h
M third-party/llvm/llvm-src/include/llvm/ADT/SmallString.h
M third-party/llvm/llvm-src/include/llvm/ADT/SmallVector.h
M third-party/llvm/llvm-src/include/llvm/ADT/SparseSet.h
M third-party/llvm/llvm-src/include/llvm/ADT/Statistic.h
M third-party/llvm/llvm-src/include/llvm/ADT/StringExtras.h
M third-party/llvm/llvm-src/include/llvm/ADT/StringMap.h
M third-party/llvm/llvm-src/include/llvm/ADT/StringSet.h
M third-party/llvm/llvm-src/include/llvm/ADT/Triple.h
M third-party/llvm/llvm-src/include/llvm/ADT/iterator.h
M third-party/llvm/llvm-src/include/llvm/ADT/iterator_range.h
M third-party/llvm/llvm-src/include/llvm/ADT/simple_ilist.h
M third-party/llvm/llvm-src/include/llvm/Analysis/AliasAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/AliasSetTracker.h
M third-party/llvm/llvm-src/include/llvm/Analysis/AssumptionCache.h
M third-party/llvm/llvm-src/include/llvm/Analysis/BasicAliasAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M third-party/llvm/llvm-src/include/llvm/Analysis/BranchProbabilityInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/CFGPrinter.h
M third-party/llvm/llvm-src/include/llvm/Analysis/CGSCCPassManager.h
M third-party/llvm/llvm-src/include/llvm/Analysis/CallGraph.h
M third-party/llvm/llvm-src/include/llvm/Analysis/CaptureTracking.h
M third-party/llvm/llvm-src/include/llvm/Analysis/CodeMetrics.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ConstantFolding.h
M third-party/llvm/llvm-src/include/llvm/Analysis/DDG.h
M third-party/llvm/llvm-src/include/llvm/Analysis/DemandedBits.h
M third-party/llvm/llvm-src/include/llvm/Analysis/DivergenceAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/DominanceFrontier.h
M third-party/llvm/llvm-src/include/llvm/Analysis/EHPersonalities.h
M third-party/llvm/llvm-src/include/llvm/Analysis/IVDescriptors.h
M third-party/llvm/llvm-src/include/llvm/Analysis/InlineAdvisor.h
M third-party/llvm/llvm-src/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/InstructionSimplify.h
M third-party/llvm/llvm-src/include/llvm/Analysis/Interval.h
M third-party/llvm/llvm-src/include/llvm/Analysis/IntervalIterator.h
M third-party/llvm/llvm-src/include/llvm/Analysis/IteratedDominanceFrontier.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LazyBranchProbabilityInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LazyCallGraph.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LazyValueInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/Lint.h
M third-party/llvm/llvm-src/include/llvm/Analysis/Loads.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopAccessAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopAnalysisManager.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopCacheAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopInfoImpl.h
M third-party/llvm/llvm-src/include/llvm/Analysis/LoopNestAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MLInlineAdvisor.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MemoryDependenceAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MemoryLocation.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MemorySSA.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MemorySSAUpdater.h
M third-party/llvm/llvm-src/include/llvm/Analysis/MustExecute.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ObjCARCAnalysisUtils.h
M third-party/llvm/llvm-src/include/llvm/Analysis/OptimizationRemarkEmitter.h
M third-party/llvm/llvm-src/include/llvm/Analysis/PhiValues.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ProfileSummaryInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/RegionInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/RegionInfoImpl.h
M third-party/llvm/llvm-src/include/llvm/Analysis/RegionPass.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ScalarEvolution.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ScalarEvolutionDivision.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ScalarEvolutionExpressions.h
M third-party/llvm/llvm-src/include/llvm/Analysis/SparsePropagation.h
M third-party/llvm/llvm-src/include/llvm/Analysis/StackLifetime.h
M third-party/llvm/llvm-src/include/llvm/Analysis/StackSafetyAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/SyncDependenceAnalysis.h
M third-party/llvm/llvm-src/include/llvm/Analysis/TargetLibraryInfo.def
M third-party/llvm/llvm-src/include/llvm/Analysis/TargetLibraryInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/TargetTransformInfo.h
M third-party/llvm/llvm-src/include/llvm/Analysis/TargetTransformInfoImpl.h
M third-party/llvm/llvm-src/include/llvm/Analysis/Utils/Local.h
M third-party/llvm/llvm-src/include/llvm/Analysis/Utils/TFUtils.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ValueLattice.h
M third-party/llvm/llvm-src/include/llvm/Analysis/ValueTracking.h
M third-party/llvm/llvm-src/include/llvm/Analysis/VecFuncs.def
M third-party/llvm/llvm-src/include/llvm/Analysis/VectorUtils.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/COFF.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/Dwarf.def
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/Dwarf.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/DynamicTags.def
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/ELF.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/MachO.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/Wasm.h
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/WasmRelocs.def
M third-party/llvm/llvm-src/include/llvm/BinaryFormat/XCOFF.h
M third-party/llvm/llvm-src/include/llvm/Bitcode/BitcodeWriter.h
M third-party/llvm/llvm-src/include/llvm/Bitcode/LLVMBitCodes.h
M third-party/llvm/llvm-src/include/llvm/Bitstream/BitCodes.h
M third-party/llvm/llvm-src/include/llvm/Bitstream/BitstreamWriter.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/Analysis.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/AntiDepBreaker.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/AsmPrinter.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/AsmPrinterHandler.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/BasicTTIImpl.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/CalcSpillWeights.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/CallingConvLower.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/CommandFlags.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/DIE.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/DebugHandlerBase.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/DwarfStringPoolEntry.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/FastISel.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/FunctionLoweringInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/CSEInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/CallLowering.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/Legalizer.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/Localizer.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/GlobalISel/Utils.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ISDOpcodes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LexicalScopes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveInterval.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveIntervalUnion.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveIntervals.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveRangeEdit.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveRegMatrix.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveRegUnits.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LiveVariables.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/LowLevelType.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MBFIWrapper.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MIRFormatter.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MIRYamlMapping.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineBasicBlock.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineCombinerPattern.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineConstantPool.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineDominanceFrontier.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineDominators.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineFrameInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineFunction.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineInstr.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineInstrBuilder.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineJumpTableInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineLoopInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineLoopUtils.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineModuleInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineOperand.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineOutliner.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachinePipeliner.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineRegisterInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineSSAUpdater.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/MachineTraceMetrics.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/NonRelocatableStringpool.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/Passes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RDFGraph.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RDFLiveness.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RDFRegisters.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ReachingDefAnalysis.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RegAllocPBQP.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/Register.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RegisterPressure.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RegisterScavenging.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ResourcePriorityQueue.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/RuntimeLibcalls.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ScheduleDAGInstrs.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ScheduleHazardRecognizer.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SelectionDAG.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SelectionDAGISel.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SelectionDAGNodes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SlotIndexes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/StackMaps.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/SwitchLoweringUtils.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetCallingConv.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetFrameLowering.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetInstrInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetLowering.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetPassConfig.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetRegisterInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/TargetSubtargetInfo.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ValueTypes.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/ValueTypes.td
M third-party/llvm/llvm-src/include/llvm/CodeGen/VirtRegMap.h
M third-party/llvm/llvm-src/include/llvm/CodeGen/WasmEHFuncInfo.h
M third-party/llvm/llvm-src/include/llvm/Config/abi-breaking.h.cmake
M third-party/llvm/llvm-src/include/llvm/Config/config.h.cmake
M third-party/llvm/llvm-src/include/llvm/Config/llvm-config.h.cmake
M third-party/llvm/llvm-src/include/llvm/DWARFLinker/DWARFLinker.h
M third-party/llvm/llvm-src/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
M third-party/llvm/llvm-src/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h
M third-party/llvm/llvm-src/include/llvm/DWARFLinker/DWARFStreamer.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/CVRecord.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/RecordName.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/SymbolDumper.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/SymbolRecord.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeCollection.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeHashing.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeIndex.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeRecord.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DIContext.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFContext.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFDie.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFExpression.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFListTable.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFUnit.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/MSF/MappedBlockStream.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/NativeSession.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/TpiStream.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/PDBExtras.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/PDB/PDBSymbol.h
M third-party/llvm/llvm-src/include/llvm/DebugInfo/Symbolize/Symbolize.h
M third-party/llvm/llvm-src/include/llvm/Demangle/ItaniumDemangle.h
M third-party/llvm/llvm-src/include/llvm/Demangle/Utility.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/ExecutionEngine.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITEventListener.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/ELF.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/JITLink.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/MachO.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/JITSymbol.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/CompileUtils.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Core.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/LLJIT.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Layer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/LazyReexports.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/Speculation.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
M third-party/llvm/llvm-src/include/llvm/ExecutionEngine/RuntimeDyld.h
M third-party/llvm/llvm-src/include/llvm/Frontend/Directive/DirectiveBase.td
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenACC/ACC.td
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenACC/CMakeLists.txt
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/CMakeLists.txt
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMP.td
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMPConstants.h
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMPContext.h
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMPGridValues.h
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M third-party/llvm/llvm-src/include/llvm/Frontend/OpenMP/OMPKinds.def
M third-party/llvm/llvm-src/include/llvm/FuzzMutate/IRMutator.h
M third-party/llvm/llvm-src/include/llvm/IR/Argument.h
M third-party/llvm/llvm-src/include/llvm/IR/Attributes.h
M third-party/llvm/llvm-src/include/llvm/IR/Attributes.td
M third-party/llvm/llvm-src/include/llvm/IR/BasicBlock.h
M third-party/llvm/llvm-src/include/llvm/IR/CMakeLists.txt
M third-party/llvm/llvm-src/include/llvm/IR/CallingConv.h
M third-party/llvm/llvm-src/include/llvm/IR/Constant.h
M third-party/llvm/llvm-src/include/llvm/IR/ConstantRange.h
M third-party/llvm/llvm-src/include/llvm/IR/Constants.h
M third-party/llvm/llvm-src/include/llvm/IR/DIBuilder.h
M third-party/llvm/llvm-src/include/llvm/IR/DataLayout.h
M third-party/llvm/llvm-src/include/llvm/IR/DebugInfoMetadata.h
M third-party/llvm/llvm-src/include/llvm/IR/DebugLoc.h
M third-party/llvm/llvm-src/include/llvm/IR/DerivedTypes.h
M third-party/llvm/llvm-src/include/llvm/IR/DiagnosticInfo.h
M third-party/llvm/llvm-src/include/llvm/IR/Dominators.h
M third-party/llvm/llvm-src/include/llvm/IR/FixedMetadataKinds.def
M third-party/llvm/llvm-src/include/llvm/IR/Function.h
M third-party/llvm/llvm-src/include/llvm/IR/GetElementPtrTypeIterator.h
M third-party/llvm/llvm-src/include/llvm/IR/GlobalObject.h
M third-party/llvm/llvm-src/include/llvm/IR/GlobalVariable.h
M third-party/llvm/llvm-src/include/llvm/IR/IRBuilder.h
M third-party/llvm/llvm-src/include/llvm/IR/IRPrintingPasses.h
M third-party/llvm/llvm-src/include/llvm/IR/InstrTypes.h
M third-party/llvm/llvm-src/include/llvm/IR/Instruction.h
M third-party/llvm/llvm-src/include/llvm/IR/Instructions.h
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicInst.h
M third-party/llvm/llvm-src/include/llvm/IR/Intrinsics.h
M third-party/llvm/llvm-src/include/llvm/IR/Intrinsics.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsAArch64.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsAMDGPU.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsARM.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsBPF.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsNVVM.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsPowerPC.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsRISCV.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsWebAssembly.td
M third-party/llvm/llvm-src/include/llvm/IR/IntrinsicsX86.td
M third-party/llvm/llvm-src/include/llvm/IR/LLVMContext.h
M third-party/llvm/llvm-src/include/llvm/IR/LLVMRemarkStreamer.h
M third-party/llvm/llvm-src/include/llvm/IR/LegacyPassManagers.h
M third-party/llvm/llvm-src/include/llvm/IR/MDBuilder.h
M third-party/llvm/llvm-src/include/llvm/IR/MatrixBuilder.h
M third-party/llvm/llvm-src/include/llvm/IR/Metadata.def
M third-party/llvm/llvm-src/include/llvm/IR/Metadata.h
M third-party/llvm/llvm-src/include/llvm/IR/Module.h
M third-party/llvm/llvm-src/include/llvm/IR/ModuleSummaryIndex.h
M third-party/llvm/llvm-src/include/llvm/IR/Operator.h
M third-party/llvm/llvm-src/include/llvm/IR/OptBisect.h
M third-party/llvm/llvm-src/include/llvm/IR/PassInstrumentation.h
M third-party/llvm/llvm-src/include/llvm/IR/PassManager.h
M third-party/llvm/llvm-src/include/llvm/IR/PassManagerImpl.h
M third-party/llvm/llvm-src/include/llvm/IR/PassManagerInternal.h
M third-party/llvm/llvm-src/include/llvm/IR/PassTimingInfo.h
M third-party/llvm/llvm-src/include/llvm/IR/PatternMatch.h
M third-party/llvm/llvm-src/include/llvm/IR/PredIteratorCache.h
M third-party/llvm/llvm-src/include/llvm/IR/RuntimeLibcalls.def
M third-party/llvm/llvm-src/include/llvm/IR/Statepoint.h
M third-party/llvm/llvm-src/include/llvm/IR/SymbolTableListTraits.h
M third-party/llvm/llvm-src/include/llvm/IR/Type.h
M third-party/llvm/llvm-src/include/llvm/IR/User.h
M third-party/llvm/llvm-src/include/llvm/IR/VPIntrinsics.def
M third-party/llvm/llvm-src/include/llvm/IR/Value.def
M third-party/llvm/llvm-src/include/llvm/IR/Value.h
M third-party/llvm/llvm-src/include/llvm/IR/ValueHandle.h
M third-party/llvm/llvm-src/include/llvm/IR/Verifier.h
M third-party/llvm/llvm-src/include/llvm/InitializePasses.h
M third-party/llvm/llvm-src/include/llvm/LTO/Config.h
M third-party/llvm/llvm-src/include/llvm/LTO/LTO.h
M third-party/llvm/llvm-src/include/llvm/LTO/LTOBackend.h
M third-party/llvm/llvm-src/include/llvm/LTO/legacy/LTOCodeGenerator.h
M third-party/llvm/llvm-src/include/llvm/LTO/legacy/LTOModule.h
M third-party/llvm/llvm-src/include/llvm/LinkAllPasses.h
M third-party/llvm/llvm-src/include/llvm/MC/MCAsmBackend.h
M third-party/llvm/llvm-src/include/llvm/MC/MCAsmInfo.h
M third-party/llvm/llvm-src/include/llvm/MC/MCAsmMacro.h
M third-party/llvm/llvm-src/include/llvm/MC/MCAssembler.h
M third-party/llvm/llvm-src/include/llvm/MC/MCCodeView.h
M third-party/llvm/llvm-src/include/llvm/MC/MCContext.h
M third-party/llvm/llvm-src/include/llvm/MC/MCDwarf.h
M third-party/llvm/llvm-src/include/llvm/MC/MCELFObjectWriter.h
M third-party/llvm/llvm-src/include/llvm/MC/MCExpr.h
M third-party/llvm/llvm-src/include/llvm/MC/MCFixup.h
M third-party/llvm/llvm-src/include/llvm/MC/MCFragment.h
M third-party/llvm/llvm-src/include/llvm/MC/MCInst.h
M third-party/llvm/llvm-src/include/llvm/MC/MCInstPrinter.h
M third-party/llvm/llvm-src/include/llvm/MC/MCInstrDesc.h
M third-party/llvm/llvm-src/include/llvm/MC/MCMachObjectWriter.h
M third-party/llvm/llvm-src/include/llvm/MC/MCObjectFileInfo.h
M third-party/llvm/llvm-src/include/llvm/MC/MCObjectStreamer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCParser/AsmLexer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCParser/MCAsmLexer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCParser/MCAsmParser.h
M third-party/llvm/llvm-src/include/llvm/MC/MCParser/MCTargetAsmParser.h
M third-party/llvm/llvm-src/include/llvm/MC/MCRegister.h
M third-party/llvm/llvm-src/include/llvm/MC/MCRegisterInfo.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSchedule.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSectionXCOFF.h
M third-party/llvm/llvm-src/include/llvm/MC/MCStreamer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSubtargetInfo.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSymbol.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSymbolWasm.h
M third-party/llvm/llvm-src/include/llvm/MC/MCSymbolXCOFF.h
M third-party/llvm/llvm-src/include/llvm/MC/MCTargetOptions.h
M third-party/llvm/llvm-src/include/llvm/MC/MCWasmObjectWriter.h
M third-party/llvm/llvm-src/include/llvm/MC/MCWasmStreamer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCWin64EH.h
M third-party/llvm/llvm-src/include/llvm/MC/MCWinCOFFStreamer.h
M third-party/llvm/llvm-src/include/llvm/MC/MCWinEH.h
M third-party/llvm/llvm-src/include/llvm/MC/StringTableBuilder.h
M third-party/llvm/llvm-src/include/llvm/MC/SubtargetFeature.h
M third-party/llvm/llvm-src/include/llvm/MCA/HardwareUnits/Scheduler.h
M third-party/llvm/llvm-src/include/llvm/Object/ArchiveWriter.h
M third-party/llvm/llvm-src/include/llvm/Object/Binary.h
M third-party/llvm/llvm-src/include/llvm/Object/COFF.h
M third-party/llvm/llvm-src/include/llvm/Object/ELF.h
M third-party/llvm/llvm-src/include/llvm/Object/ELFObjectFile.h
M third-party/llvm/llvm-src/include/llvm/Object/ELFTypes.h
M third-party/llvm/llvm-src/include/llvm/Object/MachO.h
M third-party/llvm/llvm-src/include/llvm/Object/MachOUniversal.h
M third-party/llvm/llvm-src/include/llvm/Object/ObjectFile.h
M third-party/llvm/llvm-src/include/llvm/Object/RelocationResolver.h
M third-party/llvm/llvm-src/include/llvm/Object/StackMapParser.h
M third-party/llvm/llvm-src/include/llvm/Object/SymbolicFile.h
M third-party/llvm/llvm-src/include/llvm/Object/Wasm.h
M third-party/llvm/llvm-src/include/llvm/Object/XCOFFObjectFile.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/DWARFEmitter.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/DWARFYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/ELFYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/MachOYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/MinidumpYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/ObjectYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/WasmYAML.h
M third-party/llvm/llvm-src/include/llvm/ObjectYAML/yaml2obj.h
M third-party/llvm/llvm-src/include/llvm/Option/ArgList.h
M third-party/llvm/llvm-src/include/llvm/Option/OptParser.td
M third-party/llvm/llvm-src/include/llvm/Option/OptTable.h
M third-party/llvm/llvm-src/include/llvm/Option/Option.h
M third-party/llvm/llvm-src/include/llvm/Pass.h
M third-party/llvm/llvm-src/include/llvm/PassAnalysisSupport.h
M third-party/llvm/llvm-src/include/llvm/Passes/PassBuilder.h
M third-party/llvm/llvm-src/include/llvm/Passes/StandardInstrumentations.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/Coverage/CoverageMapping.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/GCOV.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/InstrProf.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/InstrProfData.inc
M third-party/llvm/llvm-src/include/llvm/ProfileData/InstrProfReader.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/InstrProfWriter.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/ProfileCommon.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/SampleProf.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/SampleProfReader.h
M third-party/llvm/llvm-src/include/llvm/ProfileData/SampleProfWriter.h
M third-party/llvm/llvm-src/include/llvm/Remarks/BitstreamRemarkParser.h
M third-party/llvm/llvm-src/include/llvm/Support/AArch64TargetParser.def
M third-party/llvm/llvm-src/include/llvm/Support/AArch64TargetParser.h
M third-party/llvm/llvm-src/include/llvm/Support/AMDGPUMetadata.h
M third-party/llvm/llvm-src/include/llvm/Support/AMDHSAKernelDescriptor.h
M third-party/llvm/llvm-src/include/llvm/Support/ARMTargetParser.def
M third-party/llvm/llvm-src/include/llvm/Support/ARMTargetParser.h
M third-party/llvm/llvm-src/include/llvm/Support/ARMWinEH.h
M third-party/llvm/llvm-src/include/llvm/Support/AlignOf.h
M third-party/llvm/llvm-src/include/llvm/Support/Allocator.h
M third-party/llvm/llvm-src/include/llvm/Support/AtomicOrdering.h
M third-party/llvm/llvm-src/include/llvm/Support/BinaryItemStream.h
M third-party/llvm/llvm-src/include/llvm/Support/BinaryStreamRef.h
M third-party/llvm/llvm-src/include/llvm/Support/CFGDiff.h
M third-party/llvm/llvm-src/include/llvm/Support/CFGUpdate.h
M third-party/llvm/llvm-src/include/llvm/Support/CMakeLists.txt
M third-party/llvm/llvm-src/include/llvm/Support/CheckedArithmetic.h
M third-party/llvm/llvm-src/include/llvm/Support/CommandLine.h
M third-party/llvm/llvm-src/include/llvm/Support/Compiler.h
M third-party/llvm/llvm-src/include/llvm/Support/CrashRecoveryContext.h
M third-party/llvm/llvm-src/include/llvm/Support/DOTGraphTraits.h
M third-party/llvm/llvm-src/include/llvm/Support/Error.h
M third-party/llvm/llvm-src/include/llvm/Support/ErrorHandling.h
M third-party/llvm/llvm-src/include/llvm/Support/ErrorOr.h
M third-party/llvm/llvm-src/include/llvm/Support/FileCollector.h
M third-party/llvm/llvm-src/include/llvm/Support/FileSystem.h
M third-party/llvm/llvm-src/include/llvm/Support/FormatVariadic.h
M third-party/llvm/llvm-src/include/llvm/Support/GenericDomTree.h
M third-party/llvm/llvm-src/include/llvm/Support/GenericDomTreeConstruction.h
M third-party/llvm/llvm-src/include/llvm/Support/GlobPattern.h
M third-party/llvm/llvm-src/include/llvm/Support/GraphWriter.h
M third-party/llvm/llvm-src/include/llvm/Support/Host.h
M third-party/llvm/llvm-src/include/llvm/Support/InitLLVM.h
M third-party/llvm/llvm-src/include/llvm/Support/JSON.h
M third-party/llvm/llvm-src/include/llvm/Support/KnownBits.h
M third-party/llvm/llvm-src/include/llvm/Support/LineIterator.h
M third-party/llvm/llvm-src/include/llvm/Support/MachineValueType.h
M third-party/llvm/llvm-src/include/llvm/Support/MathExtras.h
M third-party/llvm/llvm-src/include/llvm/Support/MemoryBuffer.h
M third-party/llvm/llvm-src/include/llvm/Support/Parallel.h
M third-party/llvm/llvm-src/include/llvm/Support/Path.h
M third-party/llvm/llvm-src/include/llvm/Support/PluginLoader.h
M third-party/llvm/llvm-src/include/llvm/Support/Process.h
M third-party/llvm/llvm-src/include/llvm/Support/Program.h
M third-party/llvm/llvm-src/include/llvm/Support/RISCVTargetParser.def
M third-party/llvm/llvm-src/include/llvm/Support/Signals.h
M third-party/llvm/llvm-src/include/llvm/Support/Signposts.h
M third-party/llvm/llvm-src/include/llvm/Support/SourceMgr.h
M third-party/llvm/llvm-src/include/llvm/Support/SuffixTree.h
M third-party/llvm/llvm-src/include/llvm/Support/SwapByteOrder.h
M third-party/llvm/llvm-src/include/llvm/Support/SymbolRemappingReader.h
M third-party/llvm/llvm-src/include/llvm/Support/TargetOpcodes.def
M third-party/llvm/llvm-src/include/llvm/Support/TargetParser.h
M third-party/llvm/llvm-src/include/llvm/Support/TargetRegistry.h
M third-party/llvm/llvm-src/include/llvm/Support/TaskQueue.h
M third-party/llvm/llvm-src/include/llvm/Support/Threading.h
M third-party/llvm/llvm-src/include/llvm/Support/ToolOutputFile.h
M third-party/llvm/llvm-src/include/llvm/Support/TrigramIndex.h
M third-party/llvm/llvm-src/include/llvm/Support/TypeSize.h
M third-party/llvm/llvm-src/include/llvm/Support/VirtualFileSystem.h
M third-party/llvm/llvm-src/include/llvm/Support/Win64EH.h
M third-party/llvm/llvm-src/include/llvm/Support/X86TargetParser.def
M third-party/llvm/llvm-src/include/llvm/Support/X86TargetParser.h
M third-party/llvm/llvm-src/include/llvm/Support/YAMLParser.h
M third-party/llvm/llvm-src/include/llvm/Support/YAMLTraits.h
M third-party/llvm/llvm-src/include/llvm/Support/raw_ostream.h
M third-party/llvm/llvm-src/include/llvm/TableGen/Error.h
M third-party/llvm/llvm-src/include/llvm/TableGen/Record.h
M third-party/llvm/llvm-src/include/llvm/TableGen/SearchableTable.td
M third-party/llvm/llvm-src/include/llvm/Target/GenericOpcodes.td
M third-party/llvm/llvm-src/include/llvm/Target/GlobalISel/Combine.td
M third-party/llvm/llvm-src/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
M third-party/llvm/llvm-src/include/llvm/Target/Target.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetCallingConv.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetInstrPredicate.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetItinerary.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetLoweringObjectFile.h
M third-party/llvm/llvm-src/include/llvm/Target/TargetMachine.h
M third-party/llvm/llvm-src/include/llvm/Target/TargetOptions.h
M third-party/llvm/llvm-src/include/llvm/Target/TargetPfmCounters.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetSchedule.td
M third-party/llvm/llvm-src/include/llvm/Target/TargetSelectionDAG.td
M third-party/llvm/llvm-src/include/llvm/Testing/Support/SupportHelpers.h
M third-party/llvm/llvm-src/include/llvm/TextAPI/MachO/Platform.h
M third-party/llvm/llvm-src/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Coroutines.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Coroutines/CoroCleanup.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Coroutines/CoroEarly.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Coroutines/CoroElide.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Coroutines/CoroSplit.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/AlwaysInliner.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/Attributor.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/CalledValuePropagation.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/CrossDSOCFI.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/Inliner.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/LowerTypeTests.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/OpenMPOpt.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/SampleProfile.h
M third-party/llvm/llvm-src/include/llvm/Transforms/IPO/WholeProgramDevirt.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/BoundsChecking.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/InstrProfiling.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
M third-party/llvm/llvm-src/include/llvm/Transforms/ObjCARC.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/ConstantHoisting.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/DCE.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/GVN.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/IndVarSimplify.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/InstSimplifyPass.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/JumpThreading.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopPassManager.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopRotation.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LoopUnrollPass.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LowerAtomic.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/NaryReassociate.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/SROA.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Scalar/SimplifyCFG.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/BasicBlockUtils.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/BuildLibCalls.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/CallGraphUpdater.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/Cloning.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/Debugify.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/Local.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/LoopRotationUtils.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/LoopUtils.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/LoopVersioning.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/PredicateInfo.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/SimplifyIndVar.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/SimplifyLibCalls.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/SizeOpts.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Utils/UnrollLoop.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M third-party/llvm/llvm-src/include/llvm/Transforms/Vectorize/SLPVectorizer.h
M third-party/llvm/llvm-src/include/llvm/module.modulemap
M third-party/llvm/llvm-src/lib/Analysis/AliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/AliasAnalysisEvaluator.cpp
M third-party/llvm/llvm-src/lib/Analysis/AliasSetTracker.cpp
M third-party/llvm/llvm-src/lib/Analysis/Analysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/AssumeBundleQueries.cpp
M third-party/llvm/llvm-src/lib/Analysis/AssumptionCache.cpp
M third-party/llvm/llvm-src/lib/Analysis/BasicAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/BranchProbabilityInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/CFG.cpp
M third-party/llvm/llvm-src/lib/Analysis/CFGPrinter.cpp
M third-party/llvm/llvm-src/lib/Analysis/CFLAndersAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/CGSCCPassManager.cpp
M third-party/llvm/llvm-src/lib/Analysis/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Analysis/CallGraph.cpp
M third-party/llvm/llvm-src/lib/Analysis/CallGraphSCCPass.cpp
M third-party/llvm/llvm-src/lib/Analysis/CallPrinter.cpp
M third-party/llvm/llvm-src/lib/Analysis/CaptureTracking.cpp
M third-party/llvm/llvm-src/lib/Analysis/CodeMetrics.cpp
M third-party/llvm/llvm-src/lib/Analysis/ConstantFolding.cpp
M third-party/llvm/llvm-src/lib/Analysis/CostModel.cpp
M third-party/llvm/llvm-src/lib/Analysis/DDG.cpp
M third-party/llvm/llvm-src/lib/Analysis/Delinearization.cpp
M third-party/llvm/llvm-src/lib/Analysis/DemandedBits.cpp
M third-party/llvm/llvm-src/lib/Analysis/DependenceAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/DependenceGraphBuilder.cpp
M third-party/llvm/llvm-src/lib/Analysis/DivergenceAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/DomTreeUpdater.cpp
M third-party/llvm/llvm-src/lib/Analysis/EHPersonalities.cpp
M third-party/llvm/llvm-src/lib/Analysis/GlobalsModRef.cpp
M third-party/llvm/llvm-src/lib/Analysis/IVDescriptors.cpp
M third-party/llvm/llvm-src/lib/Analysis/IndirectCallPromotionAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/InlineAdvisor.cpp
M third-party/llvm/llvm-src/lib/Analysis/InlineCost.cpp
M third-party/llvm/llvm-src/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/InstCount.cpp
M third-party/llvm/llvm-src/lib/Analysis/InstructionSimplify.cpp
M third-party/llvm/llvm-src/lib/Analysis/Interval.cpp
M third-party/llvm/llvm-src/lib/Analysis/LazyCallGraph.cpp
M third-party/llvm/llvm-src/lib/Analysis/LazyValueInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/LegacyDivergenceAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/Lint.cpp
M third-party/llvm/llvm-src/lib/Analysis/Loads.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopAccessAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopAnalysisManager.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopCacheAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopNestAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/LoopPass.cpp
M third-party/llvm/llvm-src/lib/Analysis/MLInlineAdvisor.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemDepPrinter.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemDerefPrinter.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemoryBuiltins.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemoryDependenceAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemoryLocation.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemorySSA.cpp
M third-party/llvm/llvm-src/lib/Analysis/MemorySSAUpdater.cpp
M third-party/llvm/llvm-src/lib/Analysis/ModuleDebugInfoPrinter.cpp
M third-party/llvm/llvm-src/lib/Analysis/ModuleSummaryAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/MustExecute.cpp
M third-party/llvm/llvm-src/lib/Analysis/ObjCARCAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/ObjCARCAnalysisUtils.cpp
M third-party/llvm/llvm-src/lib/Analysis/ObjCARCInstKind.cpp
M third-party/llvm/llvm-src/lib/Analysis/OptimizationRemarkEmitter.cpp
M third-party/llvm/llvm-src/lib/Analysis/PhiValues.cpp
M third-party/llvm/llvm-src/lib/Analysis/RegionInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/RegionPass.cpp
M third-party/llvm/llvm-src/lib/Analysis/ReleaseModeModelRunner.cpp
M third-party/llvm/llvm-src/lib/Analysis/ScalarEvolution.cpp
M third-party/llvm/llvm-src/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/ScalarEvolutionDivision.cpp
M third-party/llvm/llvm-src/lib/Analysis/ScopedNoAliasAA.cpp
M third-party/llvm/llvm-src/lib/Analysis/StackLifetime.cpp
M third-party/llvm/llvm-src/lib/Analysis/StackSafetyAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/SyncDependenceAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/TFUtils.cpp
M third-party/llvm/llvm-src/lib/Analysis/TargetLibraryInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/TargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Analysis/TypeBasedAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Analysis/VFABIDemangling.cpp
M third-party/llvm/llvm-src/lib/Analysis/ValueTracking.cpp
M third-party/llvm/llvm-src/lib/Analysis/VectorUtils.cpp
M third-party/llvm/llvm-src/lib/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/AsmParser/LLLexer.cpp
M third-party/llvm/llvm-src/lib/AsmParser/LLParser.cpp
M third-party/llvm/llvm-src/lib/AsmParser/LLParser.h
M third-party/llvm/llvm-src/lib/AsmParser/LLToken.h
M third-party/llvm/llvm-src/lib/BinaryFormat/CMakeLists.txt
M third-party/llvm/llvm-src/lib/BinaryFormat/Dwarf.cpp
M third-party/llvm/llvm-src/lib/BinaryFormat/MachO.cpp
M third-party/llvm/llvm-src/lib/BinaryFormat/MsgPackDocument.cpp
M third-party/llvm/llvm-src/lib/BinaryFormat/Wasm.cpp
M third-party/llvm/llvm-src/lib/BinaryFormat/XCOFF.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Reader/BitcodeReader.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Reader/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Bitcode/Reader/MetadataLoader.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Reader/ValueList.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Writer/BitcodeWriter.cpp
M third-party/llvm/llvm-src/lib/Bitcode/Writer/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Bitcode/Writer/ValueEnumerator.cpp
M third-party/llvm/llvm-src/lib/Bitstream/Reader/BitstreamReader.cpp
M third-party/llvm/llvm-src/lib/Bitstream/Reader/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/AllocationOrder.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AllocationOrder.h
M third-party/llvm/llvm-src/lib/CodeGen/Analysis.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AccelTable.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AddressPool.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AddressPool.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/ByteStreamer.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/CodeViewDebug.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DIE.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DIEHash.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DIEHash.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfDebug.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfException.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfExpression.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfFile.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfFile.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfStringPool.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/DwarfUnit.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/EHStreamer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/EHStreamer.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/WasmException.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/WasmException.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/WinCFGuard.h
M third-party/llvm/llvm-src/lib/CodeGen/AsmPrinter/WinException.cpp
M third-party/llvm/llvm-src/lib/CodeGen/AtomicExpandPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/BranchFolding.cpp
M third-party/llvm/llvm-src/lib/CodeGen/BranchFolding.h
M third-party/llvm/llvm-src/lib/CodeGen/BranchRelaxation.cpp
M third-party/llvm/llvm-src/lib/CodeGen/BreakFalseDeps.cpp
M third-party/llvm/llvm-src/lib/CodeGen/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/CalcSpillWeights.cpp
M third-party/llvm/llvm-src/lib/CodeGen/CallingConvLower.cpp
M third-party/llvm/llvm-src/lib/CodeGen/CodeGen.cpp
M third-party/llvm/llvm-src/lib/CodeGen/CodeGenPrepare.cpp
M third-party/llvm/llvm-src/lib/CodeGen/CommandFlags.cpp
M third-party/llvm/llvm-src/lib/CodeGen/DeadMachineInstructionElim.cpp
M third-party/llvm/llvm-src/lib/CodeGen/DetectDeadLanes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/DwarfEHPrepare.cpp
M third-party/llvm/llvm-src/lib/CodeGen/EarlyIfConversion.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ExpandReductions.cpp
M third-party/llvm/llvm-src/lib/CodeGen/FixupStatepointCallerSaved.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GCRootLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/CSEInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/CallLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/Combiner.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/IRTranslator.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/InstructionSelect.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/InstructionSelector.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/LegalizeMutations.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/Legalizer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/Localizer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalISel/Utils.cpp
M third-party/llvm/llvm-src/lib/CodeGen/GlobalMerge.cpp
M third-party/llvm/llvm-src/lib/CodeGen/HardwareLoops.cpp
M third-party/llvm/llvm-src/lib/CodeGen/IfConversion.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ImplicitNullChecks.cpp
M third-party/llvm/llvm-src/lib/CodeGen/InlineSpiller.cpp
M third-party/llvm/llvm-src/lib/CodeGen/InterferenceCache.cpp
M third-party/llvm/llvm-src/lib/CodeGen/InterferenceCache.h
M third-party/llvm/llvm-src/lib/CodeGen/InterleavedAccessPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/InterleavedLoadCombinePass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/IntrinsicLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LLVMTargetMachine.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LexicalScopes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveDebugVariables.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveDebugVariables.h
M third-party/llvm/llvm-src/lib/CodeGen/LiveInterval.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveIntervalCalc.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveIntervalUnion.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveIntervals.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveRangeEdit.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveRangeShrink.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveRegMatrix.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveRegUnits.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LiveVariables.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LocalStackSlotAllocation.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LowLevelType.cpp
M third-party/llvm/llvm-src/lib/CodeGen/LowerEmuTLS.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MBFIWrapper.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRCanonicalizerPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/MIRParser/MILexer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRParser/MILexer.h
M third-party/llvm/llvm-src/lib/CodeGen/MIRParser/MIParser.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRParser/MIRParser.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRPrinter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MIRVRegNamerUtils.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineBasicBlock.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineBlockFrequencyInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineBlockPlacement.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineCSE.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineCombiner.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineCopyPropagation.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineDebugify.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineFunction.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineFunctionPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineFunctionPrinterPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineInstr.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineLICM.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineLoopInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineLoopUtils.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineModuleInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineOperand.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineOutliner.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachinePipeliner.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineSSAUpdater.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineScheduler.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineSink.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineTraceMetrics.cpp
M third-party/llvm/llvm-src/lib/CodeGen/MachineVerifier.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ModuloSchedule.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PHIElimination.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PHIEliminationUtils.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ParallelCG.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PeepholeOptimizer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PostRAHazardRecognizer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PreISelIntrinsicLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/PrologEpilogInserter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RDFGraph.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RDFLiveness.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RDFRegisters.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ReachingDefAnalysis.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocBase.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocBase.h
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocBasic.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocFast.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocGreedy.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegAllocPBQP.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegisterClassInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegisterCoalescer.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegisterCoalescer.h
M third-party/llvm/llvm-src/lib/CodeGen/RegisterPressure.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RegisterScavenging.cpp
M third-party/llvm/llvm-src/lib/CodeGen/RenameIndependentSubregs.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SafeStack.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SafeStackLayout.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ScheduleDAGInstrs.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ScheduleDAGPrinter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/CMakeLists.txt
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/FastISel.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/InstrEmitter.h
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ShrinkWrap.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SjLjEHPrepare.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SpillPlacement.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SplitKit.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SplitKit.h
M third-party/llvm/llvm-src/lib/CodeGen/StackColoring.cpp
M third-party/llvm/llvm-src/lib/CodeGen/StackMaps.cpp
M third-party/llvm/llvm-src/lib/CodeGen/StackProtector.cpp
M third-party/llvm/llvm-src/lib/CodeGen/StackSlotColoring.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SwiftErrorValueTracking.cpp
M third-party/llvm/llvm-src/lib/CodeGen/SwitchLoweringUtils.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TailDuplicator.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetFrameLoweringImpl.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetInstrInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetLoweringBase.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetOptionsImpl.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetPassConfig.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TargetSubtargetInfo.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TwoAddressInstructionPass.cpp
M third-party/llvm/llvm-src/lib/CodeGen/TypePromotion.cpp
M third-party/llvm/llvm-src/lib/CodeGen/ValueTypes.cpp
M third-party/llvm/llvm-src/lib/CodeGen/VirtRegMap.cpp
M third-party/llvm/llvm-src/lib/CodeGen/WasmEHPrepare.cpp
M third-party/llvm/llvm-src/lib/CodeGen/WinEHPrepare.cpp
M third-party/llvm/llvm-src/lib/CodeGen/XRayInstrumentation.cpp
M third-party/llvm/llvm-src/lib/DWARFLinker/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DWARFLinker/DWARFLinker.cpp
M third-party/llvm/llvm-src/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp
M third-party/llvm/llvm-src/lib/DWARFLinker/DWARFLinkerDeclContext.cpp
M third-party/llvm/llvm-src/lib/DWARFLinker/DWARFStreamer.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/EnumTables.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/RecordName.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/RecordSerialization.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFContext.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFDie.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFExpression.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFFormValue.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFListTable.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFUnit.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/GSYM/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/GSYM/GsymCreator.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/MSF/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/MSF/MSFBuilder.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeSession.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/SymbolCache.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/PDBContext.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/PDBExtras.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/PDBSymbol.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/PDB/UDTLayout.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/CMakeLists.txt
M third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/DIPrinter.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
M third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
M third-party/llvm/llvm-src/lib/DebugInfo/Symbolize/Symbolize.cpp
M third-party/llvm/llvm-src/lib/Demangle/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Demangle/Demangle.cpp
M third-party/llvm/llvm-src/lib/Demangle/MicrosoftDemangleNodes.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/ExecutionEngine.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/Interpreter/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/ELF.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/JITLink.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/MachO.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/MCJIT/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/MCJIT/MCJIT.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/OProfileJIT/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Core.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/IRTransformLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/LLJIT.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Layer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/LazyReexports.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/MachOPlatform.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/Speculation.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
M third-party/llvm/llvm-src/lib/ExecutionEngine/SectionMemoryManager.cpp
M third-party/llvm/llvm-src/lib/Extensions/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Extensions/Extensions.cpp
M third-party/llvm/llvm-src/lib/Frontend/OpenMP/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Frontend/OpenMP/OMPContext.cpp
M third-party/llvm/llvm-src/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M third-party/llvm/llvm-src/lib/FuzzMutate/CMakeLists.txt
M third-party/llvm/llvm-src/lib/FuzzMutate/IRMutator.cpp
M third-party/llvm/llvm-src/lib/IR/AsmWriter.cpp
M third-party/llvm/llvm-src/lib/IR/AttributeImpl.h
M third-party/llvm/llvm-src/lib/IR/Attributes.cpp
M third-party/llvm/llvm-src/lib/IR/AutoUpgrade.cpp
M third-party/llvm/llvm-src/lib/IR/BasicBlock.cpp
M third-party/llvm/llvm-src/lib/IR/CMakeLists.txt
M third-party/llvm/llvm-src/lib/IR/ConstantFold.cpp
M third-party/llvm/llvm-src/lib/IR/ConstantRange.cpp
M third-party/llvm/llvm-src/lib/IR/Constants.cpp
M third-party/llvm/llvm-src/lib/IR/Core.cpp
M third-party/llvm/llvm-src/lib/IR/DIBuilder.cpp
M third-party/llvm/llvm-src/lib/IR/DataLayout.cpp
M third-party/llvm/llvm-src/lib/IR/DebugInfo.cpp
M third-party/llvm/llvm-src/lib/IR/DebugInfoMetadata.cpp
M third-party/llvm/llvm-src/lib/IR/DebugLoc.cpp
M third-party/llvm/llvm-src/lib/IR/DiagnosticInfo.cpp
M third-party/llvm/llvm-src/lib/IR/Dominators.cpp
M third-party/llvm/llvm-src/lib/IR/Function.cpp
M third-party/llvm/llvm-src/lib/IR/Globals.cpp
M third-party/llvm/llvm-src/lib/IR/IRBuilder.cpp
M third-party/llvm/llvm-src/lib/IR/IRPrintingPasses.cpp
M third-party/llvm/llvm-src/lib/IR/Instruction.cpp
M third-party/llvm/llvm-src/lib/IR/Instructions.cpp
M third-party/llvm/llvm-src/lib/IR/IntrinsicInst.cpp
M third-party/llvm/llvm-src/lib/IR/LLVMContext.cpp
M third-party/llvm/llvm-src/lib/IR/LLVMContextImpl.cpp
M third-party/llvm/llvm-src/lib/IR/LLVMContextImpl.h
M third-party/llvm/llvm-src/lib/IR/LLVMRemarkStreamer.cpp
M third-party/llvm/llvm-src/lib/IR/LegacyPassManager.cpp
M third-party/llvm/llvm-src/lib/IR/MDBuilder.cpp
M third-party/llvm/llvm-src/lib/IR/Mangler.cpp
M third-party/llvm/llvm-src/lib/IR/Metadata.cpp
M third-party/llvm/llvm-src/lib/IR/Module.cpp
M third-party/llvm/llvm-src/lib/IR/ModuleSummaryIndex.cpp
M third-party/llvm/llvm-src/lib/IR/Operator.cpp
M third-party/llvm/llvm-src/lib/IR/OptBisect.cpp
M third-party/llvm/llvm-src/lib/IR/Pass.cpp
M third-party/llvm/llvm-src/lib/IR/PassInstrumentation.cpp
M third-party/llvm/llvm-src/lib/IR/PassManager.cpp
M third-party/llvm/llvm-src/lib/IR/PassRegistry.cpp
M third-party/llvm/llvm-src/lib/IR/PassTimingInfo.cpp
M third-party/llvm/llvm-src/lib/IR/ProfileSummary.cpp
M third-party/llvm/llvm-src/lib/IR/SafepointIRVerifier.cpp
M third-party/llvm/llvm-src/lib/IR/Type.cpp
M third-party/llvm/llvm-src/lib/IR/Use.cpp
M third-party/llvm/llvm-src/lib/IR/User.cpp
M third-party/llvm/llvm-src/lib/IR/Value.cpp
M third-party/llvm/llvm-src/lib/IR/Verifier.cpp
M third-party/llvm/llvm-src/lib/IRReader/CMakeLists.txt
M third-party/llvm/llvm-src/lib/IRReader/IRReader.cpp
M third-party/llvm/llvm-src/lib/LTO/CMakeLists.txt
M third-party/llvm/llvm-src/lib/LTO/Caching.cpp
M third-party/llvm/llvm-src/lib/LTO/LTO.cpp
M third-party/llvm/llvm-src/lib/LTO/LTOBackend.cpp
M third-party/llvm/llvm-src/lib/LTO/LTOCodeGenerator.cpp
M third-party/llvm/llvm-src/lib/LTO/LTOModule.cpp
M third-party/llvm/llvm-src/lib/LTO/ThinLTOCodeGenerator.cpp
M third-party/llvm/llvm-src/lib/LineEditor/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Linker/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Linker/IRMover.cpp
M third-party/llvm/llvm-src/lib/Linker/LinkModules.cpp
M third-party/llvm/llvm-src/lib/MC/CMakeLists.txt
M third-party/llvm/llvm-src/lib/MC/ELFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/MC/MCAsmBackend.cpp
M third-party/llvm/llvm-src/lib/MC/MCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/MC/MCAsmInfoXCOFF.cpp
M third-party/llvm/llvm-src/lib/MC/MCAsmMacro.cpp
M third-party/llvm/llvm-src/lib/MC/MCAsmStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/MCAssembler.cpp
M third-party/llvm/llvm-src/lib/MC/MCCodeView.cpp
M third-party/llvm/llvm-src/lib/MC/MCContext.cpp
M third-party/llvm/llvm-src/lib/MC/MCDisassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/MC/MCDwarf.cpp
M third-party/llvm/llvm-src/lib/MC/MCELFStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/MCExpr.cpp
M third-party/llvm/llvm-src/lib/MC/MCFragment.cpp
M third-party/llvm/llvm-src/lib/MC/MCObjectFileInfo.cpp
M third-party/llvm/llvm-src/lib/MC/MCObjectStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/AsmLexer.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/AsmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/MC/MCParser/COFFAsmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/COFFMasmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/DarwinAsmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/ELFAsmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/MasmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCParser/WasmAsmParser.cpp
M third-party/llvm/llvm-src/lib/MC/MCSchedule.cpp
M third-party/llvm/llvm-src/lib/MC/MCSection.cpp
M third-party/llvm/llvm-src/lib/MC/MCSectionELF.cpp
M third-party/llvm/llvm-src/lib/MC/MCSectionMachO.cpp
M third-party/llvm/llvm-src/lib/MC/MCSectionWasm.cpp
M third-party/llvm/llvm-src/lib/MC/MCSectionXCOFF.cpp
M third-party/llvm/llvm-src/lib/MC/MCStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/MCSubtargetInfo.cpp
M third-party/llvm/llvm-src/lib/MC/MCSymbolXCOFF.cpp
M third-party/llvm/llvm-src/lib/MC/MCWasmStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/MCWin64EH.cpp
M third-party/llvm/llvm-src/lib/MC/MCWinCOFFStreamer.cpp
M third-party/llvm/llvm-src/lib/MC/StringTableBuilder.cpp
M third-party/llvm/llvm-src/lib/MC/WasmObjectWriter.cpp
M third-party/llvm/llvm-src/lib/MC/WinCOFFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/MC/XCOFFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/MCA/CMakeLists.txt
M third-party/llvm/llvm-src/lib/MCA/HardwareUnits/RegisterFile.cpp
M third-party/llvm/llvm-src/lib/MCA/HardwareUnits/Scheduler.cpp
M third-party/llvm/llvm-src/lib/MCA/InstrBuilder.cpp
M third-party/llvm/llvm-src/lib/MCA/Stages/InstructionTables.cpp
M third-party/llvm/llvm-src/lib/Object/Archive.cpp
M third-party/llvm/llvm-src/lib/Object/ArchiveWriter.cpp
M third-party/llvm/llvm-src/lib/Object/Binary.cpp
M third-party/llvm/llvm-src/lib/Object/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Object/COFFObjectFile.cpp
M third-party/llvm/llvm-src/lib/Object/ELF.cpp
M third-party/llvm/llvm-src/lib/Object/ELFObjectFile.cpp
M third-party/llvm/llvm-src/lib/Object/MachOObjectFile.cpp
M third-party/llvm/llvm-src/lib/Object/MachOUniversal.cpp
M third-party/llvm/llvm-src/lib/Object/ObjectFile.cpp
M third-party/llvm/llvm-src/lib/Object/RelocationResolver.cpp
M third-party/llvm/llvm-src/lib/Object/SymbolSize.cpp
M third-party/llvm/llvm-src/lib/Object/SymbolicFile.cpp
M third-party/llvm/llvm-src/lib/Object/WasmObjectFile.cpp
M third-party/llvm/llvm-src/lib/Object/XCOFFObjectFile.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ObjectYAML/COFFEmitter.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/DWARFEmitter.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/DWARFYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/ELFEmitter.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/ELFYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/MachOEmitter.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/MachOYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/MinidumpYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/ObjectYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/WasmEmitter.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/WasmYAML.cpp
M third-party/llvm/llvm-src/lib/ObjectYAML/yaml2obj.cpp
M third-party/llvm/llvm-src/lib/Option/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Option/OptTable.cpp
M third-party/llvm/llvm-src/lib/Option/Option.cpp
M third-party/llvm/llvm-src/lib/Passes/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Passes/PassBuilder.cpp
M third-party/llvm/llvm-src/lib/Passes/PassRegistry.def
M third-party/llvm/llvm-src/lib/Passes/StandardInstrumentations.cpp
M third-party/llvm/llvm-src/lib/ProfileData/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ProfileData/Coverage/CMakeLists.txt
M third-party/llvm/llvm-src/lib/ProfileData/Coverage/CoverageMapping.cpp
M third-party/llvm/llvm-src/lib/ProfileData/Coverage/CoverageMappingReader.cpp
M third-party/llvm/llvm-src/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
M third-party/llvm/llvm-src/lib/ProfileData/GCOV.cpp
M third-party/llvm/llvm-src/lib/ProfileData/InstrProf.cpp
M third-party/llvm/llvm-src/lib/ProfileData/InstrProfReader.cpp
M third-party/llvm/llvm-src/lib/ProfileData/InstrProfWriter.cpp
M third-party/llvm/llvm-src/lib/ProfileData/ProfileSummaryBuilder.cpp
M third-party/llvm/llvm-src/lib/ProfileData/SampleProf.cpp
M third-party/llvm/llvm-src/lib/ProfileData/SampleProfReader.cpp
M third-party/llvm/llvm-src/lib/ProfileData/SampleProfWriter.cpp
M third-party/llvm/llvm-src/lib/Remarks/BitstreamRemarkParser.cpp
M third-party/llvm/llvm-src/lib/Remarks/BitstreamRemarkParser.h
M third-party/llvm/llvm-src/lib/Remarks/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Support/AArch64TargetParser.cpp
M third-party/llvm/llvm-src/lib/Support/AMDGPUMetadata.cpp
M third-party/llvm/llvm-src/lib/Support/APFloat.cpp
M third-party/llvm/llvm-src/lib/Support/APInt.cpp
M third-party/llvm/llvm-src/lib/Support/ARMAttributeParser.cpp
M third-party/llvm/llvm-src/lib/Support/ARMTargetParser.cpp
M third-party/llvm/llvm-src/lib/Support/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Support/CRC.cpp
M third-party/llvm/llvm-src/lib/Support/CachePruning.cpp
M third-party/llvm/llvm-src/lib/Support/CommandLine.cpp
M third-party/llvm/llvm-src/lib/Support/Compression.cpp
M third-party/llvm/llvm-src/lib/Support/ConvertUTFWrapper.cpp
M third-party/llvm/llvm-src/lib/Support/CrashRecoveryContext.cpp
M third-party/llvm/llvm-src/lib/Support/DebugCounter.cpp
M third-party/llvm/llvm-src/lib/Support/DynamicLibrary.cpp
M third-party/llvm/llvm-src/lib/Support/ELFAttributeParser.cpp
M third-party/llvm/llvm-src/lib/Support/Error.cpp
M third-party/llvm/llvm-src/lib/Support/ErrorHandling.cpp
M third-party/llvm/llvm-src/lib/Support/FileCollector.cpp
M third-party/llvm/llvm-src/lib/Support/FormatVariadic.cpp
M third-party/llvm/llvm-src/lib/Support/Host.cpp
M third-party/llvm/llvm-src/lib/Support/InitLLVM.cpp
M third-party/llvm/llvm-src/lib/Support/JSON.cpp
M third-party/llvm/llvm-src/lib/Support/KnownBits.cpp
M third-party/llvm/llvm-src/lib/Support/LineIterator.cpp
M third-party/llvm/llvm-src/lib/Support/LowLevelType.cpp
M third-party/llvm/llvm-src/lib/Support/Path.cpp
M third-party/llvm/llvm-src/lib/Support/PrettyStackTrace.cpp
M third-party/llvm/llvm-src/lib/Support/Process.cpp
M third-party/llvm/llvm-src/lib/Support/Program.cpp
M third-party/llvm/llvm-src/lib/Support/SHA1.cpp
M third-party/llvm/llvm-src/lib/Support/Signals.cpp
M third-party/llvm/llvm-src/lib/Support/Signposts.cpp
M third-party/llvm/llvm-src/lib/Support/SmallVector.cpp
M third-party/llvm/llvm-src/lib/Support/SourceMgr.cpp
M third-party/llvm/llvm-src/lib/Support/TargetParser.cpp
M third-party/llvm/llvm-src/lib/Support/Timer.cpp
M third-party/llvm/llvm-src/lib/Support/TrigramIndex.cpp
M third-party/llvm/llvm-src/lib/Support/Triple.cpp
M third-party/llvm/llvm-src/lib/Support/Unicode.cpp
M third-party/llvm/llvm-src/lib/Support/Unix/Path.inc
M third-party/llvm/llvm-src/lib/Support/Unix/Process.inc
M third-party/llvm/llvm-src/lib/Support/Unix/Program.inc
M third-party/llvm/llvm-src/lib/Support/Unix/Signals.inc
M third-party/llvm/llvm-src/lib/Support/Unix/Threading.inc
M third-party/llvm/llvm-src/lib/Support/VirtualFileSystem.cpp
M third-party/llvm/llvm-src/lib/Support/Windows/Path.inc
M third-party/llvm/llvm-src/lib/Support/Windows/Process.inc
M third-party/llvm/llvm-src/lib/Support/Windows/Program.inc
M third-party/llvm/llvm-src/lib/Support/Windows/Signals.inc
M third-party/llvm/llvm-src/lib/Support/Windows/Threading.inc
M third-party/llvm/llvm-src/lib/Support/X86TargetParser.cpp
M third-party/llvm/llvm-src/lib/Support/YAMLParser.cpp
M third-party/llvm/llvm-src/lib/Support/YAMLTraits.cpp
M third-party/llvm/llvm-src/lib/Support/raw_ostream.cpp
M third-party/llvm/llvm-src/lib/TableGen/CMakeLists.txt
M third-party/llvm/llvm-src/lib/TableGen/Error.cpp
M third-party/llvm/llvm-src/lib/TableGen/JSONBackend.cpp
M third-party/llvm/llvm-src/lib/TableGen/Main.cpp
M third-party/llvm/llvm-src/lib/TableGen/Record.cpp
M third-party/llvm/llvm-src/lib/TableGen/TGLexer.cpp
M third-party/llvm/llvm-src/lib/TableGen/TGLexer.h
M third-party/llvm/llvm-src/lib/TableGen/TGParser.cpp
M third-party/llvm/llvm-src/lib/TableGen/TGParser.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64AsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64BranchTargets.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64CallingConvention.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64Combine.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64CompressJumpTables.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64FastISel.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64FrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64FrameLowering.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64ISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64ISelLowering.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64InstrFormats.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64InstrGISel.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64InstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64InstrInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64InstrInfo.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64MCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64MachineFunctionInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64MacroFusion.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64RegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64RegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64RegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SVEInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SchedA57.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SchedA57WriteRes.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64StackTagging.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64Subtarget.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64Subtarget.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64SystemOperands.td
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64TargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64TargetMachine.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AArch64TargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AArch64/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64CallLowering.h
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AArch64/SVEInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/AArch64/SVEIntrinsicOpts.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AArch64/Utils/AArch64BaseInfo.h
M third-party/llvm/llvm-src/lib/Target/AArch64/Utils/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPU.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPU.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUCallLowering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUCallingConv.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUCombine.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUExportClustering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUGISel.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUISelLowering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULibCalls.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULibFunc.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMachineFunction.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUMacroFusion.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPTNote.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPURegisterBanks.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUSearchableTables.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUSubtarget.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AMDKernelCodeT.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/BUFInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/DSInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/EvergreenInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/FLATInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNDPPCombine.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNHazardRecognizer.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNILPSched.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNIterativeScheduler.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNNSAReassign.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNProcessors.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNRegBankReassign.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNRegPressure.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNRegPressure.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/MIMGInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600AsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600ClauseMergePass.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600Defines.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600FrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600FrameLowering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600ISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600InstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600InstrInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600Instructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600MachineScheduler.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600MachineScheduler.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600Packetizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600RegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/R600RegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIAddIMGInit.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIDefines.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFixVGPRCopies.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFoldOperands.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIISelLowering.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInsertHardClauses.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInsertSkips.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SILowerControlFlow.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SILowerI1Copies.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIMachineFunctionInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIMachineScheduler.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIMachineScheduler.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIModeRegister.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIPostRABundler.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIProgramInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIRegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIRemoveShortExecBranches.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SISchedule.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIShrinkInstructions.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SMInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/SOPInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
M third-party/llvm/llvm-src/lib/Target/AMDGPU/Utils/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOP1Instructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOP2Instructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOP3Instructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOP3PInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOPCInstructions.td
M third-party/llvm/llvm-src/lib/Target/AMDGPU/VOPInstructions.td
M third-party/llvm/llvm-src/lib/Target/ARC/ARCISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/ARC/ARCSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/ARC/ARCSubtarget.h
M third-party/llvm/llvm-src/lib/Target/ARC/ARCTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/ARC/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARC/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/ARC/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARC/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/A15SDOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARM.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARM.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMBaseInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMBaseInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMBaseRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMBaseRegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMCallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMCallLowering.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMConstantIslandPass.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMExpandPseudoInsts.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMFastISel.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMFeatures.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMHazardRecognizer.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMHazardRecognizer.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMISelLowering.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrMVE.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrNEON.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrThumb.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrThumb2.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstrVFP.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMInstructionSelector.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMLegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMLowOverheadLoops.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMParallelDSP.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMPredicates.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMRegisterBankInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMSchedule.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleA57.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleA57WriteRes.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleA9.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleR52.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMScheduleSwift.td
M third-party/llvm/llvm-src/lib/Target/ARM/ARMSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMSubtarget.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/ARM/ARMTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/ARMTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
M third-party/llvm/llvm-src/lib/Target/ARM/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/MVEGatherScatterLowering.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MVETailPredication.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MVEVPTBlockPass.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/ARM/Thumb2InstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/Thumb2InstrInfo.h
M third-party/llvm/llvm-src/lib/Target/ARM/Thumb2SizeReduction.cpp
M third-party/llvm/llvm-src/lib/Target/ARM/Utils/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AVR/AVRDevices.td
M third-party/llvm/llvm-src/lib/Target/AVR/AVRExpandPseudoInsts.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AVRFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AVRISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AVRISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AVRISelLowering.h
M third-party/llvm/llvm-src/lib/Target/AVR/AVRInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/AVR/AVRSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AVRSubtarget.h
M third-party/llvm/llvm-src/lib/Target/AVR/AVRTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AVR/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AVR/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/AVR/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/AVR/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/BPF/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/BPF/BPF.h
M third-party/llvm/llvm-src/lib/Target/BPF/BPFAbstractMemberAccess.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFCORE.h
M third-party/llvm/llvm-src/lib/Target/BPF/BPFISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/BPF/BPFInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/BPF/BPFMIChecking.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFMIPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFPreserveDIType.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFSubtarget.h
M third-party/llvm/llvm-src/lib/Target/BPF/BPFTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BPFTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/BPF/BTF.def
M third-party/llvm/llvm-src/lib/Target/BPF/BTFDebug.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/BTFDebug.h
M third-party/llvm/llvm-src/lib/Target/BPF/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/BPF/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/BPF/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Hexagon/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/BitTracker.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/BitTracker.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Hexagon/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/Hexagon.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonBitSimplify.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonBitTracker.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonBitTracker.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonBlockRanges.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonBlockRanges.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonCommonGEP.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonConstExtenders.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonConstPropagation.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonCopyToCombine.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonExpandCondsets.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonGenInsert.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonGenPredicate.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonHardwareLoops.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonISelLowering.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonIntrinsicsV60.td
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonOptAddrMode.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonPatterns.td
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonPatternsHVX.td
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonSplitDouble.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonSubtarget.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/RDFDeadCode.cpp
M third-party/llvm/llvm-src/lib/Target/Hexagon/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Lanai/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Lanai/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Lanai/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiSubtarget.h
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/Lanai/LanaiTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/Lanai/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/Lanai/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/MSP430/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/MSP430/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/MSP430/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h
M third-party/llvm/llvm-src/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/MSP430/MSP430ISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/MSP430/MSP430Subtarget.cpp
M third-party/llvm/llvm-src/lib/Target/MSP430/MSP430Subtarget.h
M third-party/llvm/llvm-src/lib/Target/MSP430/MSP430TargetMachine.h
M third-party/llvm/llvm-src/lib/Target/MSP430/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Mips/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Mips/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
M third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/Mips.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsCallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsCallLowering.h
M third-party/llvm/llvm-src/lib/Target/Mips/MipsConstantIslandPass.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsDelaySlotFiller.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsExpandPseudo.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsISelLowering.h
M third-party/llvm/llvm-src/lib/Target/Mips/MipsInstrFPU.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsLegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsRegisterBankInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsRegisterBankInfo.h
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSEFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSEFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSEISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSchedule.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsScheduleGeneric.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsScheduleP5600.td
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsSubtarget.h
M third-party/llvm/llvm-src/lib/Target/Mips/MipsTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/Mips/MipsTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/Mips/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/NVPTX/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTX.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXISelLowering.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXIntrinsics.td
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXLowerArgs.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXSubtarget.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVVMIntrRange.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/NVVMReflect.cpp
M third-party/llvm/llvm-src/lib/Target/NVPTX/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/P9InstrResources.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPC.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPC.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCBoolRetToInt.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCCCState.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCCTRLoops.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCCallingConv.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCEarlyReturn.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCFastISel.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCISelLowering.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstr64Bit.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrAltivec.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrHTM.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrPrefix.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrSPE.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCInstrVSX.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMIPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMachineFunctionInfo.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMachineScheduler.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCMacroFusion.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCReduceCRLogicals.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCRegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCScheduleP9.td
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCSubtarget.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/README_ALTIVEC.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
M third-party/llvm/llvm-src/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.h
M third-party/llvm/llvm-src/lib/Target/README.txt
M third-party/llvm/llvm-src/lib/Target/RISCV/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/RISCV/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCV.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCV.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVCallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVCallLowering.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVISelDAGToDAG.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVISelLowering.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrFormatsV.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoB.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoC.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoD.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoF.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoM.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVInstrInfoV.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSchedule.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSubtarget.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVSystemOperands.td
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/RISCV/RISCVTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/RISCV/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Sparc/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Sparc/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Sparc/LeonPasses.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/LeonPasses.h
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
M third-party/llvm/llvm-src/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcInstr64Bit.td
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcSubtarget.h
M third-party/llvm/llvm-src/lib/Target/Sparc/SparcTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/Sparc/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/SystemZ/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/SystemZ/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZElimCompare.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZFeatures.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZHazardRecognizer.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZISelLowering.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZInstrVector.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZMachineScheduler.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZOperators.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZRegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZScheduleZ13.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZScheduleZ14.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZScheduleZ15.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZScheduleZ196.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZScheduleZEC12.td
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZSubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZSubtarget.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/SystemZ/SystemZTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/SystemZ/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/TargetLoweringObjectFile.cpp
M third-party/llvm/llvm-src/lib/Target/TargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/VE/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/VE/AsmParser/VEAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/VE/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/VE/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/VE/Disassembler/VEDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/VE/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/VE/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/VE/TargetInfo/VETargetInfo.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VE.h
M third-party/llvm/llvm-src/lib/Target/VE/VE.td
M third-party/llvm/llvm-src/lib/Target/VE/VEAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VECallingConv.td
M third-party/llvm/llvm-src/lib/Target/VE/VEFrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VEFrameLowering.h
M third-party/llvm/llvm-src/lib/Target/VE/VEISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VEISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VEISelLowering.h
M third-party/llvm/llvm-src/lib/Target/VE/VEInstrFormats.td
M third-party/llvm/llvm-src/lib/Target/VE/VEInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VEInstrInfo.h
M third-party/llvm/llvm-src/lib/Target/VE/VEInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/VE/VEMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VERegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VERegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/VE/VERegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/VE/VESubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VESubtarget.h
M third-party/llvm/llvm-src/lib/Target/VE/VETargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/VE/VETargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/WebAssembly/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyISD.def
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrControl.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrRef.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblySubtarget.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
M third-party/llvm/llvm-src/lib/Target/WebAssembly/WebAssemblyUtilities.h
M third-party/llvm/llvm-src/lib/Target/X86/AsmParser/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/X86/AsmParser/X86AsmParser.cpp
M third-party/llvm/llvm-src/lib/Target/X86/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/X86/Disassembler/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/X86/Disassembler/X86Disassembler.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp
M third-party/llvm/llvm-src/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
M third-party/llvm/llvm-src/lib/Target/X86/TargetInfo/CMakeLists.txt
M third-party/llvm/llvm-src/lib/Target/X86/X86.h
M third-party/llvm/llvm-src/lib/Target/X86/X86.td
M third-party/llvm/llvm-src/lib/Target/X86/X86AsmPrinter.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86AsmPrinter.h
M third-party/llvm/llvm-src/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86CallFrameOptimization.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86CallLowering.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86CallLowering.h
M third-party/llvm/llvm-src/lib/Target/X86/X86CallingConv.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86CallingConv.td
M third-party/llvm/llvm-src/lib/Target/X86/X86CmovConversion.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86DomainReassignment.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86EvexToVex.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86ExpandPseudo.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FastISel.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FixupBWInsts.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FixupLEAs.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FixupSetCC.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FlagsCopyLowering.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FrameLowering.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86FrameLowering.h
M third-party/llvm/llvm-src/lib/Target/X86/X86ISelDAGToDAG.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86ISelLowering.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86ISelLowering.h
M third-party/llvm/llvm-src/lib/Target/X86/X86IndirectBranchTracking.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86IndirectThunks.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InsertPrefetch.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InsertWait.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrAMX.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrAVX512.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrArithmetic.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrCompiler.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrFMA.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrFPStack.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrFoldTables.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrFormats.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrFragmentsSIMD.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrInfo.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrInfo.h
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrInfo.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrMMX.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrSSE.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrSVM.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstrSystem.td
M third-party/llvm/llvm-src/lib/Target/X86/X86InstructionSelector.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86InterleavedAccess.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86IntrinsicsInfo.h
M third-party/llvm/llvm-src/lib/Target/X86/X86LegalizerInfo.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86MCInstLower.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86PartialReduction.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86RegisterInfo.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86RegisterInfo.h
M third-party/llvm/llvm-src/lib/Target/X86/X86RegisterInfo.td
M third-party/llvm/llvm-src/lib/Target/X86/X86SelectionDAGInfo.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
M third-party/llvm/llvm-src/lib/Target/X86/X86ShuffleDecodeConstantPool.h
M third-party/llvm/llvm-src/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
Compare: https://github.com/chapel-lang/chapel/compare/021ad40683c1...7c41c0d4a7fd