Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Discussions
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this user
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
yrnkrn
/
zapcc
Public
Notifications
Fork
65
Star
1.2k
Code
Issues
7
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge LLVM 315030
Loading branch information
yrnkrn
committed
Jul 16, 2018
1 parent
81a0ffa
commit
f966c79dd4792a63987b00e8b3dd986ff2f38ebe
Show file tree
Hide file tree
Showing
2,705 changed files
with
161,714 additions
and
75,156 deletions
.
Split
Unified
CMakeLists.txt
CMakeLists.txt
CREDITS.TXT
CREDITS.TXT
README.md
README.md
cmake
cmake/config-ix.cmake
config-ix.cmake
modules
cmake/modules/AddLLVM.cmake
AddLLVM.cmake
cmake/modules/HandleLLVMOptions.cmake
HandleLLVMOptions.cmake
cmake/modules/LLVMProcessSources.cmake
LLVMProcessSources.cmake
docs
docs/AMDGPUUsage.rst
AMDGPUUsage.rst
docs/CFIVerify.rst
CFIVerify.rst
docs/CMake.rst
CMake.rst
docs/CMakeLists.txt
CMakeLists.txt
CommandGuide
docs/CommandGuide/llvm-cov.rst
llvm-cov.rst
docs/CommandGuide/llvm-dwarfdump.rst
llvm-dwarfdump.rst
docs/CommandLine.rst
CommandLine.rst
docs/CoverageMappingFormat.rst
CoverageMappingFormat.rst
docs/DeveloperPolicy.rst
DeveloperPolicy.rst
docs/GlobalISel.rst
GlobalISel.rst
docs/HowToReleaseLLVM.rst
HowToReleaseLLVM.rst
docs/LangRef.rst
LangRef.rst
docs/LibFuzzer.rst
LibFuzzer.rst
docs/ReleaseNotes.rst
ReleaseNotes.rst
docs/SourceLevelDebugging.rst
SourceLevelDebugging.rst
docs/TypeMetadata.rst
TypeMetadata.rst
docs/XRayFDRFormat.rst
XRayFDRFormat.rst
docs/index.rst
index.rst
tutorial
docs/tutorial/BuildingAJIT1.rst
BuildingAJIT1.rst
docs/tutorial/BuildingAJIT2.rst
BuildingAJIT2.rst
docs/tutorial/BuildingAJIT3.rst
BuildingAJIT3.rst
docs/tutorial/BuildingAJIT4.rst
BuildingAJIT4.rst
docs/tutorial/BuildingAJIT5.rst
BuildingAJIT5.rst
include
llvm-c
include/llvm-c/OrcBindings.h
OrcBindings.h
llvm
ADT
include/llvm/ADT/APInt.h
APInt.h
include/llvm/ADT/STLExtras.h
STLExtras.h
include/llvm/ADT/StringExtras.h
StringExtras.h
include/llvm/ADT/Triple.h
Triple.h
include/llvm/ADT/iterator.h
iterator.h
Analysis
include/llvm/Analysis/BlockFrequencyInfo.h
BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
BlockFrequencyInfoImpl.h
include/llvm/Analysis/CFG.h
CFG.h
include/llvm/Analysis/CGSCCPassManager.h
CGSCCPassManager.h
include/llvm/Analysis/ConstantFolding.h
ConstantFolding.h
include/llvm/Analysis/InlineCost.h
InlineCost.h
include/llvm/Analysis/LoopAccessAnalysis.h
LoopAccessAnalysis.h
include/llvm/Analysis/LoopInfo.h
LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
LoopInfoImpl.h
include/llvm/Analysis/LoopPass.h
LoopPass.h
include/llvm/Analysis/OptimizationDiagnosticInfo.h
OptimizationDiagnosticInfo.h
include/llvm/Analysis/RegionInfo.h
RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
RegionInfoImpl.h
include/llvm/Analysis/SparsePropagation.h
SparsePropagation.h
include/llvm/Analysis/TargetLibraryInfo.h
TargetLibraryInfo.h
include/llvm/Analysis/TargetTransformInfo.h
TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
TargetTransformInfoImpl.h
include/llvm/Analysis/ValueLattice.h
ValueLattice.h
AsmParser
include/llvm/AsmParser/Parser.h
Parser.h
BinaryFormat
include/llvm/BinaryFormat/Dwarf.def
Dwarf.def
include/llvm/BinaryFormat/Dwarf.h
Dwarf.h
include/llvm/BinaryFormat/ELF.h
ELF.h
ELFRelocs
include/llvm/BinaryFormat/ELFRelocs/ARC.def
ARC.def
include/llvm/BinaryFormat/Wasm.h
Wasm.h
CodeGen
include/llvm/CodeGen/AsmPrinter.h
AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
BasicTTIImpl.h
include/llvm/CodeGen/CalcSpillWeights.h
CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
CallingConvLower.h
GlobalISel
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
InstructionSelectorImpl.h
include/llvm/CodeGen/LatencyPriorityQueue.h
LatencyPriorityQueue.h
include/llvm/CodeGen/LivePhysRegs.h
LivePhysRegs.h
include/llvm/CodeGen/MIRYamlMapping.h
MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
MachineBasicBlock.h
include/llvm/CodeGen/MachineInstrBuilder.h
MachineInstrBuilder.h
include/llvm/CodeGen/MachineLoopInfo.h
MachineLoopInfo.h
include/llvm/CodeGen/MachineModuleInfo.h
MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
MachineOperand.h
include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
MachineOptimizationRemarkEmitter.h
include/llvm/CodeGen/MachineRegisterInfo.h
MachineRegisterInfo.h
include/llvm/CodeGen/MachineScheduler.h
MachineScheduler.h
include/llvm/CodeGen/Passes.h
Passes.h
include/llvm/CodeGen/PreISelIntrinsicLowering.h
PreISelIntrinsicLowering.h
include/llvm/CodeGen/PseudoSourceValue.h
PseudoSourceValue.h
include/llvm/CodeGen/ResourcePriorityQueue.h
ResourcePriorityQueue.h
include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
SelectionDAGAddressAnalysis.h
include/llvm/CodeGen/SelectionDAGNodes.h
SelectionDAGNodes.h
include/llvm/CodeGen/SelectionDAGTargetInfo.h
SelectionDAGTargetInfo.h
include/llvm/CodeGen/TargetSchedule.h
TargetSchedule.h
include/llvm/CodeGen/VirtRegMap.h
VirtRegMap.h
Config
include/llvm/Config/config.h.cmake
config.h.cmake
DebugInfo
CodeView
include/llvm/DebugInfo/CodeView/CodeView.h
CodeView.h
include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
CodeViewRegisters.def
include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
CodeViewSymbols.def
include/llvm/DebugInfo/CodeView/CodeViewTypes.def
CodeViewTypes.def
include/llvm/DebugInfo/DIContext.h
DIContext.h
DWARF
include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
DWARFAbbreviationDeclaration.h
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
DWARFAcceleratorTable.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
DWARFDebugAbbrev.h
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
DWARFDebugFrame.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
DWARFDebugLine.h
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
DWARFDebugLoc.h
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
DWARFDebugMacro.h
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
DWARFDebugPubTable.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
DWARFDebugRangeList.h
include/llvm/DebugInfo/DWARF/DWARFDie.h
DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
DWARFUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
DWARFUnitIndex.h
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
DWARFVerifier.h
ExecutionEngine/Orc
include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
GlobalMappingLayer.h
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
RTDyldObjectLinkingLayer.h
IR
include/llvm/IR/CallSite.h
CallSite.h
include/llvm/IR/CallingConv.h
CallingConv.h
include/llvm/IR/DIBuilder.h
DIBuilder.h
include/llvm/IR/DebugInfoMetadata.h
DebugInfoMetadata.h
include/llvm/IR/DiagnosticHandler.h
DiagnosticHandler.h
include/llvm/IR/DiagnosticInfo.h
DiagnosticInfo.h
include/llvm/IR/Function.h
Function.h
include/llvm/IR/InstrTypes.h
InstrTypes.h
include/llvm/IR/Instruction.h
Instruction.h
include/llvm/IR/Instructions.h
Instructions.h
include/llvm/IR/IntrinsicInst.h
IntrinsicInst.h
include/llvm/IR/Intrinsics.td
Intrinsics.td
include/llvm/IR/IntrinsicsNVVM.td
IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsX86.td
IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
LLVMContext.h
include/llvm/IR/ModuleSummaryIndex.h
ModuleSummaryIndex.h
include/llvm/IR/Operator.h
Operator.h
include/llvm/IR/PassManager.h
PassManager.h
IRReader
include/llvm/IRReader/IRReader.h
IRReader.h
include/llvm/InitializePasses.h
InitializePasses.h
LTO
include/llvm/LTO/Config.h
Config.h
include/llvm/LTO/LTO.h
LTO.h
legacy
include/llvm/LTO/legacy/LTOCodeGenerator.h
LTOCodeGenerator.h
MC
include/llvm/MC/MCCodeView.h
MCCodeView.h
include/llvm/MC/MCContext.h
MCContext.h
include/llvm/MC/MCELFObjectWriter.h
MCELFObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
MCObjectStreamer.h
MCParser
include/llvm/MC/MCParser/MCAsmParser.h
MCAsmParser.h
include/llvm/MC/MCParser/MCTargetAsmParser.h
MCTargetAsmParser.h
include/llvm/MC/MCSchedule.h
MCSchedule.h
include/llvm/MC/MCSectionWasm.h
MCSectionWasm.h
include/llvm/MC/MCStreamer.h
MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
MCSubtargetInfo.h
include/llvm/MC/SubtargetFeature.h
SubtargetFeature.h
Object
include/llvm/Object/Archive.h
Archive.h
include/llvm/Object/ArchiveWriter.h
ArchiveWriter.h
include/llvm/Object/Binary.h
Binary.h
include/llvm/Object/COFFImportFile.h
COFFImportFile.h
include/llvm/Object/ELF.h
ELF.h
include/llvm/Object/ELFObjectFile.h
ELFObjectFile.h
include/llvm/Object/ELFTypes.h
ELFTypes.h
include/llvm/Object/MachO.h
MachO.h
include/llvm/Object/ObjectFile.h
ObjectFile.h
include/llvm/Object/Wasm.h
Wasm.h
include/llvm/Object/WindowsResource.h
WindowsResource.h
ObjectYAML
include/llvm/ObjectYAML/MachOYAML.h
MachOYAML.h
include/llvm/ObjectYAML/WasmYAML.h
WasmYAML.h
ProfileData
Coverage
include/llvm/ProfileData/Coverage/CoverageMapping.h
CoverageMapping.h
include/llvm/ProfileData/InstrProfData.inc
InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
InstrProfReader.h
include/llvm/ProfileData/SampleProf.h
SampleProf.h
Support
include/llvm/Support/AArch64TargetParser.def
AArch64TargetParser.def
include/llvm/Support/Allocator.h
Allocator.h
include/llvm/Support/CommandLine.h
CommandLine.h
include/llvm/Support/FileSystem.h
FileSystem.h
include/llvm/Support/GenericDomTree.h
GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
GenericDomTreeConstruction.h
include/llvm/Support/LEB128.h
LEB128.h
include/llvm/Support/Program.h
Program.h
include/llvm/Support/SpecialCaseList.h
SpecialCaseList.h
include/llvm/Support/ThreadPool.h
ThreadPool.h
include/llvm/Support/Threading.h
Threading.h
include/llvm/Support/ToolOutputFile.h
ToolOutputFile.h
include/llvm/Support/raw_ostream.h
raw_ostream.h
Target
include/llvm/Target/GenericOpcodes.td
GenericOpcodes.td
GlobalISel
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
SelectionDAGCompat.td
include/llvm/Target/Target.td
Target.td
include/llvm/Target/TargetInstrInfo.h
TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
TargetLoweringObjectFile.h
include/llvm/Target/TargetOpcodes.def
TargetOpcodes.def
include/llvm/Target/TargetRegisterInfo.h
TargetRegisterInfo.h
include/llvm/Target/TargetSubtargetInfo.h
TargetSubtargetInfo.h
Transforms
include/llvm/Transforms/SampleProfile.h
SampleProfile.h
Scalar
include/llvm/Transforms/Scalar/ConstantHoisting.h
ConstantHoisting.h
include/llvm/Transforms/Scalar/GVN.h
GVN.h
include/llvm/Transforms/Scalar/GVNExpression.h
GVNExpression.h
include/llvm/Transforms/Scalar/JumpThreading.h
JumpThreading.h
include/llvm/Transforms/Scalar/LoopPassManager.h
LoopPassManager.h
include/llvm/Transforms/Scalar/SimplifyCFG.h
SimplifyCFG.h
Utils
include/llvm/Transforms/Utils/Local.h
Local.h
include/llvm/Transforms/Utils/LoopUtils.h
LoopUtils.h
include/llvm/Transforms/Utils/ModuleUtils.h
ModuleUtils.h
include/llvm/Transforms/Utils/UnrollLoop.h
UnrollLoop.h
WindowsManifest
include/llvm/WindowsManifest/WindowsManifestMerger.h
WindowsManifestMerger.h
WindowsResource
include/llvm/WindowsResource/ResourceProcessor.h
ResourceProcessor.h
include/llvm/WindowsResource/ResourceScriptToken.h
ResourceScriptToken.h
include/llvm/WindowsResource/ResourceScriptTokenList.h
ResourceScriptTokenList.h
XRay
include/llvm/XRay/XRayRecord.h
XRayRecord.h
include/llvm/XRay/YAMLXRayRecord.h
YAMLXRayRecord.h
include/llvm/module.modulemap
module.modulemap
lib
Analysis
lib/Analysis/BlockFrequencyInfo.cpp
BlockFrequencyInfo.cpp
lib/Analysis/CGSCCPassManager.cpp
CGSCCPassManager.cpp
lib/Analysis/CMakeLists.txt
CMakeLists.txt
lib/Analysis/InlineCost.cpp
InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
InstructionSimplify.cpp
lib/Analysis/LazyValueInfo.cpp
LazyValueInfo.cpp
lib/Analysis/Lint.cpp
Lint.cpp
lib/Analysis/LoopAccessAnalysis.cpp
LoopAccessAnalysis.cpp
lib/Analysis/LoopAnalysisManager.cpp
LoopAnalysisManager.cpp
lib/Analysis/LoopInfo.cpp
LoopInfo.cpp
lib/Analysis/LoopPass.cpp
LoopPass.cpp
lib/Analysis/MemorySSAUpdater.cpp
MemorySSAUpdater.cpp
lib/Analysis/ModuleSummaryAnalysis.cpp
ModuleSummaryAnalysis.cpp
lib/Analysis/OptimizationDiagnosticInfo.cpp
OptimizationDiagnosticInfo.cpp
lib/Analysis/ScalarEvolution.cpp
ScalarEvolution.cpp
lib/Analysis/SparsePropagation.cpp
SparsePropagation.cpp
lib/Analysis/TargetLibraryInfo.cpp
TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
TargetTransformInfo.cpp
lib/Analysis/ValueLattice.cpp
ValueLattice.cpp
AsmParser
lib/AsmParser/LLLexer.cpp
LLLexer.cpp
lib/AsmParser/LLParser.cpp
LLParser.cpp
lib/AsmParser/LLParser.h
LLParser.h
lib/AsmParser/LLToken.h
LLToken.h
lib/AsmParser/Parser.cpp
Parser.cpp
BinaryFormat
lib/BinaryFormat/Dwarf.cpp
Dwarf.cpp
Bitcode
Reader
lib/Bitcode/Reader/BitcodeReader.cpp
BitcodeReader.cpp
lib/Bitcode/Reader/MetadataLoader.cpp
MetadataLoader.cpp
Writer
lib/Bitcode/Writer/BitcodeWriter.cpp
BitcodeWriter.cpp
CodeGen
lib/CodeGen/AggressiveAntiDepBreaker.cpp
AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
AggressiveAntiDepBreaker.h
lib/CodeGen/AntiDepBreaker.h
AntiDepBreaker.h
AsmPrinter
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
CodeViewDebug.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
DwarfExpression.cpp
lib/CodeGen/AsmPrinter/EHStreamer.cpp
EHStreamer.cpp
lib/CodeGen/AtomicExpandPass.cpp
AtomicExpandPass.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
BasicTargetTransformInfo.cpp
lib/CodeGen/BranchRelaxation.cpp
BranchRelaxation.cpp
lib/CodeGen/CMakeLists.txt
CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
CalcSpillWeights.cpp
lib/CodeGen/CodeGen.cpp
CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
CriticalAntiDepBreaker.h
lib/CodeGen/DwarfEHPrepare.cpp
DwarfEHPrepare.cpp
GlobalISel
lib/CodeGen/GlobalISel/IRTranslator.cpp
IRTranslator.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
InstructionSelector.cpp
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
LegalizerHelper.cpp
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
LegalizerInfo.cpp
lib/CodeGen/GlobalISel/Utils.cpp
Utils.cpp
lib/CodeGen/GlobalMerge.cpp
GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
IfConversion.cpp
lib/CodeGen/InlineSpiller.cpp
InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
InterferenceCache.h
lib/CodeGen/InterleavedAccessPass.cpp
InterleavedAccessPass.cpp
lib/CodeGen/LiveDebugVariables.cpp
LiveDebugVariables.cpp
lib/CodeGen/LivePhysRegs.cpp
LivePhysRegs.cpp
MIRParser
lib/CodeGen/MIRParser/MILexer.cpp
MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
MILexer.h
lib/CodeGen/MIRParser/MIRParser.cpp
MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
MIRPrinter.cpp
lib/CodeGen/MachineBlockPlacement.cpp
MachineBlockPlacement.cpp
lib/CodeGen/MachineCombiner.cpp
MachineCombiner.cpp
lib/CodeGen/MachineFunction.cpp
MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
MachineModuleInfo.cpp
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
MachineOptimizationRemarkEmitter.cpp
lib/CodeGen/MachineOutliner.cpp
MachineOutliner.cpp
lib/CodeGen/MachineScheduler.cpp
MachineScheduler.cpp
lib/CodeGen/PreISelIntrinsicLowering.cpp
PreISelIntrinsicLowering.cpp
lib/CodeGen/PrologEpilogInserter.cpp
PrologEpilogInserter.cpp
lib/CodeGen/PseudoSourceValue.cpp
PseudoSourceValue.cpp
lib/CodeGen/RegAllocBase.cpp
RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
RegAllocGreedy.cpp
lib/CodeGen/RegisterCoalescer.cpp
RegisterCoalescer.cpp
lib/CodeGen/RegisterCoalescer.h
RegisterCoalescer.h
lib/CodeGen/RegisterScavenging.cpp
RegisterScavenging.cpp
lib/CodeGen/SafeStack.cpp
SafeStack.cpp
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
ScalarizeMaskedMemIntrin.cpp
lib/CodeGen/ScoreboardHazardRecognizer.cpp
ScoreboardHazardRecognizer.cpp
SelectionDAG
lib/CodeGen/SelectionDAG/CMakeLists.txt
CMakeLists.txt
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
SelectionDAGAddressAnalysis.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
SelectionDAGTargetInfo.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
StatepointLowering.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.h
StatepointLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
TargetLowering.cpp
lib/CodeGen/ShadowStackGCLowering.cpp
ShadowStackGCLowering.cpp
lib/CodeGen/SpillPlacement.cpp
SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
SpillPlacement.h
lib/CodeGen/StackColoring.cpp
StackColoring.cpp
lib/CodeGen/StackSlotColoring.cpp
StackSlotColoring.cpp
lib/CodeGen/TargetInstrInfo.cpp
TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetPassConfig.cpp
TargetPassConfig.cpp
lib/CodeGen/TargetRegisterInfo.cpp
TargetRegisterInfo.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
VirtRegMap.cpp
lib/CodeGen/XRayInstrumentation.cpp
XRayInstrumentation.cpp
DebugInfo
CodeView
lib/DebugInfo/CodeView/EnumTables.cpp
EnumTables.cpp
lib/DebugInfo/CodeView/SymbolDumper.cpp
SymbolDumper.cpp
DWARF
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
DWARFDebugPubTable.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
DWARFDebugRangeList.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
DWARFUnitIndex.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
DWARFVerifier.cpp
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
SyntaxHighlighting.cpp
lib/DebugInfo/DWARF/SyntaxHighlighting.h
SyntaxHighlighting.h
PDB
lib/DebugInfo/PDB/PDBExtras.cpp
PDBExtras.cpp
ExecutionEngine
Orc
lib/ExecutionEngine/Orc/OrcABISupport.cpp
OrcABISupport.cpp
lib/ExecutionEngine/Orc/OrcCBindings.cpp
OrcCBindings.cpp
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
OrcCBindingsStack.h
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
OrcMCJITReplacement.h
RuntimeDyld
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
RuntimeDyldELF.cpp
IR
lib/IR/AsmWriter.cpp
AsmWriter.cpp
lib/IR/AutoUpgrade.cpp
AutoUpgrade.cpp
lib/IR/CMakeLists.txt
CMakeLists.txt
lib/IR/ConstantFold.cpp
ConstantFold.cpp
lib/IR/Core.cpp
Core.cpp
lib/IR/DIBuilder.cpp
DIBuilder.cpp
lib/IR/DebugInfo.cpp
DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp
DebugInfoMetadata.cpp