From 26ea8ba0ed2e693e267852617e66374f506bf6a8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 29 Sep 2019 19:42:11 +0200 Subject: [PATCH] llvm: inital import --- llvm/.footprint | 1575 ++++++++++++++++++++++++++++++++++++++++++++ llvm/Pkgfile | 44 ++ llvm/README | 18 + llvm/llvm-config.h | 18 + 4 files changed, 1655 insertions(+) create mode 100644 llvm/.footprint create mode 100644 llvm/Pkgfile create mode 100644 llvm/README create mode 100644 llvm/llvm-config.h diff --git a/llvm/.footprint b/llvm/.footprint new file mode 100644 index 0000000..52c659c --- /dev/null +++ b/llvm/.footprint @@ -0,0 +1,1575 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/FileCheck +-rwxr-xr-x root/root usr/bin/bugpoint +-rwxr-xr-x root/root usr/bin/count +-rwxr-xr-x root/root usr/bin/dsymutil +-rwxr-xr-x root/root usr/bin/llc +-rwxr-xr-x root/root usr/bin/lli +-rwxr-xr-x root/root usr/bin/lli-child-target +-rwxr-xr-x root/root usr/bin/llvm-PerfectShuffle +-rwxr-xr-x root/root usr/bin/llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-as +-rwxr-xr-x root/root usr/bin/llvm-bcanalyzer +-rwxr-xr-x root/root usr/bin/llvm-c-test +-rwxr-xr-x root/root usr/bin/llvm-cat +-rwxr-xr-x root/root usr/bin/llvm-cfi-verify +-rwxr-xr-x root/root usr/bin/llvm-config +-rwxr-xr-x root/root usr/bin/llvm-cov +-rwxr-xr-x root/root usr/bin/llvm-cvtres +-rwxr-xr-x root/root usr/bin/llvm-cxxdump +-rwxr-xr-x root/root usr/bin/llvm-cxxfilt +-rwxr-xr-x root/root usr/bin/llvm-cxxmap +-rwxr-xr-x root/root usr/bin/llvm-diff +-rwxr-xr-x root/root usr/bin/llvm-dis +lrwxrwxrwx root/root usr/bin/llvm-dlltool -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-dwarfdump +-rwxr-xr-x root/root usr/bin/llvm-dwp +-rwxr-xr-x root/root usr/bin/llvm-elfabi +-rwxr-xr-x root/root usr/bin/llvm-exegesis +-rwxr-xr-x root/root usr/bin/llvm-extract +lrwxrwxrwx root/root usr/bin/llvm-lib -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-link +-rwxr-xr-x root/root usr/bin/llvm-lto +-rwxr-xr-x root/root usr/bin/llvm-lto2 +-rwxr-xr-x root/root usr/bin/llvm-mc +-rwxr-xr-x root/root usr/bin/llvm-mca +-rwxr-xr-x root/root usr/bin/llvm-modextract +-rwxr-xr-x root/root usr/bin/llvm-mt +-rwxr-xr-x root/root usr/bin/llvm-nm +-rwxr-xr-x root/root usr/bin/llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-objdump +-rwxr-xr-x root/root usr/bin/llvm-opt-report +-rwxr-xr-x root/root usr/bin/llvm-pdbutil +-rwxr-xr-x root/root usr/bin/llvm-profdata +lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-rc +lrwxrwxrwx root/root usr/bin/llvm-readelf -> llvm-readobj +-rwxr-xr-x root/root usr/bin/llvm-readobj +-rwxr-xr-x root/root usr/bin/llvm-rtdyld +-rwxr-xr-x root/root usr/bin/llvm-size +-rwxr-xr-x root/root usr/bin/llvm-split +-rwxr-xr-x root/root usr/bin/llvm-stress +-rwxr-xr-x root/root usr/bin/llvm-strings +lrwxrwxrwx root/root usr/bin/llvm-strip -> llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-symbolizer +-rwxr-xr-x root/root usr/bin/llvm-tblgen +-rwxr-xr-x root/root usr/bin/llvm-undname +-rwxr-xr-x root/root usr/bin/llvm-xray +-rwxr-xr-x root/root usr/bin/not +-rwxr-xr-x root/root usr/bin/obj2yaml +-rwxr-xr-x root/root usr/bin/opt +-rwxr-xr-x root/root usr/bin/sancov +-rwxr-xr-x root/root usr/bin/sanstats +-rwxr-xr-x root/root usr/bin/verify-uselistorder +-rwxr-xr-x root/root usr/bin/yaml-bench +-rwxr-xr-x root/root usr/bin/yaml2obj +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/llvm-c/ +-rw-r--r-- root/root usr/include/llvm-c/Analysis.h +-rw-r--r-- root/root usr/include/llvm-c/BitReader.h +-rw-r--r-- root/root usr/include/llvm-c/BitWriter.h +-rw-r--r-- root/root usr/include/llvm-c/Comdat.h +-rw-r--r-- root/root usr/include/llvm-c/Core.h +-rw-r--r-- root/root usr/include/llvm-c/DataTypes.h +-rw-r--r-- root/root usr/include/llvm-c/DebugInfo.h +-rw-r--r-- root/root usr/include/llvm-c/Disassembler.h +-rw-r--r-- root/root usr/include/llvm-c/DisassemblerTypes.h +-rw-r--r-- root/root usr/include/llvm-c/Error.h +-rw-r--r-- root/root usr/include/llvm-c/ErrorHandling.h +-rw-r--r-- root/root usr/include/llvm-c/ExecutionEngine.h +-rw-r--r-- root/root usr/include/llvm-c/IRReader.h +-rw-r--r-- root/root usr/include/llvm-c/Initialization.h +-rw-r--r-- root/root usr/include/llvm-c/LinkTimeOptimizer.h +-rw-r--r-- root/root usr/include/llvm-c/Linker.h +-rw-r--r-- root/root usr/include/llvm-c/Object.h +-rw-r--r-- root/root usr/include/llvm-c/OptRemarks.h +-rw-r--r-- root/root usr/include/llvm-c/OrcBindings.h +-rw-r--r-- root/root usr/include/llvm-c/Support.h +-rw-r--r-- root/root usr/include/llvm-c/Target.h +-rw-r--r-- root/root usr/include/llvm-c/TargetMachine.h +drwxr-xr-x root/root usr/include/llvm-c/Transforms/ +-rw-r--r-- root/root usr/include/llvm-c/Transforms/AggressiveInstCombine.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/Coroutines.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/IPO.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/InstCombine.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/PassManagerBuilder.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/Scalar.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/Utils.h +-rw-r--r-- root/root usr/include/llvm-c/Transforms/Vectorize.h +-rw-r--r-- root/root usr/include/llvm-c/Types.h +-rw-r--r-- root/root usr/include/llvm-c/lto.h +drwxr-xr-x root/root usr/include/llvm/ +drwxr-xr-x root/root usr/include/llvm/ADT/ +-rw-r--r-- root/root usr/include/llvm/ADT/APFloat.h +-rw-r--r-- root/root usr/include/llvm/ADT/APInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/APSInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/AllocatorList.h +-rw-r--r-- root/root usr/include/llvm/ADT/Any.h +-rw-r--r-- root/root usr/include/llvm/ADT/ArrayRef.h +-rw-r--r-- root/root usr/include/llvm/ADT/BitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/BitmaskEnum.h +-rw-r--r-- root/root usr/include/llvm/ADT/BreadthFirstIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/CachedHashString.h +-rw-r--r-- root/root usr/include/llvm/ADT/DAGDeltaAlgorithm.h +-rw-r--r-- root/root usr/include/llvm/ADT/DeltaAlgorithm.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseMapInfo.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/DepthFirstIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/EpochTracker.h +-rw-r--r-- root/root usr/include/llvm/ADT/EquivalenceClasses.h +-rw-r--r-- root/root usr/include/llvm/ADT/FoldingSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/FunctionExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/GraphTraits.h +-rw-r--r-- root/root usr/include/llvm/ADT/Hashing.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableList.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/IndexedMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntEqClasses.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntervalMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntrusiveRefCntPtr.h +-rw-r--r-- root/root usr/include/llvm/ADT/MapVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/None.h +-rw-r--r-- root/root usr/include/llvm/ADT/Optional.h +-rw-r--r-- root/root usr/include/llvm/ADT/PackedVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerEmbeddedInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerIntPair.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerSumType.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerUnion.h +-rw-r--r-- root/root usr/include/llvm/ADT/PostOrderIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/PriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/ADT/PriorityWorklist.h +-rw-r--r-- root/root usr/include/llvm/ADT/SCCIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/STLExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/ScopeExit.h +-rw-r--r-- root/root usr/include/llvm/ADT/ScopedHashTable.h +-rw-r--r-- root/root usr/include/llvm/ADT/Sequence.h +-rw-r--r-- root/root usr/include/llvm/ADT/SetOperations.h +-rw-r--r-- root/root usr/include/llvm/ADT/SetVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallBitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallPtrSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallString.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseBitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseMultiSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/Statistic.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringRef.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringSwitch.h +-rw-r--r-- root/root usr/include/llvm/ADT/TinyPtrVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/Triple.h +-rw-r--r-- root/root usr/include/llvm/ADT/Twine.h +-rw-r--r-- root/root usr/include/llvm/ADT/UniqueVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/VariadicFunction.h +-rw-r--r-- root/root usr/include/llvm/ADT/bit.h +-rw-r--r-- root/root usr/include/llvm/ADT/edit_distance.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_base.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_iterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node_base.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node_options.h +-rw-r--r-- root/root usr/include/llvm/ADT/iterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/iterator_range.h +-rw-r--r-- root/root usr/include/llvm/ADT/simple_ilist.h +drwxr-xr-x root/root usr/include/llvm/Analysis/ +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasAnalysisEvaluator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasSetTracker.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AssumptionCache.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BasicAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFG.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFGPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFLAliasAnalysisUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFLAndersAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFLSteensAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CGSCCPassManager.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraph.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraphSCCPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CaptureTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CmpInstAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CodeMetrics.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ConstantFolding.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DOTGraphTraitsPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DemandedBits.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DivergenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DomPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontierImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/EHPersonalities.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GlobalsModRef.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GuardUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IVDescriptors.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IVUsers.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IndirectCallVisitor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineCost.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstructionPrecedenceTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstructionSimplify.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Interval.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IntervalIterator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IntervalPartition.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IteratedDominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyCallGraph.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyValueInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LegacyDivergenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Lint.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Loads.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopAccessAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopAnalysisManager.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopIterator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopUnrollAnalyzer.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryBuiltins.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryDependenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryLocation.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemorySSA.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemorySSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ModuleSummaryAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MustExecute.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCInstKind.h +-rw-r--r-- root/root usr/include/llvm/Analysis/OptimizationRemarkEmitter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/OrderedBasicBlock.h +-rw-r--r-- root/root usr/include/llvm/Analysis/OrderedInstructions.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PHITransAddr.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Passes.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PhiValues.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PostDominators.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileSummaryInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PtrUseVisitor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionIterator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolution.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionExpander.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionExpressions.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScopedNoAliasAA.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SparsePropagation.h +-rw-r--r-- root/root usr/include/llvm/Analysis/StackSafetyAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SyncDependenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SyntheticCountsUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetFolder.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.def +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Trace.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TypeMetadataUtils.h +drwxr-xr-x root/root usr/include/llvm/Analysis/Utils/ +-rw-r--r-- root/root usr/include/llvm/Analysis/Utils/Local.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLattice.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLatticeUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/VectorUtils.h +drwxr-xr-x root/root usr/include/llvm/AsmParser/ +-rw-r--r-- root/root usr/include/llvm/AsmParser/Parser.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/SlotMapping.h +drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/COFF.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Dwarf.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Dwarf.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/DynamicTags.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELF.h +drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ELFRelocs/ +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/i386.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MachO.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MachO.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Magic.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPack.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPack.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackReader.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackTypes.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackWriter.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Wasm.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/WasmRelocs.def +drwxr-xr-x root/root usr/include/llvm/BinaryFormat/WasmRelocs/ +drwxr-xr-x root/root usr/include/llvm/Bitcode/ +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitCodes.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeReader.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeWriter.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeWriterPass.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitstreamReader.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitstreamWriter.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/LLVMBitCodes.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/AccelTable.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Analysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AsmPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AsmPrinterHandler.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AtomicExpandUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/BasicTTIImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/BuiltinGCs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CalcSpillWeights.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CallingConvLower.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CommandFlags.inc +-rw-r--r-- root/root usr/include/llvm/CodeGen/CostTable.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DAGCombine.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DFAPacketizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DIE.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DIEValue.def +-rw-r--r-- root/root usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DebugHandlerBase.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/EdgeBundles.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExecutionDomainFix.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandReductions.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FastISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FaultMaps.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FunctionLoweringInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadata.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadataPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GCStrategy.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CSEInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CallLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Combiner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Legalizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Localizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/RegisterBank.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Types.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Utils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ISDOpcodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/IntrinsicLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LatencyPriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LexicalScopes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveInterval.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalUnion.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervals.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LivePhysRegs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRangeEdit.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegMatrix.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegUnits.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveStacks.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveVariables.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LoopTraversal.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LowLevelType.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/MIRParser/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRParser/MIRParser.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRYamlMapping.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachORelocation.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBasicBlock.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineCombinerPattern.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineConstantPool.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineDominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineDominators.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFrameInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunction.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionPass.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstr.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBundle.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBundleIterator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineJumpTableInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineLoopInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineMemOperand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineModuleInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineModuleInfoImpls.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOperand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOutliner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePassRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePipeliner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePostDominators.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineRegionInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineSSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineScheduler.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineTraceMetrics.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MacroFusion.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/CostAllocator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Graph.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Math.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/ReductionRules.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Solution.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQPRAConstraint.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ParallelCG.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Passes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ReachingDefAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocPBQP.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterClassInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterPressure.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterScavenging.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterUsageInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ResourcePriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RuntimeLibcalls.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SDNodeProperties.td +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAG.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGInstrs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGMutation.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDFS.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SchedulerRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAG.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGNodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SlotIndexes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMaps.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/StackProtector.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TailDuplicator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetCallingConv.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetFrameLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetInstrInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetOpcodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetPassConfig.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSchedule.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSubtargetInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/UnreachableBlockElim.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td +-rw-r--r-- root/root usr/include/llvm/CodeGen/VirtRegMap.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmEHFuncInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHFuncInfo.h +drwxr-xr-x root/root usr/include/llvm/Config/ +-rw-r--r-- root/root usr/include/llvm/Config/AsmParsers.def +-rw-r--r-- root/root usr/include/llvm/Config/AsmPrinters.def +-rw-r--r-- root/root usr/include/llvm/Config/Disassemblers.def +-rw-r--r-- root/root usr/include/llvm/Config/Targets.def +-rw-r--r-- root/root usr/include/llvm/Config/abi-breaking.h +-rw-r--r-- root/root usr/include/llvm/Config/llvm-config-64.h +-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/ +drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeView.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/EnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Formatters.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/FunctionId.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GUID.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Line.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordName.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDumper.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeHashing.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DIContext.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/DWARF/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFContext.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDie.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFListTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFObject.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFSection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/MSF/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/IMSFFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFCommon.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/DIA/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/GenericError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBTable.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Formatters.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Hash.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/HashTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InfoStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDB.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBContext.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBExtras.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/UDTLayout.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/Symbolize/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/DIPrinter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/Symbolize.h +drwxr-xr-x root/root usr/include/llvm/Demangle/ +-rw-r--r-- root/root usr/include/llvm/Demangle/Compiler.h +-rw-r--r-- root/root usr/include/llvm/Demangle/Demangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/ItaniumDemangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/MicrosoftDemangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/MicrosoftDemangleNodes.h +-rw-r--r-- root/root usr/include/llvm/Demangle/StringView.h +-rw-r--r-- root/root usr/include/llvm/Demangle/Utility.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ExecutionEngine.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/GenericValue.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Interpreter.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITEventListener.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITSymbol.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/MCJIT.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OProfileWrapper.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectCache.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Core.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LLJIT.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LambdaResolver.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Layer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Legacy.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/NullResolver.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcError.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RPCSerialization.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RPCUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RawByteChannel.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OrcMCJITReplacement.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyld.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/SectionMemoryManager.h +drwxr-xr-x root/root usr/include/llvm/FuzzMutate/ +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/FuzzerCLI.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/IRMutator.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/OpDescriptor.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Operations.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Random.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/RandomIRBuilder.h +drwxr-xr-x root/root usr/include/llvm/IR/ +-rw-r--r-- root/root usr/include/llvm/IR/Argument.h +-rw-r--r-- root/root usr/include/llvm/IR/AssemblyAnnotationWriter.h +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.h +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.inc +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.td +-rw-r--r-- root/root usr/include/llvm/IR/AutoUpgrade.h +-rw-r--r-- root/root usr/include/llvm/IR/BasicBlock.h +-rw-r--r-- root/root usr/include/llvm/IR/CFG.h +-rw-r--r-- root/root usr/include/llvm/IR/CFGDiff.h +-rw-r--r-- root/root usr/include/llvm/IR/CallSite.h +-rw-r--r-- root/root usr/include/llvm/IR/CallingConv.h +-rw-r--r-- root/root usr/include/llvm/IR/Comdat.h +-rw-r--r-- root/root usr/include/llvm/IR/Constant.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantFolder.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantRange.h +-rw-r--r-- root/root usr/include/llvm/IR/Constants.h +-rw-r--r-- root/root usr/include/llvm/IR/DIBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/DataLayout.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoFlags.def +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoMetadata.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugLoc.h +-rw-r--r-- root/root usr/include/llvm/IR/DerivedTypes.h +-rw-r--r-- root/root usr/include/llvm/IR/DerivedUser.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticHandler.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticPrinter.h +-rw-r--r-- root/root usr/include/llvm/IR/DomTreeUpdater.h +-rw-r--r-- root/root usr/include/llvm/IR/Dominators.h +-rw-r--r-- root/root usr/include/llvm/IR/Function.h +-rw-r--r-- root/root usr/include/llvm/IR/GVMaterializer.h +-rw-r--r-- root/root usr/include/llvm/IR/GetElementPtrTypeIterator.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalAlias.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalIFunc.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalIndirectSymbol.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalObject.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalValue.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalVariable.h +-rw-r--r-- root/root usr/include/llvm/IR/IRBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/IRPrintingPasses.h +-rw-r--r-- root/root usr/include/llvm/IR/InlineAsm.h +-rw-r--r-- root/root usr/include/llvm/IR/InstIterator.h +-rw-r--r-- root/root usr/include/llvm/IR/InstVisitor.h +-rw-r--r-- root/root usr/include/llvm/IR/InstrTypes.h +-rw-r--r-- root/root usr/include/llvm/IR/Instruction.def +-rw-r--r-- root/root usr/include/llvm/IR/Instruction.h +-rw-r--r-- root/root usr/include/llvm/IR/Instructions.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicEnums.inc +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicImpl.inc +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicInst.h +-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.h +-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAArch64.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAMDGPU.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsARM.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsBPF.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagon.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsMips.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsNVVM.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsPowerPC.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCV.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsSystemZ.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsWebAssembly.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsX86.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsXCore.td +-rw-r--r-- root/root usr/include/llvm/IR/LLVMContext.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManager.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManagers.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassNameParser.h +-rw-r--r-- root/root usr/include/llvm/IR/MDBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/Mangler.h +-rw-r--r-- root/root usr/include/llvm/IR/Metadata.def +-rw-r--r-- root/root usr/include/llvm/IR/Metadata.h +-rw-r--r-- root/root usr/include/llvm/IR/Module.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSlotTracker.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSummaryIndex.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSummaryIndexYAML.h +-rw-r--r-- root/root usr/include/llvm/IR/NoFolder.h +-rw-r--r-- root/root usr/include/llvm/IR/OperandTraits.h +-rw-r--r-- root/root usr/include/llvm/IR/Operator.h +-rw-r--r-- root/root usr/include/llvm/IR/OptBisect.h +-rw-r--r-- root/root usr/include/llvm/IR/PassInstrumentation.h +-rw-r--r-- root/root usr/include/llvm/IR/PassManager.h +-rw-r--r-- root/root usr/include/llvm/IR/PassManagerInternal.h +-rw-r--r-- root/root usr/include/llvm/IR/PassTimingInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/PatternMatch.h +-rw-r--r-- root/root usr/include/llvm/IR/PredIteratorCache.h +-rw-r--r-- root/root usr/include/llvm/IR/ProfileSummary.h +-rw-r--r-- root/root usr/include/llvm/IR/RuntimeLibcalls.def +-rw-r--r-- root/root usr/include/llvm/IR/SafepointIRVerifier.h +-rw-r--r-- root/root usr/include/llvm/IR/Statepoint.h +-rw-r--r-- root/root usr/include/llvm/IR/SymbolTableListTraits.h +-rw-r--r-- root/root usr/include/llvm/IR/TrackingMDRef.h +-rw-r--r-- root/root usr/include/llvm/IR/Type.h +-rw-r--r-- root/root usr/include/llvm/IR/TypeFinder.h +-rw-r--r-- root/root usr/include/llvm/IR/Use.h +-rw-r--r-- root/root usr/include/llvm/IR/UseListOrder.h +-rw-r--r-- root/root usr/include/llvm/IR/User.h +-rw-r--r-- root/root usr/include/llvm/IR/Value.def +-rw-r--r-- root/root usr/include/llvm/IR/Value.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueHandle.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueMap.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueSymbolTable.h +-rw-r--r-- root/root usr/include/llvm/IR/Verifier.h +drwxr-xr-x root/root usr/include/llvm/IRReader/ +-rw-r--r-- root/root usr/include/llvm/IRReader/IRReader.h +-rw-r--r-- root/root usr/include/llvm/InitializePasses.h +drwxr-xr-x root/root usr/include/llvm/LTO/ +-rw-r--r-- root/root usr/include/llvm/LTO/Caching.h +-rw-r--r-- root/root usr/include/llvm/LTO/Config.h +-rw-r--r-- root/root usr/include/llvm/LTO/LTO.h +-rw-r--r-- root/root usr/include/llvm/LTO/LTOBackend.h +-rw-r--r-- root/root usr/include/llvm/LTO/SummaryBasedOptimizations.h +drwxr-xr-x root/root usr/include/llvm/LTO/legacy/ +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/LTOCodeGenerator.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/LTOModule.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/UpdateCompilerUsed.h +drwxr-xr-x root/root usr/include/llvm/LineEditor/ +-rw-r--r-- root/root usr/include/llvm/LineEditor/LineEditor.h +-rw-r--r-- root/root usr/include/llvm/LinkAllIR.h +-rw-r--r-- root/root usr/include/llvm/LinkAllPasses.h +drwxr-xr-x root/root usr/include/llvm/Linker/ +-rw-r--r-- root/root usr/include/llvm/Linker/IRMover.h +-rw-r--r-- root/root usr/include/llvm/Linker/Linker.h +drwxr-xr-x root/root usr/include/llvm/MC/ +-rw-r--r-- root/root usr/include/llvm/MC/ConstantPools.h +-rw-r--r-- root/root usr/include/llvm/MC/LaneBitmask.h +drwxr-xr-x root/root usr/include/llvm/MC/MCAnalysis/ +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmBackend.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoDarwin.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmLayout.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmMacro.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAssembler.h +-rw-r--r-- root/root usr/include/llvm/MC/MCCodeEmitter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCCodePadder.h +-rw-r--r-- root/root usr/include/llvm/MC/MCCodeView.h +-rw-r--r-- root/root usr/include/llvm/MC/MCContext.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDirectives.h +drwxr-xr-x root/root usr/include/llvm/MC/MCDisassembler/ +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCDisassembler.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDwarf.h +-rw-r--r-- root/root usr/include/llvm/MC/MCELFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCELFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCExpr.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFixedLenDisassembler.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFixup.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFixupKindInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFragment.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInst.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstBuilder.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstPrinter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrAnalysis.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrDesc.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrItineraries.h +-rw-r--r-- root/root usr/include/llvm/MC/MCLabel.h +-rw-r--r-- root/root usr/include/llvm/MC/MCLinkerOptimizationHint.h +-rw-r--r-- root/root usr/include/llvm/MC/MCMachObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectFileInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectWriter.h +drwxr-xr-x root/root usr/include/llvm/MC/MCParser/ +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmCond.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmLexer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmLexer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParser.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserExtension.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserUtils.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCTargetAsmParser.h +-rw-r--r-- root/root usr/include/llvm/MC/MCRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSchedule.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSection.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionMachO.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSubtargetInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbol.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolMachO.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptions.h +-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptionsCommandFlags.inc +-rw-r--r-- root/root usr/include/llvm/MC/MCValue.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWasmObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWasmStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWin64EH.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinCOFFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinCOFFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinEH.h +-rw-r--r-- root/root usr/include/llvm/MC/MachineLocation.h +-rw-r--r-- root/root usr/include/llvm/MC/SectionKind.h +-rw-r--r-- root/root usr/include/llvm/MC/StringTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/MC/SubtargetFeature.h +drwxr-xr-x root/root usr/include/llvm/MCA/ +-rw-r--r-- root/root usr/include/llvm/MCA/Context.h +-rw-r--r-- root/root usr/include/llvm/MCA/HWEventListener.h +drwxr-xr-x root/root usr/include/llvm/MCA/HardwareUnits/ +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/HardwareUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/LSUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/RegisterFile.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/ResourceManager.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/Scheduler.h +-rw-r--r-- root/root usr/include/llvm/MCA/InstrBuilder.h +-rw-r--r-- root/root usr/include/llvm/MCA/Instruction.h +-rw-r--r-- root/root usr/include/llvm/MCA/Pipeline.h +-rw-r--r-- root/root usr/include/llvm/MCA/SourceMgr.h +drwxr-xr-x root/root usr/include/llvm/MCA/Stages/ +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/DispatchStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/EntryStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/ExecuteStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/InstructionTables.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/RetireStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/Stage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Support.h +drwxr-xr-x root/root usr/include/llvm/Object/ +-rw-r--r-- root/root usr/include/llvm/Object/Archive.h +-rw-r--r-- root/root usr/include/llvm/Object/ArchiveWriter.h +-rw-r--r-- root/root usr/include/llvm/Object/Binary.h +-rw-r--r-- root/root usr/include/llvm/Object/COFF.h +-rw-r--r-- root/root usr/include/llvm/Object/COFFImportFile.h +-rw-r--r-- root/root usr/include/llvm/Object/COFFModuleDefinition.h +-rw-r--r-- root/root usr/include/llvm/Object/CVDebugRecord.h +-rw-r--r-- root/root usr/include/llvm/Object/Decompressor.h +-rw-r--r-- root/root usr/include/llvm/Object/ELF.h +-rw-r--r-- root/root usr/include/llvm/Object/ELFObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/ELFTypes.h +-rw-r--r-- root/root usr/include/llvm/Object/Error.h +-rw-r--r-- root/root usr/include/llvm/Object/IRObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/IRSymtab.h +-rw-r--r-- root/root usr/include/llvm/Object/MachO.h +-rw-r--r-- root/root usr/include/llvm/Object/MachOUniversal.h +-rw-r--r-- root/root usr/include/llvm/Object/ModuleSymbolTable.h +-rw-r--r-- root/root usr/include/llvm/Object/ObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/RelocVisitor.h +-rw-r--r-- root/root usr/include/llvm/Object/StackMapParser.h +-rw-r--r-- root/root usr/include/llvm/Object/SymbolSize.h +-rw-r--r-- root/root usr/include/llvm/Object/SymbolicFile.h +-rw-r--r-- root/root usr/include/llvm/Object/Wasm.h +-rw-r--r-- root/root usr/include/llvm/Object/WasmTraits.h +-rw-r--r-- root/root usr/include/llvm/Object/WindowsResource.h +drwxr-xr-x root/root usr/include/llvm/ObjectYAML/ +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/COFFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFEmitter.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ELFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/MachOYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ObjectYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/WasmYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/YAML.h +drwxr-xr-x root/root usr/include/llvm/Option/ +-rw-r--r-- root/root usr/include/llvm/Option/Arg.h +-rw-r--r-- root/root usr/include/llvm/Option/ArgList.h +-rw-r--r-- root/root usr/include/llvm/Option/OptParser.td +-rw-r--r-- root/root usr/include/llvm/Option/OptSpecifier.h +-rw-r--r-- root/root usr/include/llvm/Option/OptTable.h +-rw-r--r-- root/root usr/include/llvm/Option/Option.h +-rw-r--r-- root/root usr/include/llvm/Pass.h +-rw-r--r-- root/root usr/include/llvm/PassAnalysisSupport.h +-rw-r--r-- root/root usr/include/llvm/PassInfo.h +-rw-r--r-- root/root usr/include/llvm/PassRegistry.h +-rw-r--r-- root/root usr/include/llvm/PassSupport.h +drwxr-xr-x root/root usr/include/llvm/Passes/ +-rw-r--r-- root/root usr/include/llvm/Passes/PassBuilder.h +-rw-r--r-- root/root usr/include/llvm/Passes/PassPlugin.h +-rw-r--r-- root/root usr/include/llvm/Passes/StandardInstrumentations.h +drwxr-xr-x root/root usr/include/llvm/ProfileData/ +drwxr-xr-x root/root usr/include/llvm/ProfileData/Coverage/ +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMapping.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/GCOV.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProf.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfData.inc +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/ProfileCommon.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProf.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProfWriter.h +drwxr-xr-x root/root usr/include/llvm/Support/ +-rw-r--r-- root/root usr/include/llvm/Support/AArch64TargetParser.def +-rw-r--r-- root/root usr/include/llvm/Support/AArch64TargetParser.h +-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUMetadata.h +-rw-r--r-- root/root usr/include/llvm/Support/AMDHSAKernelDescriptor.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMBuildAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMEHABI.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMTargetParser.def +-rw-r--r-- root/root usr/include/llvm/Support/ARMTargetParser.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMWinEH.h +-rw-r--r-- root/root usr/include/llvm/Support/AlignOf.h +-rw-r--r-- root/root usr/include/llvm/Support/Allocator.h +-rw-r--r-- root/root usr/include/llvm/Support/ArrayRecycler.h +-rw-r--r-- root/root usr/include/llvm/Support/Atomic.h +-rw-r--r-- root/root usr/include/llvm/Support/AtomicOrdering.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryByteStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryItemStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamArray.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamError.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamReader.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamRef.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/BlockFrequency.h +-rw-r--r-- root/root usr/include/llvm/Support/BranchProbability.h +-rw-r--r-- root/root usr/include/llvm/Support/BuryPointer.h +-rw-r--r-- root/root usr/include/llvm/Support/CBindingWrapping.h +-rw-r--r-- root/root usr/include/llvm/Support/CFGUpdate.h +-rw-r--r-- root/root usr/include/llvm/Support/COM.h +-rw-r--r-- root/root usr/include/llvm/Support/CachePruning.h +-rw-r--r-- root/root usr/include/llvm/Support/Capacity.h +-rw-r--r-- root/root usr/include/llvm/Support/Casting.h +-rw-r--r-- root/root usr/include/llvm/Support/CheckedArithmetic.h +-rw-r--r-- root/root usr/include/llvm/Support/Chrono.h +-rw-r--r-- root/root usr/include/llvm/Support/CodeGen.h +-rw-r--r-- root/root usr/include/llvm/Support/CodeGenCoverage.h +-rw-r--r-- root/root usr/include/llvm/Support/CommandLine.h +-rw-r--r-- root/root usr/include/llvm/Support/Compiler.h +-rw-r--r-- root/root usr/include/llvm/Support/Compression.h +-rw-r--r-- root/root usr/include/llvm/Support/ConvertUTF.h +-rw-r--r-- root/root usr/include/llvm/Support/CrashRecoveryContext.h +-rw-r--r-- root/root usr/include/llvm/Support/DJB.h +-rw-r--r-- root/root usr/include/llvm/Support/DOTGraphTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/DataExtractor.h +-rw-r--r-- root/root usr/include/llvm/Support/DataTypes.h +-rw-r--r-- root/root usr/include/llvm/Support/Debug.h +-rw-r--r-- root/root usr/include/llvm/Support/DebugCounter.h +-rw-r--r-- root/root usr/include/llvm/Support/DynamicLibrary.h +-rw-r--r-- root/root usr/include/llvm/Support/Endian.h +-rw-r--r-- root/root usr/include/llvm/Support/EndianStream.h +-rw-r--r-- root/root usr/include/llvm/Support/Errc.h +-rw-r--r-- root/root usr/include/llvm/Support/Errno.h +-rw-r--r-- root/root usr/include/llvm/Support/Error.h +-rw-r--r-- root/root usr/include/llvm/Support/ErrorHandling.h +-rw-r--r-- root/root usr/include/llvm/Support/ErrorOr.h +-rw-r--r-- root/root usr/include/llvm/Support/FileCheck.h +-rw-r--r-- root/root usr/include/llvm/Support/FileOutputBuffer.h +-rw-r--r-- root/root usr/include/llvm/Support/FileSystem.h +-rw-r--r-- root/root usr/include/llvm/Support/FileUtilities.h +-rw-r--r-- root/root usr/include/llvm/Support/Format.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatAdapters.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatCommon.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatProviders.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadic.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadicDetails.h +-rw-r--r-- root/root usr/include/llvm/Support/FormattedStream.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTree.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTreeConstruction.h +-rw-r--r-- root/root usr/include/llvm/Support/GlobPattern.h +-rw-r--r-- root/root usr/include/llvm/Support/GraphWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/Host.h +-rw-r--r-- root/root usr/include/llvm/Support/InitLLVM.h +-rw-r--r-- root/root usr/include/llvm/Support/ItaniumManglingCanonicalizer.h +-rw-r--r-- root/root usr/include/llvm/Support/JSON.h +-rw-r--r-- root/root usr/include/llvm/Support/JamCRC.h +-rw-r--r-- root/root usr/include/llvm/Support/KnownBits.h +-rw-r--r-- root/root usr/include/llvm/Support/LEB128.h +-rw-r--r-- root/root usr/include/llvm/Support/LICENSE.TXT +-rw-r--r-- root/root usr/include/llvm/Support/LineIterator.h +-rw-r--r-- root/root usr/include/llvm/Support/Locale.h +-rw-r--r-- root/root usr/include/llvm/Support/LockFileManager.h +-rw-r--r-- root/root usr/include/llvm/Support/LowLevelTypeImpl.h +-rw-r--r-- root/root usr/include/llvm/Support/MD5.h +-rw-r--r-- root/root usr/include/llvm/Support/MSVCErrorWorkarounds.h +-rw-r--r-- root/root usr/include/llvm/Support/MachineValueType.h +-rw-r--r-- root/root usr/include/llvm/Support/ManagedStatic.h +-rw-r--r-- root/root usr/include/llvm/Support/MathExtras.h +-rw-r--r-- root/root usr/include/llvm/Support/MemAlloc.h +-rw-r--r-- root/root usr/include/llvm/Support/Memory.h +-rw-r--r-- root/root usr/include/llvm/Support/MemoryBuffer.h +-rw-r--r-- root/root usr/include/llvm/Support/MipsABIFlags.h +-rw-r--r-- root/root usr/include/llvm/Support/Mutex.h +-rw-r--r-- root/root usr/include/llvm/Support/MutexGuard.h +-rw-r--r-- root/root usr/include/llvm/Support/NativeFormatting.h +-rw-r--r-- root/root usr/include/llvm/Support/OnDiskHashTable.h +-rw-r--r-- root/root usr/include/llvm/Support/Options.h +-rw-r--r-- root/root usr/include/llvm/Support/Parallel.h +-rw-r--r-- root/root usr/include/llvm/Support/Path.h +-rw-r--r-- root/root usr/include/llvm/Support/PluginLoader.h +-rw-r--r-- root/root usr/include/llvm/Support/PointerLikeTypeTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/PrettyStackTrace.h +-rw-r--r-- root/root usr/include/llvm/Support/Printable.h +-rw-r--r-- root/root usr/include/llvm/Support/Process.h +-rw-r--r-- root/root usr/include/llvm/Support/Program.h +-rw-r--r-- root/root usr/include/llvm/Support/RWMutex.h +-rw-r--r-- root/root usr/include/llvm/Support/RandomNumberGenerator.h +-rw-r--r-- root/root usr/include/llvm/Support/Recycler.h +-rw-r--r-- root/root usr/include/llvm/Support/RecyclingAllocator.h +-rw-r--r-- root/root usr/include/llvm/Support/Regex.h +-rw-r--r-- root/root usr/include/llvm/Support/Registry.h +-rw-r--r-- root/root usr/include/llvm/Support/ReverseIteration.h +-rw-r--r-- root/root usr/include/llvm/Support/SHA1.h +-rw-r--r-- root/root usr/include/llvm/Support/SMLoc.h +-rw-r--r-- root/root usr/include/llvm/Support/SaveAndRestore.h +-rw-r--r-- root/root usr/include/llvm/Support/ScaledNumber.h +-rw-r--r-- root/root usr/include/llvm/Support/ScopedPrinter.h +-rw-r--r-- root/root usr/include/llvm/Support/Signals.h +-rw-r--r-- root/root usr/include/llvm/Support/SmallVectorMemoryBuffer.h +drwxr-xr-x root/root usr/include/llvm/Support/Solaris/ +drwxr-xr-x root/root usr/include/llvm/Support/Solaris/sys/ +-rw-r--r-- root/root usr/include/llvm/Support/Solaris/sys/regset.h +-rw-r--r-- root/root usr/include/llvm/Support/SourceMgr.h +-rw-r--r-- root/root usr/include/llvm/Support/SpecialCaseList.h +-rw-r--r-- root/root usr/include/llvm/Support/StringPool.h +-rw-r--r-- root/root usr/include/llvm/Support/StringSaver.h +-rw-r--r-- root/root usr/include/llvm/Support/SwapByteOrder.h +-rw-r--r-- root/root usr/include/llvm/Support/SymbolRemappingReader.h +-rw-r--r-- root/root usr/include/llvm/Support/SystemUtils.h +-rw-r--r-- root/root usr/include/llvm/Support/TarWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/TargetOpcodes.def +-rw-r--r-- root/root usr/include/llvm/Support/TargetParser.h +-rw-r--r-- root/root usr/include/llvm/Support/TargetRegistry.h +-rw-r--r-- root/root usr/include/llvm/Support/TargetSelect.h +-rw-r--r-- root/root usr/include/llvm/Support/TaskQueue.h +-rw-r--r-- root/root usr/include/llvm/Support/ThreadLocal.h +-rw-r--r-- root/root usr/include/llvm/Support/ThreadPool.h +-rw-r--r-- root/root usr/include/llvm/Support/Threading.h +-rw-r--r-- root/root usr/include/llvm/Support/Timer.h +-rw-r--r-- root/root usr/include/llvm/Support/ToolOutputFile.h +-rw-r--r-- root/root usr/include/llvm/Support/TrailingObjects.h +-rw-r--r-- root/root usr/include/llvm/Support/TrigramIndex.h +-rw-r--r-- root/root usr/include/llvm/Support/TypeName.h +-rw-r--r-- root/root usr/include/llvm/Support/Unicode.h +-rw-r--r-- root/root usr/include/llvm/Support/UnicodeCharRanges.h +-rw-r--r-- root/root usr/include/llvm/Support/UniqueLock.h +-rw-r--r-- root/root usr/include/llvm/Support/VCSRevision.h +-rw-r--r-- root/root usr/include/llvm/Support/Valgrind.h +-rw-r--r-- root/root usr/include/llvm/Support/VersionTuple.h +-rw-r--r-- root/root usr/include/llvm/Support/VirtualFileSystem.h +-rw-r--r-- root/root usr/include/llvm/Support/Watchdog.h +-rw-r--r-- root/root usr/include/llvm/Support/Win64EH.h +-rw-r--r-- root/root usr/include/llvm/Support/WindowsError.h +-rw-r--r-- root/root usr/include/llvm/Support/WithColor.h +-rw-r--r-- root/root usr/include/llvm/Support/X86DisassemblerDecoderCommon.h +-rw-r--r-- root/root usr/include/llvm/Support/X86TargetParser.def +-rw-r--r-- root/root usr/include/llvm/Support/YAMLParser.h +-rw-r--r-- root/root usr/include/llvm/Support/YAMLTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/circular_raw_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_os_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_sha1_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/thread.h +-rw-r--r-- root/root usr/include/llvm/Support/type_traits.h +-rw-r--r-- root/root usr/include/llvm/Support/xxhash.h +drwxr-xr-x root/root usr/include/llvm/TableGen/ +-rw-r--r-- root/root usr/include/llvm/TableGen/Error.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Main.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Record.h +-rw-r--r-- root/root usr/include/llvm/TableGen/SearchableTable.td +-rw-r--r-- root/root usr/include/llvm/TableGen/SetTheory.h +-rw-r--r-- root/root usr/include/llvm/TableGen/StringMatcher.h +-rw-r--r-- root/root usr/include/llvm/TableGen/StringToOffsetTable.h +-rw-r--r-- root/root usr/include/llvm/TableGen/TableGenBackend.h +drwxr-xr-x root/root usr/include/llvm/Target/ +-rw-r--r-- root/root usr/include/llvm/Target/CodeGenCWrappers.h +-rw-r--r-- root/root usr/include/llvm/Target/GenericOpcodes.td +drwxr-xr-x root/root usr/include/llvm/Target/GlobalISel/ +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/RegisterBank.td +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/Target.td +-rw-r--r-- root/root usr/include/llvm/Target/Target.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetInstrPredicate.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetIntrinsicInfo.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetItinerary.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetLoweringObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetMachine.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetOptions.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetPfmCounters.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetSchedule.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAG.td +drwxr-xr-x root/root usr/include/llvm/Testing/ +drwxr-xr-x root/root usr/include/llvm/Testing/Support/ +-rw-r--r-- root/root usr/include/llvm/Testing/Support/Error.h +-rw-r--r-- root/root usr/include/llvm/Testing/Support/SupportHelpers.h +drwxr-xr-x root/root usr/include/llvm/TextAPI/ +drwxr-xr-x root/root usr/include/llvm/TextAPI/ELF/ +-rw-r--r-- root/root usr/include/llvm/TextAPI/ELF/ELFStub.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/ELF/TBEHandler.h +drwxr-xr-x root/root usr/include/llvm/TextAPI/MachO/ +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/ +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/llvm-dlltool/ +-rw-r--r-- root/root usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/llvm-lib/ +-rw-r--r-- root/root usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +drwxr-xr-x root/root usr/include/llvm/Transforms/ +drwxr-xr-x root/root usr/include/llvm/Transforms/AggressiveInstCombine/ +-rw-r--r-- root/root usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO.h +drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/ +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/AlwaysInliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ArgumentPromotion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CalledValuePropagation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ConstantMerge.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CrossDSOCFI.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ElimAvailExtern.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/FunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/FunctionImport.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalDCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalOpt.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalSplit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/HotColdSplitting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/InferFunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Inliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Internalize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/LowerTypeTests.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/PartialInlining.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/PassManagerBuilder.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SCCP.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SampleProfile.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h +drwxr-xr-x root/root usr/include/llvm/Transforms/InstCombine/ +-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombine.h +-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombineWorklist.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Instrumentation/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/CGProfile.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/ObjCARC.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ADCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/BDCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ConstantHoisting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DivRemPairs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/EarlyCSE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Float2Int.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GVN.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GVNExpression.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GuardWidening.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/IVUsersPrinter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/IndVarSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/JumpThreading.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LICM.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDeletion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDistribute.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopInstSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopPassManager.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopPredication.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopRotation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopSink.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerAtomic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/NaryReassociate.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/NewGVN.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Reassociate.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SCCP.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SROA.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Scalarizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimplifyCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Sink.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/AddDiscriminators.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BasicBlockUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BreakCriticalEdges.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BuildLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BypassSlowDivision.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CallPromotionUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CanonicalizeAliases.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Cloning.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeExtractor.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CtorUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EscapeEnumerator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Evaluator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FunctionComparator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FunctionImportUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/GlobalStatus.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/GuardUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/IntegerDivision.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LCSSA.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopRotationUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopVersioning.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerInvoke.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Mem2Reg.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ModuleUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/NameAnonGlobals.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PredicateInfo.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PromoteMemToReg.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SanitizerStats.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyIndVar.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SplitModule.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SymbolRewriter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnrollLoop.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/VNCoercion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ValueMapper.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +drwxr-xr-x root/root usr/include/llvm/WindowsManifest/ +-rw-r--r-- root/root usr/include/llvm/WindowsManifest/WindowsManifestMerger.h +drwxr-xr-x root/root usr/include/llvm/WindowsResource/ +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceProcessor.h +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptToken.h +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptTokenList.h +drwxr-xr-x root/root usr/include/llvm/XRay/ +-rw-r--r-- root/root usr/include/llvm/XRay/BlockIndexer.h +-rw-r--r-- root/root usr/include/llvm/XRay/BlockPrinter.h +-rw-r--r-- root/root usr/include/llvm/XRay/BlockVerifier.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRLogBuilder.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecordConsumer.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecordProducer.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecords.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRTraceExpander.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRTraceWriter.h +-rw-r--r-- root/root usr/include/llvm/XRay/FileHeaderReader.h +-rw-r--r-- root/root usr/include/llvm/XRay/Graph.h +-rw-r--r-- root/root usr/include/llvm/XRay/InstrumentationMap.h +-rw-r--r-- root/root usr/include/llvm/XRay/Profile.h +-rw-r--r-- root/root usr/include/llvm/XRay/RecordPrinter.h +-rw-r--r-- root/root usr/include/llvm/XRay/Trace.h +-rw-r--r-- root/root usr/include/llvm/XRay/XRayRecord.h +-rw-r--r-- root/root usr/include/llvm/XRay/YAMLXRayRecord.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/llvm/ +-rw-r--r-- root/root usr/lib/cmake/llvm/AddLLVM.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/AddLLVMDefinitions.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/AddOCaml.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/AddSphinxTarget.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckAtomic.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckCompilerVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckLinkerFlag.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/ChooseMSVCCRT.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CrossCompile.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/DetermineGCCCompatible.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindLibpfm.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindOCaml.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindSphinx.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/GenerateVersionFromCVS.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/GetSVN.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/HandleLLVMOptions.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/HandleLLVMStdlib.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVM-Config.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMConfig.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExports-release.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExports.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExternalProjectUtils.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMInstallSymlink.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMProcessSources.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/TableGen.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/VersionFromVCS.cmake +lrwxrwxrwx root/root usr/lib/libLLVM-8.0.1.so -> libLLVM-8.so +-rwxr-xr-x root/root usr/lib/libLLVM-8.so +lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-8.so +-rw-r--r-- root/root usr/lib/libLLVMAArch64AsmParser.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64AsmPrinter.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64CodeGen.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64Desc.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64Disassembler.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64Info.a +-rw-r--r-- root/root usr/lib/libLLVMAArch64Utils.a +-rw-r--r-- root/root usr/lib/libLLVMAggressiveInstCombine.a +-rw-r--r-- root/root usr/lib/libLLVMAnalysis.a +-rw-r--r-- root/root usr/lib/libLLVMAsmParser.a +-rw-r--r-- root/root usr/lib/libLLVMAsmPrinter.a +-rw-r--r-- root/root usr/lib/libLLVMBinaryFormat.a +-rw-r--r-- root/root usr/lib/libLLVMBitReader.a +-rw-r--r-- root/root usr/lib/libLLVMBitWriter.a +-rw-r--r-- root/root usr/lib/libLLVMCodeGen.a +-rw-r--r-- root/root usr/lib/libLLVMCore.a +-rw-r--r-- root/root usr/lib/libLLVMCoroutines.a +-rw-r--r-- root/root usr/lib/libLLVMCoverage.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoCodeView.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoDWARF.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoMSF.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoPDB.a +-rw-r--r-- root/root usr/lib/libLLVMDemangle.a +-rw-r--r-- root/root usr/lib/libLLVMDlltoolDriver.a +-rw-r--r-- root/root usr/lib/libLLVMExecutionEngine.a +-rw-r--r-- root/root usr/lib/libLLVMFuzzMutate.a +-rw-r--r-- root/root usr/lib/libLLVMGlobalISel.a +-rw-r--r-- root/root usr/lib/libLLVMIRReader.a +-rw-r--r-- root/root usr/lib/libLLVMInstCombine.a +-rw-r--r-- root/root usr/lib/libLLVMInstrumentation.a +-rw-r--r-- root/root usr/lib/libLLVMInterpreter.a +-rw-r--r-- root/root usr/lib/libLLVMLTO.a +-rw-r--r-- root/root usr/lib/libLLVMLibDriver.a +-rw-r--r-- root/root usr/lib/libLLVMLineEditor.a +-rw-r--r-- root/root usr/lib/libLLVMLinker.a +-rw-r--r-- root/root usr/lib/libLLVMMC.a +-rw-r--r-- root/root usr/lib/libLLVMMCA.a +-rw-r--r-- root/root usr/lib/libLLVMMCDisassembler.a +-rw-r--r-- root/root usr/lib/libLLVMMCJIT.a +-rw-r--r-- root/root usr/lib/libLLVMMCParser.a +-rw-r--r-- root/root usr/lib/libLLVMMIRParser.a +-rw-r--r-- root/root usr/lib/libLLVMObjCARCOpts.a +-rw-r--r-- root/root usr/lib/libLLVMObject.a +-rw-r--r-- root/root usr/lib/libLLVMObjectYAML.a +-rw-r--r-- root/root usr/lib/libLLVMOptRemarks.a +-rw-r--r-- root/root usr/lib/libLLVMOption.a +-rw-r--r-- root/root usr/lib/libLLVMOrcJIT.a +-rw-r--r-- root/root usr/lib/libLLVMPasses.a +-rw-r--r-- root/root usr/lib/libLLVMProfileData.a +-rw-r--r-- root/root usr/lib/libLLVMRuntimeDyld.a +-rw-r--r-- root/root usr/lib/libLLVMScalarOpts.a +-rw-r--r-- root/root usr/lib/libLLVMSelectionDAG.a +-rw-r--r-- root/root usr/lib/libLLVMSupport.a +-rw-r--r-- root/root usr/lib/libLLVMSymbolize.a +-rw-r--r-- root/root usr/lib/libLLVMTableGen.a +-rw-r--r-- root/root usr/lib/libLLVMTarget.a +-rw-r--r-- root/root usr/lib/libLLVMTextAPI.a +-rw-r--r-- root/root usr/lib/libLLVMTransformUtils.a +-rw-r--r-- root/root usr/lib/libLLVMVectorize.a +-rw-r--r-- root/root usr/lib/libLLVMWindowsManifest.a +-rw-r--r-- root/root usr/lib/libLLVMXRay.a +-rw-r--r-- root/root usr/lib/libLLVMipo.a +lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.8 +-rwxr-xr-x root/root usr/lib/libLTO.so.8 +lrwxrwxrwx root/root usr/lib/libOptRemarks.so -> libOptRemarks.so.8 +-rwxr-xr-x root/root usr/lib/libOptRemarks.so.8 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/opt-viewer/ +-rwxr-xr-x root/root usr/share/opt-viewer/opt-diff.py +-rwxr-xr-x root/root usr/share/opt-viewer/opt-stats.py +-rwxr-xr-x root/root usr/share/opt-viewer/opt-viewer.py +-rwxr-xr-x root/root usr/share/opt-viewer/optpmap.py +-rwxr-xr-x root/root usr/share/opt-viewer/optrecord.py +-rwxr-xr-x root/root usr/share/opt-viewer/style.css diff --git a/llvm/Pkgfile b/llvm/Pkgfile new file mode 100644 index 0000000..d38736c --- /dev/null +++ b/llvm/Pkgfile @@ -0,0 +1,44 @@ +# Description: LLVM compiler backend +# URL: http://llvm.org/ +# Maintainer: Thomas Penteker, tek at serverop dot de +# Depends on: cmake libffi libxml2 ninja + +name=llvm +version=8.0.1 +release=1 +source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/$name-$version.src.tar.xz + llvm-config.h) + +build() { + export CC=gcc + export CXX=g++ + + cd $name-$version.src + + mkdir build + cd build + + cmake .. -G Ninja \ + -DLLVM_PARALLEL_COMPILE_JOBS="${JOBS:-1}" \ + -DLLVM_ENABLE_CXX1Y=1 \ + -DLLVM_INCLUDE_EXAMPLES=0 \ + -DLLVM_INCLUDE_TESTS=0 \ + -DLLVM_ENABLE_FFI=1 \ + -DLLVM_ENABLE_RTTI=1 \ + -DLLVM_ENABLE_OCAMLDOC=0 \ + -DLLVM_TARGETS_TO_BUILD='AArch64' \ + -DLLVM_BUILD_LLVM_DYLIB=1 \ + -DLLVM_LINK_LLVM_DYLIB=1 \ + -DLLVM_INSTALL_UTILS=1 \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLLVM_APPEND_VC_REV=0 \ + -Wno-dev + + ninja + DESTDIR=$PKG ninja install + + # multilib stub + mv $PKG/usr/include/llvm/Config/llvm-config{,-64}.h + install -m 0644 $SRC/llvm-config.h $PKG/usr/include/llvm/Config/ +} diff --git a/llvm/README b/llvm/README new file mode 100644 index 0000000..c52b7c3 --- /dev/null +++ b/llvm/README @@ -0,0 +1,18 @@ + +REQUIREMENTS + +PRE-INSTALL + +POST-INSTALL + +PRECAUTION + + Note, that updating major versions of llvm (in x.y.z changing x or y) + requires rebuilding ports like xorg-server, mesa32, glu and the + mesa3d-gallium driver as they depend on this port. + + Have revdep(1) point out potential candidates for rebuilds after the llvm + update. + +MISC + diff --git a/llvm/llvm-config.h b/llvm/llvm-config.h new file mode 100644 index 0000000..472c3ab --- /dev/null +++ b/llvm/llvm-config.h @@ -0,0 +1,18 @@ +/* llvm-config.h stub */ + +#ifndef __STUB__LLVMCONFIG_H__ +#define __STUB__LLVMCONFIG_H__ + +#if defined(__x86_64__) +#include "llvm-config-64.h" +#else +#include "llvm-config-32.h" +#endif + +if defined(__aarch64__) +#include "llvm-config-64.h" +#else +#include "llvm-config-32.h" +#endif + +#endif -- 2.26.2