Mon Jul 27 11:12:49 2020 UTC ()
llvm: updated to 10.0.1


(adam)
diff -r1.56 -r1.57 pkgsrc/lang/llvm/Makefile
diff -r1.15 -r1.16 pkgsrc/lang/llvm/PLIST
diff -r1.26 -r1.27 pkgsrc/lang/llvm/distinfo
diff -r1.3 -r1.4 pkgsrc/lang/llvm/version.mk

cvs diff -r1.56 -r1.57 pkgsrc/lang/llvm/Makefile (switch to unified diff)

--- pkgsrc/lang/llvm/Makefile 2020/07/01 14:46:36 1.56
+++ pkgsrc/lang/llvm/Makefile 2020/07/27 11:12:48 1.57
@@ -1,115 +1,114 @@ @@ -1,115 +1,114 @@
1# $NetBSD: Makefile,v 1.56 2020/07/01 14:46:36 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2020/07/27 11:12:48 adam Exp $
2# 2#
3# when updating this, please also update: 3# when updating this, please also update:
4# devel/include-what-you-use 4# devel/include-what-you-use
5# devel/lld 5# devel/lld
6# devel/lldb 6# devel/lldb
7# devel/polly 7# devel/polly
8# lang/clang 8# lang/clang
9# lang/clang-tools-extra 9# lang/clang-tools-extra
10# lang/compiler-rt 10# lang/compiler-rt
11# lang/libcxx 11# lang/libcxx
12# lang/libcxxabi 12# lang/libcxxabi
13# lang/libunwind 13# lang/libunwind
14# parallel/openmp 14# parallel/openmp
15# 15#
16# Do not update: 16# Do not update:
17# lang/libLLVM 17# lang/libLLVM
18# because pkgsrc provides multiple versions and lang/libLLVM is 18# because pkgsrc provides multiple versions and lang/libLLVM is
19# logically libLLVM4. 19# logically libLLVM4.
20# 20#
21# Always update all */buildlink3.mk to require the latest stable release 21# Always update all */buildlink3.mk to require the latest stable release
22# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility 22# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
23 23
24PKGREVISION= 1 
25.include "version.mk" 24.include "version.mk"
26 25
27DISTNAME= llvm-${LLVM_VERSION}.src 26DISTNAME= llvm-${LLVM_VERSION}.src
28PKGNAME= ${DISTNAME:S/.src//} 27PKGNAME= ${DISTNAME:S/.src//}
29CATEGORIES= lang devel 28CATEGORIES= lang devel
30 29
31MAINTAINER= pkgsrc-users@NetBSD.org 30MAINTAINER= pkgsrc-users@NetBSD.org
32HOMEPAGE= https://llvm.org/ 31HOMEPAGE= https://llvm.org/
33COMMENT= Low Level Virtual Machine compiler infrastructure 32COMMENT= Low Level Virtual Machine compiler infrastructure
34LICENSE= apache-2.0 33LICENSE= apache-2.0
35 34
36USE_LANGUAGES= c c++14 35USE_LANGUAGES= c c++14
37USE_CMAKE= yes 36USE_CMAKE= yes
38GCC_REQD+= 5.1 37GCC_REQD+= 5.1
39PYTHON_FOR_BUILD_ONLY= yes 38PYTHON_FOR_BUILD_ONLY= yes
40 39
41CONFIGURE_DIRS= ${WRKDIR}/build 40CONFIGURE_DIRS= ${WRKDIR}/build
42CMAKE_ARG_PATH= ${WRKSRC} 41CMAKE_ARG_PATH= ${WRKSRC}
43 42
44CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 43CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
45CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q} 44CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
46CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=${CXX:Q} 45CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=${CXX:Q}
47CMAKE_ARGS+= -DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q} 46CMAKE_ARGS+= -DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q}
48CMAKE_ARGS+= -DLLVM_BUILD_LLVM_DYLIB=ON 47CMAKE_ARGS+= -DLLVM_BUILD_LLVM_DYLIB=ON
49CMAKE_ARGS+= -DLLVM_INCLUDE_BENCHMARKS=OFF 48CMAKE_ARGS+= -DLLVM_INCLUDE_BENCHMARKS=OFF
50CMAKE_ARGS+= -DLLVM_INSTALL_UTILS=ON 49CMAKE_ARGS+= -DLLVM_INSTALL_UTILS=ON
51CMAKE_ARGS+= -DLLVM_LINK_LLVM_DYLIB=ON 50CMAKE_ARGS+= -DLLVM_LINK_LLVM_DYLIB=ON
52CMAKE_ARGS+= -DLLVM_ENABLE_RTTI=ON 51CMAKE_ARGS+= -DLLVM_ENABLE_RTTI=ON
53 52
54CMAKE_ARGS.Darwin+= -DCMAKE_LIBTOOL=/usr/bin/libtool 53CMAKE_ARGS.Darwin+= -DCMAKE_LIBTOOL=/usr/bin/libtool
55 54
56CHECK_PORTABILITY_SKIP= utils/buildit/build_llvm 55CHECK_PORTABILITY_SKIP= utils/buildit/build_llvm
57 56
58# XXX perl is not added as a tool as it does not seem to be required 57# XXX perl is not added as a tool as it does not seem to be required
59REPLACE_PERL+= utils/*.pl 58REPLACE_PERL+= utils/*.pl
60REPLACE_PERL+= utils/codegen-diff 59REPLACE_PERL+= utils/codegen-diff
61REPLACE_PERL+= utils/llvm-native-gxx 60REPLACE_PERL+= utils/llvm-native-gxx
62 61
63REPLACE_PYTHON+= tools/opt-viewer/*.py 62REPLACE_PYTHON+= tools/opt-viewer/*.py
64REPLACE_PYTHON+= tools/sancov/*.py 63REPLACE_PYTHON+= tools/sancov/*.py
65REPLACE_PYTHON+= utils/*.py 64REPLACE_PYTHON+= utils/*.py
66REPLACE_PYTHON+= utils/Misc/zkill 65REPLACE_PYTHON+= utils/Misc/zkill
67REPLACE_PYTHON+= utils/bisect 66REPLACE_PYTHON+= utils/bisect
68REPLACE_PYTHON+= utils/clang-parse-diagnostics-file 67REPLACE_PYTHON+= utils/clang-parse-diagnostics-file
69REPLACE_PYTHON+= utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py 68REPLACE_PYTHON+= utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py
70REPLACE_PYTHON+= utils/llvm-build/llvm-build 69REPLACE_PYTHON+= utils/llvm-build/llvm-build
71REPLACE_PYTHON+= utils/llvm-compilers-check 70REPLACE_PYTHON+= utils/llvm-compilers-check
72REPLACE_PYTHON+= utils/llvm-lit/llvm-lit.in 71REPLACE_PYTHON+= utils/llvm-lit/llvm-lit.in
73 72
74TEST_TARGET= check 73TEST_TARGET= check
75TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib 74TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib
76 75
77# It may be that the Solaris linker is more strict here and they can be removed on 76# It may be that the Solaris linker is more strict here and they can be removed on
78# all platforms. Change this to a patch if verified. 77# all platforms. Change this to a patch if verified.
79SUBST_CLASSES.SunOS+= linkmap 78SUBST_CLASSES.SunOS+= linkmap
80SUBST_STAGE.linkmap= pre-configure 79SUBST_STAGE.linkmap= pre-configure
81SUBST_FILES.linkmap= tools/lto/lto.exports 80SUBST_FILES.linkmap= tools/lto/lto.exports
82SUBST_FILES.linkmap+= tools/remarks-shlib/Remarks.exports 81SUBST_FILES.linkmap+= tools/remarks-shlib/Remarks.exports
83SUBST_SED.linkmap= -e '/^LLVM/d' 82SUBST_SED.linkmap= -e '/^LLVM/d'
84 83
85.include "../../mk/bsd.prefs.mk" 84.include "../../mk/bsd.prefs.mk"
86 85
87PLIST_VARS+= notdylib 86PLIST_VARS+= notdylib
88.if ${SHLIB_TYPE} == "dylib" 87.if ${SHLIB_TYPE} == "dylib"
89SOEXT= dylib 88SOEXT= dylib
90.else 89.else
91SOEXT= so 90SOEXT= so
92PLIST.notdylib= yes 91PLIST.notdylib= yes
93.endif 92.endif
94PLIST_SUBST+= SOEXT=${SOEXT} 93PLIST_SUBST+= SOEXT=${SOEXT}
95 94
96# needs std::atomic with 64-bit CAS 95# needs std::atomic with 64-bit CAS
97.if ${MACHINE_ARCH} == "i386" 96.if ${MACHINE_ARCH} == "i386"
98CXXFLAGS+= -march=i586 97CXXFLAGS+= -march=i586
99.endif 98.endif
100 99
101.include "options.mk" 100.include "options.mk"
102 101
103# replacing config.guess is required even for cmake. 102# replacing config.guess is required even for cmake.
104# It is used to detect correct LLVM_HOST_TRIPLE, e.g. for NetBSD/evbarm. 103# It is used to detect correct LLVM_HOST_TRIPLE, e.g. for NetBSD/evbarm.
105post-extract: 104post-extract:
106 ${MKDIR} ${WRKDIR}/build 105 ${MKDIR} ${WRKDIR}/build
107.for f in config.guess config.sub 106.for f in config.guess config.sub
108 cp ../../mk/gnu-config/${f} ${WRKSRC}/cmake/${f} 107 cp ../../mk/gnu-config/${f} ${WRKSRC}/cmake/${f}
109.endfor 108.endfor
110 109
111.include "../../devel/zlib/buildlink3.mk" 110.include "../../devel/zlib/buildlink3.mk"
112.include "../../lang/python/application.mk" 111.include "../../lang/python/application.mk"
113.include "../../lang/python/tool.mk" 112.include "../../lang/python/tool.mk"
114.include "../../textproc/libxml2/buildlink3.mk" 113.include "../../textproc/libxml2/buildlink3.mk"
115.include "../../mk/bsd.pkg.mk" 114.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/lang/llvm/PLIST (switch to unified diff)

--- pkgsrc/lang/llvm/PLIST 2020/04/18 07:50:18 1.15
+++ pkgsrc/lang/llvm/PLIST 2020/07/27 11:12:48 1.16
@@ -1,1722 +1,1727 @@ @@ -1,1722 +1,1727 @@
1@comment $NetBSD: PLIST,v 1.15 2020/04/18 07:50:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.16 2020/07/27 11:12:48 adam Exp $
2bin/FileCheck 2bin/FileCheck
3bin/bugpoint 3bin/bugpoint
4bin/count 4bin/count
5bin/dsymutil 5bin/dsymutil
6bin/llc 6bin/llc
7bin/lli 7bin/lli
8bin/lli-child-target 8bin/lli-child-target
9bin/llvm-PerfectShuffle 9bin/llvm-PerfectShuffle
10bin/llvm-addr2line 10bin/llvm-addr2line
11bin/llvm-ar 11bin/llvm-ar
12bin/llvm-as 12bin/llvm-as
13bin/llvm-bcanalyzer 13bin/llvm-bcanalyzer
14bin/llvm-c-test 14bin/llvm-c-test
15bin/llvm-cat 15bin/llvm-cat
16bin/llvm-cfi-verify 16bin/llvm-cfi-verify
17bin/llvm-config 17bin/llvm-config
18bin/llvm-cov 18bin/llvm-cov
19bin/llvm-cvtres 19bin/llvm-cvtres
20bin/llvm-cxxdump 20bin/llvm-cxxdump
21bin/llvm-cxxfilt 21bin/llvm-cxxfilt
22bin/llvm-cxxmap 22bin/llvm-cxxmap
23bin/llvm-diff 23bin/llvm-diff
24bin/llvm-dis 24bin/llvm-dis
25bin/llvm-dlltool 25bin/llvm-dlltool
26bin/llvm-dwarfdump 26bin/llvm-dwarfdump
27bin/llvm-dwp 27bin/llvm-dwp
28bin/llvm-elfabi 28bin/llvm-elfabi
29bin/llvm-exegesis 29bin/llvm-exegesis
30bin/llvm-extract 30bin/llvm-extract
31bin/llvm-ifs 31bin/llvm-ifs
32bin/llvm-install-name-tool 32bin/llvm-install-name-tool
33bin/llvm-jitlink 33bin/llvm-jitlink
34bin/llvm-lib 34bin/llvm-lib
35bin/llvm-link 35bin/llvm-link
36bin/llvm-lipo 36bin/llvm-lipo
37bin/llvm-lto 37bin/llvm-lto
38bin/llvm-lto2 38bin/llvm-lto2
39bin/llvm-mc 39bin/llvm-mc
40bin/llvm-mca 40bin/llvm-mca
41bin/llvm-modextract 41bin/llvm-modextract
42bin/llvm-mt 42bin/llvm-mt
43bin/llvm-nm 43bin/llvm-nm
44bin/llvm-objcopy 44bin/llvm-objcopy
45bin/llvm-objdump 45bin/llvm-objdump
46bin/llvm-opt-report 46bin/llvm-opt-report
47bin/llvm-pdbutil 47bin/llvm-pdbutil
48bin/llvm-profdata 48bin/llvm-profdata
49bin/llvm-ranlib 49bin/llvm-ranlib
50bin/llvm-rc 50bin/llvm-rc
51bin/llvm-readelf 51bin/llvm-readelf
52bin/llvm-readobj 52bin/llvm-readobj
53bin/llvm-reduce 53bin/llvm-reduce
54bin/llvm-rtdyld 54bin/llvm-rtdyld
55bin/llvm-size 55bin/llvm-size
56bin/llvm-split 56bin/llvm-split
57bin/llvm-stress 57bin/llvm-stress
58bin/llvm-strings 58bin/llvm-strings
59bin/llvm-strip 59bin/llvm-strip
60bin/llvm-symbolizer 60bin/llvm-symbolizer
61bin/llvm-tblgen 61bin/llvm-tblgen
62bin/llvm-undname 62bin/llvm-undname
63bin/llvm-xray 63bin/llvm-xray
64bin/not 64bin/not
65bin/obj2yaml 65bin/obj2yaml
66bin/opt 66bin/opt
67bin/sancov 67bin/sancov
68bin/sanstats 68bin/sanstats
69bin/verify-uselistorder 69bin/verify-uselistorder
70bin/yaml-bench 70bin/yaml-bench
71bin/yaml2obj 71bin/yaml2obj
72include/llvm-c/Analysis.h 72include/llvm-c/Analysis.h
73include/llvm-c/BitReader.h 73include/llvm-c/BitReader.h
74include/llvm-c/BitWriter.h 74include/llvm-c/BitWriter.h
75include/llvm-c/Comdat.h 75include/llvm-c/Comdat.h
76include/llvm-c/Core.h 76include/llvm-c/Core.h
77include/llvm-c/DataTypes.h 77include/llvm-c/DataTypes.h
78include/llvm-c/DebugInfo.h 78include/llvm-c/DebugInfo.h
79include/llvm-c/Disassembler.h 79include/llvm-c/Disassembler.h
80include/llvm-c/DisassemblerTypes.h 80include/llvm-c/DisassemblerTypes.h
81include/llvm-c/Error.h 81include/llvm-c/Error.h
82include/llvm-c/ErrorHandling.h 82include/llvm-c/ErrorHandling.h
83include/llvm-c/ExecutionEngine.h 83include/llvm-c/ExecutionEngine.h
84include/llvm-c/ExternC.h 84include/llvm-c/ExternC.h
85include/llvm-c/IRReader.h 85include/llvm-c/IRReader.h
86include/llvm-c/Initialization.h 86include/llvm-c/Initialization.h
87include/llvm-c/LinkTimeOptimizer.h 87include/llvm-c/LinkTimeOptimizer.h
88include/llvm-c/Linker.h 88include/llvm-c/Linker.h
89include/llvm-c/Object.h 89include/llvm-c/Object.h
90include/llvm-c/OrcBindings.h 90include/llvm-c/OrcBindings.h
91include/llvm-c/Remarks.h 91include/llvm-c/Remarks.h
92include/llvm-c/Support.h 92include/llvm-c/Support.h
93include/llvm-c/Target.h 93include/llvm-c/Target.h
94include/llvm-c/TargetMachine.h 94include/llvm-c/TargetMachine.h
95include/llvm-c/Transforms/AggressiveInstCombine.h 95include/llvm-c/Transforms/AggressiveInstCombine.h
96include/llvm-c/Transforms/Coroutines.h 96include/llvm-c/Transforms/Coroutines.h
97include/llvm-c/Transforms/IPO.h 97include/llvm-c/Transforms/IPO.h
98include/llvm-c/Transforms/InstCombine.h 98include/llvm-c/Transforms/InstCombine.h
99include/llvm-c/Transforms/PassManagerBuilder.h 99include/llvm-c/Transforms/PassManagerBuilder.h
100include/llvm-c/Transforms/Scalar.h 100include/llvm-c/Transforms/Scalar.h
101include/llvm-c/Transforms/Utils.h 101include/llvm-c/Transforms/Utils.h
102include/llvm-c/Transforms/Vectorize.h 102include/llvm-c/Transforms/Vectorize.h
103include/llvm-c/Types.h 103include/llvm-c/Types.h
104include/llvm-c/lto.h 104include/llvm-c/lto.h
105include/llvm/ADT/APFloat.h 105include/llvm/ADT/APFloat.h
106include/llvm/ADT/APInt.h 106include/llvm/ADT/APInt.h
107include/llvm/ADT/APSInt.h 107include/llvm/ADT/APSInt.h
108include/llvm/ADT/AllocatorList.h 108include/llvm/ADT/AllocatorList.h
109include/llvm/ADT/Any.h 109include/llvm/ADT/Any.h
110include/llvm/ADT/ArrayRef.h 110include/llvm/ADT/ArrayRef.h
111include/llvm/ADT/BitVector.h 111include/llvm/ADT/BitVector.h
112include/llvm/ADT/BitmaskEnum.h 112include/llvm/ADT/BitmaskEnum.h
113include/llvm/ADT/BreadthFirstIterator.h 113include/llvm/ADT/BreadthFirstIterator.h
114include/llvm/ADT/CachedHashString.h 114include/llvm/ADT/CachedHashString.h
115include/llvm/ADT/DAGDeltaAlgorithm.h 115include/llvm/ADT/DAGDeltaAlgorithm.h
116include/llvm/ADT/DeltaAlgorithm.h 116include/llvm/ADT/DeltaAlgorithm.h
117include/llvm/ADT/DenseMap.h 117include/llvm/ADT/DenseMap.h
118include/llvm/ADT/DenseMapInfo.h 118include/llvm/ADT/DenseMapInfo.h
119include/llvm/ADT/DenseSet.h 119include/llvm/ADT/DenseSet.h
120include/llvm/ADT/DepthFirstIterator.h 120include/llvm/ADT/DepthFirstIterator.h
121include/llvm/ADT/DirectedGraph.h 121include/llvm/ADT/DirectedGraph.h
122include/llvm/ADT/EnumeratedArray.h 122include/llvm/ADT/EnumeratedArray.h
123include/llvm/ADT/EpochTracker.h 123include/llvm/ADT/EpochTracker.h
124include/llvm/ADT/EquivalenceClasses.h 124include/llvm/ADT/EquivalenceClasses.h
125include/llvm/ADT/FloatingPointMode.h 125include/llvm/ADT/FloatingPointMode.h
126include/llvm/ADT/FoldingSet.h 126include/llvm/ADT/FoldingSet.h
127include/llvm/ADT/FunctionExtras.h 127include/llvm/ADT/FunctionExtras.h
128include/llvm/ADT/GraphTraits.h 128include/llvm/ADT/GraphTraits.h
129include/llvm/ADT/Hashing.h 129include/llvm/ADT/Hashing.h
130include/llvm/ADT/ImmutableList.h 130include/llvm/ADT/ImmutableList.h
131include/llvm/ADT/ImmutableMap.h 131include/llvm/ADT/ImmutableMap.h
132include/llvm/ADT/ImmutableSet.h 132include/llvm/ADT/ImmutableSet.h
133include/llvm/ADT/IndexedMap.h 133include/llvm/ADT/IndexedMap.h
134include/llvm/ADT/IntEqClasses.h 134include/llvm/ADT/IntEqClasses.h
135include/llvm/ADT/IntervalMap.h 135include/llvm/ADT/IntervalMap.h
136include/llvm/ADT/IntrusiveRefCntPtr.h 136include/llvm/ADT/IntrusiveRefCntPtr.h
137include/llvm/ADT/MapVector.h 137include/llvm/ADT/MapVector.h
138include/llvm/ADT/None.h 138include/llvm/ADT/None.h
139include/llvm/ADT/Optional.h 139include/llvm/ADT/Optional.h
140include/llvm/ADT/PackedVector.h 140include/llvm/ADT/PackedVector.h
141include/llvm/ADT/PointerEmbeddedInt.h 141include/llvm/ADT/PointerEmbeddedInt.h
142include/llvm/ADT/PointerIntPair.h 142include/llvm/ADT/PointerIntPair.h
143include/llvm/ADT/PointerSumType.h 143include/llvm/ADT/PointerSumType.h
144include/llvm/ADT/PointerUnion.h 144include/llvm/ADT/PointerUnion.h
145include/llvm/ADT/PostOrderIterator.h 145include/llvm/ADT/PostOrderIterator.h
146include/llvm/ADT/PriorityQueue.h 146include/llvm/ADT/PriorityQueue.h
147include/llvm/ADT/PriorityWorklist.h 147include/llvm/ADT/PriorityWorklist.h
148include/llvm/ADT/SCCIterator.h 148include/llvm/ADT/SCCIterator.h
149include/llvm/ADT/STLExtras.h 149include/llvm/ADT/STLExtras.h
150include/llvm/ADT/ScopeExit.h 150include/llvm/ADT/ScopeExit.h
151include/llvm/ADT/ScopedHashTable.h 151include/llvm/ADT/ScopedHashTable.h
152include/llvm/ADT/Sequence.h 152include/llvm/ADT/Sequence.h
153include/llvm/ADT/SetOperations.h 153include/llvm/ADT/SetOperations.h
154include/llvm/ADT/SetVector.h 154include/llvm/ADT/SetVector.h
155include/llvm/ADT/SmallBitVector.h 155include/llvm/ADT/SmallBitVector.h
156include/llvm/ADT/SmallPtrSet.h 156include/llvm/ADT/SmallPtrSet.h
157include/llvm/ADT/SmallSet.h 157include/llvm/ADT/SmallSet.h
158include/llvm/ADT/SmallString.h 158include/llvm/ADT/SmallString.h
159include/llvm/ADT/SmallVector.h 159include/llvm/ADT/SmallVector.h
160include/llvm/ADT/SparseBitVector.h 160include/llvm/ADT/SparseBitVector.h
161include/llvm/ADT/SparseMultiSet.h 161include/llvm/ADT/SparseMultiSet.h
162include/llvm/ADT/SparseSet.h 162include/llvm/ADT/SparseSet.h
163include/llvm/ADT/Statistic.h 163include/llvm/ADT/Statistic.h
164include/llvm/ADT/StringExtras.h 164include/llvm/ADT/StringExtras.h
165include/llvm/ADT/StringMap.h 165include/llvm/ADT/StringMap.h
166include/llvm/ADT/StringRef.h 166include/llvm/ADT/StringRef.h
167include/llvm/ADT/StringSet.h 167include/llvm/ADT/StringSet.h
168include/llvm/ADT/StringSwitch.h 168include/llvm/ADT/StringSwitch.h
169include/llvm/ADT/TinyPtrVector.h 169include/llvm/ADT/TinyPtrVector.h
170include/llvm/ADT/Triple.h 170include/llvm/ADT/Triple.h
171include/llvm/ADT/Twine.h 171include/llvm/ADT/Twine.h
172include/llvm/ADT/UniqueVector.h 172include/llvm/ADT/UniqueVector.h
173include/llvm/ADT/bit.h 173include/llvm/ADT/bit.h
174include/llvm/ADT/edit_distance.h 174include/llvm/ADT/edit_distance.h
175include/llvm/ADT/fallible_iterator.h 175include/llvm/ADT/fallible_iterator.h
176include/llvm/ADT/ilist.h 176include/llvm/ADT/ilist.h
177include/llvm/ADT/ilist_base.h 177include/llvm/ADT/ilist_base.h
178include/llvm/ADT/ilist_iterator.h 178include/llvm/ADT/ilist_iterator.h
179include/llvm/ADT/ilist_node.h 179include/llvm/ADT/ilist_node.h
180include/llvm/ADT/ilist_node_base.h 180include/llvm/ADT/ilist_node_base.h
181include/llvm/ADT/ilist_node_options.h 181include/llvm/ADT/ilist_node_options.h
182include/llvm/ADT/iterator.h 182include/llvm/ADT/iterator.h
183include/llvm/ADT/iterator_range.h 183include/llvm/ADT/iterator_range.h
184include/llvm/ADT/simple_ilist.h 184include/llvm/ADT/simple_ilist.h
185include/llvm/Analysis/AliasAnalysis.h 185include/llvm/Analysis/AliasAnalysis.h
186include/llvm/Analysis/AliasAnalysisEvaluator.h 186include/llvm/Analysis/AliasAnalysisEvaluator.h
187include/llvm/Analysis/AliasSetTracker.h 187include/llvm/Analysis/AliasSetTracker.h
188include/llvm/Analysis/AssumptionCache.h 188include/llvm/Analysis/AssumptionCache.h
189include/llvm/Analysis/BasicAliasAnalysis.h 189include/llvm/Analysis/BasicAliasAnalysis.h
190include/llvm/Analysis/BlockFrequencyInfo.h 190include/llvm/Analysis/BlockFrequencyInfo.h
191include/llvm/Analysis/BlockFrequencyInfoImpl.h 191include/llvm/Analysis/BlockFrequencyInfoImpl.h
192include/llvm/Analysis/BranchProbabilityInfo.h 192include/llvm/Analysis/BranchProbabilityInfo.h
193include/llvm/Analysis/CFG.h 193include/llvm/Analysis/CFG.h
194include/llvm/Analysis/CFGPrinter.h 194include/llvm/Analysis/CFGPrinter.h
195include/llvm/Analysis/CFLAliasAnalysisUtils.h 195include/llvm/Analysis/CFLAliasAnalysisUtils.h
196include/llvm/Analysis/CFLAndersAliasAnalysis.h 196include/llvm/Analysis/CFLAndersAliasAnalysis.h
197include/llvm/Analysis/CFLSteensAliasAnalysis.h 197include/llvm/Analysis/CFLSteensAliasAnalysis.h
198include/llvm/Analysis/CGSCCPassManager.h 198include/llvm/Analysis/CGSCCPassManager.h
199include/llvm/Analysis/CallGraph.h 199include/llvm/Analysis/CallGraph.h
200include/llvm/Analysis/CallGraphSCCPass.h 200include/llvm/Analysis/CallGraphSCCPass.h
201include/llvm/Analysis/CallPrinter.h 201include/llvm/Analysis/CallPrinter.h
202include/llvm/Analysis/CaptureTracking.h 202include/llvm/Analysis/CaptureTracking.h
203include/llvm/Analysis/CmpInstAnalysis.h 203include/llvm/Analysis/CmpInstAnalysis.h
204include/llvm/Analysis/CodeMetrics.h 204include/llvm/Analysis/CodeMetrics.h
205include/llvm/Analysis/ConstantFolding.h 205include/llvm/Analysis/ConstantFolding.h
206include/llvm/Analysis/DDG.h 206include/llvm/Analysis/DDG.h
207include/llvm/Analysis/DOTGraphTraitsPass.h 207include/llvm/Analysis/DOTGraphTraitsPass.h
208include/llvm/Analysis/DemandedBits.h 208include/llvm/Analysis/DemandedBits.h
209include/llvm/Analysis/DependenceAnalysis.h 209include/llvm/Analysis/DependenceAnalysis.h
210include/llvm/Analysis/DependenceGraphBuilder.h 210include/llvm/Analysis/DependenceGraphBuilder.h
211include/llvm/Analysis/DivergenceAnalysis.h 211include/llvm/Analysis/DivergenceAnalysis.h
212include/llvm/Analysis/DomPrinter.h 212include/llvm/Analysis/DomPrinter.h
213include/llvm/Analysis/DomTreeUpdater.h 213include/llvm/Analysis/DomTreeUpdater.h
214include/llvm/Analysis/DominanceFrontier.h 214include/llvm/Analysis/DominanceFrontier.h
215include/llvm/Analysis/DominanceFrontierImpl.h 215include/llvm/Analysis/DominanceFrontierImpl.h
216include/llvm/Analysis/EHPersonalities.h 216include/llvm/Analysis/EHPersonalities.h
217include/llvm/Analysis/GlobalsModRef.h 217include/llvm/Analysis/GlobalsModRef.h
218include/llvm/Analysis/GuardUtils.h 218include/llvm/Analysis/GuardUtils.h
219include/llvm/Analysis/IVDescriptors.h 219include/llvm/Analysis/IVDescriptors.h
220include/llvm/Analysis/IVUsers.h 220include/llvm/Analysis/IVUsers.h
221include/llvm/Analysis/IndirectCallPromotionAnalysis.h 221include/llvm/Analysis/IndirectCallPromotionAnalysis.h
222include/llvm/Analysis/IndirectCallVisitor.h 222include/llvm/Analysis/IndirectCallVisitor.h
223include/llvm/Analysis/InlineCost.h 223include/llvm/Analysis/InlineCost.h
224include/llvm/Analysis/InstructionPrecedenceTracking.h 224include/llvm/Analysis/InstructionPrecedenceTracking.h
225include/llvm/Analysis/InstructionSimplify.h 225include/llvm/Analysis/InstructionSimplify.h
226include/llvm/Analysis/Interval.h 226include/llvm/Analysis/Interval.h
227include/llvm/Analysis/IntervalIterator.h 227include/llvm/Analysis/IntervalIterator.h
228include/llvm/Analysis/IntervalPartition.h 228include/llvm/Analysis/IntervalPartition.h
229include/llvm/Analysis/IteratedDominanceFrontier.h 229include/llvm/Analysis/IteratedDominanceFrontier.h
230include/llvm/Analysis/LazyBlockFrequencyInfo.h 230include/llvm/Analysis/LazyBlockFrequencyInfo.h
231include/llvm/Analysis/LazyBranchProbabilityInfo.h 231include/llvm/Analysis/LazyBranchProbabilityInfo.h
232include/llvm/Analysis/LazyCallGraph.h 232include/llvm/Analysis/LazyCallGraph.h
233include/llvm/Analysis/LazyValueInfo.h 233include/llvm/Analysis/LazyValueInfo.h
234include/llvm/Analysis/LegacyDivergenceAnalysis.h 234include/llvm/Analysis/LegacyDivergenceAnalysis.h
235include/llvm/Analysis/Lint.h 235include/llvm/Analysis/Lint.h
236include/llvm/Analysis/Loads.h 236include/llvm/Analysis/Loads.h
237include/llvm/Analysis/LoopAccessAnalysis.h 237include/llvm/Analysis/LoopAccessAnalysis.h
238include/llvm/Analysis/LoopAnalysisManager.h 238include/llvm/Analysis/LoopAnalysisManager.h
239include/llvm/Analysis/LoopCacheAnalysis.h 239include/llvm/Analysis/LoopCacheAnalysis.h
240include/llvm/Analysis/LoopInfo.h 240include/llvm/Analysis/LoopInfo.h
241include/llvm/Analysis/LoopInfoImpl.h 241include/llvm/Analysis/LoopInfoImpl.h
242include/llvm/Analysis/LoopIterator.h 242include/llvm/Analysis/LoopIterator.h
243include/llvm/Analysis/LoopPass.h 243include/llvm/Analysis/LoopPass.h
244include/llvm/Analysis/LoopUnrollAnalyzer.h 244include/llvm/Analysis/LoopUnrollAnalyzer.h
245include/llvm/Analysis/MemoryBuiltins.h 245include/llvm/Analysis/MemoryBuiltins.h
246include/llvm/Analysis/MemoryDependenceAnalysis.h 246include/llvm/Analysis/MemoryDependenceAnalysis.h
247include/llvm/Analysis/MemoryLocation.h 247include/llvm/Analysis/MemoryLocation.h
248include/llvm/Analysis/MemorySSA.h 248include/llvm/Analysis/MemorySSA.h
249include/llvm/Analysis/MemorySSAUpdater.h 249include/llvm/Analysis/MemorySSAUpdater.h
250include/llvm/Analysis/ModuleSummaryAnalysis.h 250include/llvm/Analysis/ModuleSummaryAnalysis.h
251include/llvm/Analysis/MustExecute.h 251include/llvm/Analysis/MustExecute.h
252include/llvm/Analysis/ObjCARCAliasAnalysis.h 252include/llvm/Analysis/ObjCARCAliasAnalysis.h
253include/llvm/Analysis/ObjCARCAnalysisUtils.h 253include/llvm/Analysis/ObjCARCAnalysisUtils.h
254include/llvm/Analysis/ObjCARCInstKind.h 254include/llvm/Analysis/ObjCARCInstKind.h
255include/llvm/Analysis/OptimizationRemarkEmitter.h 255include/llvm/Analysis/OptimizationRemarkEmitter.h
256include/llvm/Analysis/OrderedBasicBlock.h 256include/llvm/Analysis/OrderedBasicBlock.h
257include/llvm/Analysis/OrderedInstructions.h 257include/llvm/Analysis/OrderedInstructions.h
258include/llvm/Analysis/PHITransAddr.h 258include/llvm/Analysis/PHITransAddr.h
259include/llvm/Analysis/Passes.h 259include/llvm/Analysis/Passes.h
260include/llvm/Analysis/PhiValues.h 260include/llvm/Analysis/PhiValues.h
261include/llvm/Analysis/PostDominators.h 261include/llvm/Analysis/PostDominators.h
262include/llvm/Analysis/ProfileSummaryInfo.h 262include/llvm/Analysis/ProfileSummaryInfo.h
263include/llvm/Analysis/PtrUseVisitor.h 263include/llvm/Analysis/PtrUseVisitor.h
264include/llvm/Analysis/RegionInfo.h 264include/llvm/Analysis/RegionInfo.h
265include/llvm/Analysis/RegionInfoImpl.h 265include/llvm/Analysis/RegionInfoImpl.h
266include/llvm/Analysis/RegionIterator.h 266include/llvm/Analysis/RegionIterator.h
267include/llvm/Analysis/RegionPass.h 267include/llvm/Analysis/RegionPass.h
268include/llvm/Analysis/RegionPrinter.h 268include/llvm/Analysis/RegionPrinter.h
269include/llvm/Analysis/ScalarEvolution.h 269include/llvm/Analysis/ScalarEvolution.h
270include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h 270include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
271include/llvm/Analysis/ScalarEvolutionExpander.h 271include/llvm/Analysis/ScalarEvolutionExpander.h
272include/llvm/Analysis/ScalarEvolutionExpressions.h 272include/llvm/Analysis/ScalarEvolutionExpressions.h
273include/llvm/Analysis/ScalarEvolutionNormalization.h 273include/llvm/Analysis/ScalarEvolutionNormalization.h
274include/llvm/Analysis/ScopedNoAliasAA.h 274include/llvm/Analysis/ScopedNoAliasAA.h
275include/llvm/Analysis/SparsePropagation.h 275include/llvm/Analysis/SparsePropagation.h
276include/llvm/Analysis/StackSafetyAnalysis.h 276include/llvm/Analysis/StackSafetyAnalysis.h
277include/llvm/Analysis/SyncDependenceAnalysis.h 277include/llvm/Analysis/SyncDependenceAnalysis.h
278include/llvm/Analysis/SyntheticCountsUtils.h 278include/llvm/Analysis/SyntheticCountsUtils.h
279include/llvm/Analysis/TargetFolder.h 279include/llvm/Analysis/TargetFolder.h
280include/llvm/Analysis/TargetLibraryInfo.def 280include/llvm/Analysis/TargetLibraryInfo.def
281include/llvm/Analysis/TargetLibraryInfo.h 281include/llvm/Analysis/TargetLibraryInfo.h
282include/llvm/Analysis/TargetTransformInfo.h 282include/llvm/Analysis/TargetTransformInfo.h
283include/llvm/Analysis/TargetTransformInfoImpl.h 283include/llvm/Analysis/TargetTransformInfoImpl.h
284include/llvm/Analysis/Trace.h 284include/llvm/Analysis/Trace.h
285include/llvm/Analysis/TypeBasedAliasAnalysis.h 285include/llvm/Analysis/TypeBasedAliasAnalysis.h
286include/llvm/Analysis/TypeMetadataUtils.h 286include/llvm/Analysis/TypeMetadataUtils.h
287include/llvm/Analysis/Utils/Local.h 287include/llvm/Analysis/Utils/Local.h
288include/llvm/Analysis/ValueLattice.h 288include/llvm/Analysis/ValueLattice.h
289include/llvm/Analysis/ValueLatticeUtils.h 289include/llvm/Analysis/ValueLatticeUtils.h
290include/llvm/Analysis/ValueTracking.h 290include/llvm/Analysis/ValueTracking.h
291include/llvm/Analysis/VecFuncs.def 291include/llvm/Analysis/VecFuncs.def
292include/llvm/Analysis/VectorUtils.h 292include/llvm/Analysis/VectorUtils.h
293include/llvm/AsmParser/Parser.h 293include/llvm/AsmParser/Parser.h
294include/llvm/AsmParser/SlotMapping.h 294include/llvm/AsmParser/SlotMapping.h
295include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h 295include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
296include/llvm/BinaryFormat/COFF.h 296include/llvm/BinaryFormat/COFF.h
297include/llvm/BinaryFormat/Dwarf.def 297include/llvm/BinaryFormat/Dwarf.def
298include/llvm/BinaryFormat/Dwarf.h 298include/llvm/BinaryFormat/Dwarf.h
299include/llvm/BinaryFormat/DynamicTags.def 299include/llvm/BinaryFormat/DynamicTags.def
300include/llvm/BinaryFormat/ELF.h 300include/llvm/BinaryFormat/ELF.h
301include/llvm/BinaryFormat/ELFRelocs/AArch64.def 301include/llvm/BinaryFormat/ELFRelocs/AArch64.def
302include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def 302include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
303include/llvm/BinaryFormat/ELFRelocs/ARC.def 303include/llvm/BinaryFormat/ELFRelocs/ARC.def
304include/llvm/BinaryFormat/ELFRelocs/ARM.def 304include/llvm/BinaryFormat/ELFRelocs/ARM.def
305include/llvm/BinaryFormat/ELFRelocs/AVR.def 305include/llvm/BinaryFormat/ELFRelocs/AVR.def
306include/llvm/BinaryFormat/ELFRelocs/BPF.def 306include/llvm/BinaryFormat/ELFRelocs/BPF.def
307include/llvm/BinaryFormat/ELFRelocs/Hexagon.def 307include/llvm/BinaryFormat/ELFRelocs/Hexagon.def
308include/llvm/BinaryFormat/ELFRelocs/Lanai.def 308include/llvm/BinaryFormat/ELFRelocs/Lanai.def
309include/llvm/BinaryFormat/ELFRelocs/MSP430.def 309include/llvm/BinaryFormat/ELFRelocs/MSP430.def
310include/llvm/BinaryFormat/ELFRelocs/Mips.def 310include/llvm/BinaryFormat/ELFRelocs/Mips.def
311include/llvm/BinaryFormat/ELFRelocs/PowerPC.def 311include/llvm/BinaryFormat/ELFRelocs/PowerPC.def
312include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def 312include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
313include/llvm/BinaryFormat/ELFRelocs/RISCV.def 313include/llvm/BinaryFormat/ELFRelocs/RISCV.def
314include/llvm/BinaryFormat/ELFRelocs/Sparc.def 314include/llvm/BinaryFormat/ELFRelocs/Sparc.def
315include/llvm/BinaryFormat/ELFRelocs/SystemZ.def 315include/llvm/BinaryFormat/ELFRelocs/SystemZ.def
316include/llvm/BinaryFormat/ELFRelocs/i386.def 316include/llvm/BinaryFormat/ELFRelocs/i386.def
317include/llvm/BinaryFormat/ELFRelocs/x86_64.def 317include/llvm/BinaryFormat/ELFRelocs/x86_64.def
318include/llvm/BinaryFormat/MachO.def 318include/llvm/BinaryFormat/MachO.def
319include/llvm/BinaryFormat/MachO.h 319include/llvm/BinaryFormat/MachO.h
320include/llvm/BinaryFormat/Magic.h 320include/llvm/BinaryFormat/Magic.h
321include/llvm/BinaryFormat/Minidump.h 321include/llvm/BinaryFormat/Minidump.h
322include/llvm/BinaryFormat/MinidumpConstants.def 322include/llvm/BinaryFormat/MinidumpConstants.def
323include/llvm/BinaryFormat/MsgPack.def 323include/llvm/BinaryFormat/MsgPack.def
324include/llvm/BinaryFormat/MsgPack.h 324include/llvm/BinaryFormat/MsgPack.h
325include/llvm/BinaryFormat/MsgPackDocument.h 325include/llvm/BinaryFormat/MsgPackDocument.h
326include/llvm/BinaryFormat/MsgPackReader.h 326include/llvm/BinaryFormat/MsgPackReader.h
327include/llvm/BinaryFormat/MsgPackWriter.h 327include/llvm/BinaryFormat/MsgPackWriter.h
328include/llvm/BinaryFormat/Wasm.h 328include/llvm/BinaryFormat/Wasm.h
329include/llvm/BinaryFormat/WasmRelocs.def 329include/llvm/BinaryFormat/WasmRelocs.def
330include/llvm/BinaryFormat/XCOFF.h 330include/llvm/BinaryFormat/XCOFF.h
331include/llvm/Bitcode/BitcodeAnalyzer.h 331include/llvm/Bitcode/BitcodeAnalyzer.h
332include/llvm/Bitcode/BitcodeReader.h 332include/llvm/Bitcode/BitcodeReader.h
333include/llvm/Bitcode/BitcodeWriter.h 333include/llvm/Bitcode/BitcodeWriter.h
334include/llvm/Bitcode/BitcodeWriterPass.h 334include/llvm/Bitcode/BitcodeWriterPass.h
335include/llvm/Bitcode/LLVMBitCodes.h 335include/llvm/Bitcode/LLVMBitCodes.h
336include/llvm/Bitstream/BitCodes.h 336include/llvm/Bitstream/BitCodes.h
337include/llvm/Bitstream/BitstreamReader.h 337include/llvm/Bitstream/BitstreamReader.h
338include/llvm/Bitstream/BitstreamWriter.h 338include/llvm/Bitstream/BitstreamWriter.h
339include/llvm/CodeGen/AccelTable.h 339include/llvm/CodeGen/AccelTable.h
340include/llvm/CodeGen/Analysis.h 340include/llvm/CodeGen/Analysis.h
341include/llvm/CodeGen/AsmPrinter.h 341include/llvm/CodeGen/AsmPrinter.h
342include/llvm/CodeGen/AsmPrinterHandler.h 342include/llvm/CodeGen/AsmPrinterHandler.h
343include/llvm/CodeGen/AtomicExpandUtils.h 343include/llvm/CodeGen/AtomicExpandUtils.h
344include/llvm/CodeGen/BasicTTIImpl.h 344include/llvm/CodeGen/BasicTTIImpl.h
345include/llvm/CodeGen/BuiltinGCs.h 345include/llvm/CodeGen/BuiltinGCs.h
346include/llvm/CodeGen/CSEConfigBase.h 346include/llvm/CodeGen/CSEConfigBase.h
347include/llvm/CodeGen/CalcSpillWeights.h 347include/llvm/CodeGen/CalcSpillWeights.h
348include/llvm/CodeGen/CallingConvLower.h 348include/llvm/CodeGen/CallingConvLower.h
349include/llvm/CodeGen/CommandFlags.inc 349include/llvm/CodeGen/CommandFlags.inc
350include/llvm/CodeGen/CostTable.h 350include/llvm/CodeGen/CostTable.h
351include/llvm/CodeGen/DAGCombine.h 351include/llvm/CodeGen/DAGCombine.h
352include/llvm/CodeGen/DFAPacketizer.h 352include/llvm/CodeGen/DFAPacketizer.h
353include/llvm/CodeGen/DIE.h 353include/llvm/CodeGen/DIE.h
354include/llvm/CodeGen/DIEValue.def 354include/llvm/CodeGen/DIEValue.def
355include/llvm/CodeGen/DbgEntityHistoryCalculator.h 355include/llvm/CodeGen/DbgEntityHistoryCalculator.h
356include/llvm/CodeGen/DebugHandlerBase.h 356include/llvm/CodeGen/DebugHandlerBase.h
357include/llvm/CodeGen/DwarfStringPoolEntry.h 357include/llvm/CodeGen/DwarfStringPoolEntry.h
358include/llvm/CodeGen/EdgeBundles.h 358include/llvm/CodeGen/EdgeBundles.h
359include/llvm/CodeGen/ExecutionDomainFix.h 359include/llvm/CodeGen/ExecutionDomainFix.h
360include/llvm/CodeGen/ExpandReductions.h 360include/llvm/CodeGen/ExpandReductions.h
361include/llvm/CodeGen/FastISel.h 361include/llvm/CodeGen/FastISel.h
362include/llvm/CodeGen/FaultMaps.h 362include/llvm/CodeGen/FaultMaps.h
363include/llvm/CodeGen/FunctionLoweringInfo.h 363include/llvm/CodeGen/FunctionLoweringInfo.h
364include/llvm/CodeGen/GCMetadata.h 364include/llvm/CodeGen/GCMetadata.h
365include/llvm/CodeGen/GCMetadataPrinter.h 365include/llvm/CodeGen/GCMetadataPrinter.h
366include/llvm/CodeGen/GCStrategy.h 366include/llvm/CodeGen/GCStrategy.h
367include/llvm/CodeGen/GlobalISel/CSEInfo.h 367include/llvm/CodeGen/GlobalISel/CSEInfo.h
368include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h 368include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
369include/llvm/CodeGen/GlobalISel/CallLowering.h 369include/llvm/CodeGen/GlobalISel/CallLowering.h
370include/llvm/CodeGen/GlobalISel/Combiner.h 370include/llvm/CodeGen/GlobalISel/Combiner.h
371include/llvm/CodeGen/GlobalISel/CombinerHelper.h 371include/llvm/CodeGen/GlobalISel/CombinerHelper.h
372include/llvm/CodeGen/GlobalISel/CombinerInfo.h 372include/llvm/CodeGen/GlobalISel/CombinerInfo.h
373include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h 373include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
374include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h 374include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
375include/llvm/CodeGen/GlobalISel/GISelKnownBits.h 375include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
376include/llvm/CodeGen/GlobalISel/GISelWorkList.h 376include/llvm/CodeGen/GlobalISel/GISelWorkList.h
377include/llvm/CodeGen/GlobalISel/IRTranslator.h 377include/llvm/CodeGen/GlobalISel/IRTranslator.h
378include/llvm/CodeGen/GlobalISel/InstructionSelect.h 378include/llvm/CodeGen/GlobalISel/InstructionSelect.h
379include/llvm/CodeGen/GlobalISel/InstructionSelector.h 379include/llvm/CodeGen/GlobalISel/InstructionSelector.h
380include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h 380include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
381include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h 381include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
382include/llvm/CodeGen/GlobalISel/Legalizer.h 382include/llvm/CodeGen/GlobalISel/Legalizer.h
383include/llvm/CodeGen/GlobalISel/LegalizerHelper.h 383include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
384include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 384include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
385include/llvm/CodeGen/GlobalISel/Localizer.h 385include/llvm/CodeGen/GlobalISel/Localizer.h
386include/llvm/CodeGen/GlobalISel/MIPatternMatch.h 386include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
387include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h 387include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
388include/llvm/CodeGen/GlobalISel/RegBankSelect.h 388include/llvm/CodeGen/GlobalISel/RegBankSelect.h
389include/llvm/CodeGen/GlobalISel/RegisterBank.h 389include/llvm/CodeGen/GlobalISel/RegisterBank.h
390include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h 390include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
391include/llvm/CodeGen/GlobalISel/Types.h 391include/llvm/CodeGen/GlobalISel/Types.h
392include/llvm/CodeGen/GlobalISel/Utils.h 392include/llvm/CodeGen/GlobalISel/Utils.h
393include/llvm/CodeGen/ISDOpcodes.h 393include/llvm/CodeGen/ISDOpcodes.h
394include/llvm/CodeGen/IntrinsicLowering.h 394include/llvm/CodeGen/IntrinsicLowering.h
395include/llvm/CodeGen/LatencyPriorityQueue.h 395include/llvm/CodeGen/LatencyPriorityQueue.h
396include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h 396include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
397include/llvm/CodeGen/LexicalScopes.h 397include/llvm/CodeGen/LexicalScopes.h
398include/llvm/CodeGen/LinkAllAsmWriterComponents.h 398include/llvm/CodeGen/LinkAllAsmWriterComponents.h
399include/llvm/CodeGen/LinkAllCodegenComponents.h 399include/llvm/CodeGen/LinkAllCodegenComponents.h
400include/llvm/CodeGen/LiveInterval.h 400include/llvm/CodeGen/LiveInterval.h
401include/llvm/CodeGen/LiveIntervalUnion.h 401include/llvm/CodeGen/LiveIntervalUnion.h
402include/llvm/CodeGen/LiveIntervals.h 402include/llvm/CodeGen/LiveIntervals.h
403include/llvm/CodeGen/LivePhysRegs.h 403include/llvm/CodeGen/LivePhysRegs.h
404include/llvm/CodeGen/LiveRangeCalc.h 404include/llvm/CodeGen/LiveRangeCalc.h
405include/llvm/CodeGen/LiveRangeEdit.h 405include/llvm/CodeGen/LiveRangeEdit.h
406include/llvm/CodeGen/LiveRegMatrix.h 406include/llvm/CodeGen/LiveRegMatrix.h
407include/llvm/CodeGen/LiveRegUnits.h 407include/llvm/CodeGen/LiveRegUnits.h
408include/llvm/CodeGen/LiveStacks.h 408include/llvm/CodeGen/LiveStacks.h
409include/llvm/CodeGen/LiveVariables.h 409include/llvm/CodeGen/LiveVariables.h
410include/llvm/CodeGen/LoopTraversal.h 410include/llvm/CodeGen/LoopTraversal.h
411include/llvm/CodeGen/LowLevelType.h 411include/llvm/CodeGen/LowLevelType.h
412include/llvm/CodeGen/MIRFormatter.h 412include/llvm/CodeGen/MIRFormatter.h
413include/llvm/CodeGen/MIRParser/MIParser.h 413include/llvm/CodeGen/MIRParser/MIParser.h
414include/llvm/CodeGen/MIRParser/MIRParser.h 414include/llvm/CodeGen/MIRParser/MIRParser.h
415include/llvm/CodeGen/MIRPrinter.h 415include/llvm/CodeGen/MIRPrinter.h
416include/llvm/CodeGen/MIRYamlMapping.h 416include/llvm/CodeGen/MIRYamlMapping.h
417include/llvm/CodeGen/MachORelocation.h 417include/llvm/CodeGen/MachORelocation.h
418include/llvm/CodeGen/MachineBasicBlock.h 418include/llvm/CodeGen/MachineBasicBlock.h
419include/llvm/CodeGen/MachineBlockFrequencyInfo.h 419include/llvm/CodeGen/MachineBlockFrequencyInfo.h
420include/llvm/CodeGen/MachineBranchProbabilityInfo.h 420include/llvm/CodeGen/MachineBranchProbabilityInfo.h
421include/llvm/CodeGen/MachineCombinerPattern.h 421include/llvm/CodeGen/MachineCombinerPattern.h
422include/llvm/CodeGen/MachineConstantPool.h 422include/llvm/CodeGen/MachineConstantPool.h
423include/llvm/CodeGen/MachineDominanceFrontier.h 423include/llvm/CodeGen/MachineDominanceFrontier.h
424include/llvm/CodeGen/MachineDominators.h 424include/llvm/CodeGen/MachineDominators.h
425include/llvm/CodeGen/MachineFrameInfo.h 425include/llvm/CodeGen/MachineFrameInfo.h
426include/llvm/CodeGen/MachineFunction.h 426include/llvm/CodeGen/MachineFunction.h
427include/llvm/CodeGen/MachineFunctionPass.h 427include/llvm/CodeGen/MachineFunctionPass.h
428include/llvm/CodeGen/MachineInstr.h 428include/llvm/CodeGen/MachineInstr.h
429include/llvm/CodeGen/MachineInstrBuilder.h 429include/llvm/CodeGen/MachineInstrBuilder.h
430include/llvm/CodeGen/MachineInstrBundle.h 430include/llvm/CodeGen/MachineInstrBundle.h
431include/llvm/CodeGen/MachineInstrBundleIterator.h 431include/llvm/CodeGen/MachineInstrBundleIterator.h
432include/llvm/CodeGen/MachineJumpTableInfo.h 432include/llvm/CodeGen/MachineJumpTableInfo.h
433include/llvm/CodeGen/MachineLoopInfo.h 433include/llvm/CodeGen/MachineLoopInfo.h
434include/llvm/CodeGen/MachineLoopUtils.h 434include/llvm/CodeGen/MachineLoopUtils.h
435include/llvm/CodeGen/MachineMemOperand.h 435include/llvm/CodeGen/MachineMemOperand.h
436include/llvm/CodeGen/MachineModuleInfo.h 436include/llvm/CodeGen/MachineModuleInfo.h
437include/llvm/CodeGen/MachineModuleInfoImpls.h 437include/llvm/CodeGen/MachineModuleInfoImpls.h
438include/llvm/CodeGen/MachineOperand.h 438include/llvm/CodeGen/MachineOperand.h
439include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h 439include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
440include/llvm/CodeGen/MachineOutliner.h 440include/llvm/CodeGen/MachineOutliner.h
441include/llvm/CodeGen/MachinePassRegistry.h 441include/llvm/CodeGen/MachinePassRegistry.h
442include/llvm/CodeGen/MachinePipeliner.h 442include/llvm/CodeGen/MachinePipeliner.h
443include/llvm/CodeGen/MachinePostDominators.h 443include/llvm/CodeGen/MachinePostDominators.h
444include/llvm/CodeGen/MachineRegionInfo.h 444include/llvm/CodeGen/MachineRegionInfo.h
445include/llvm/CodeGen/MachineRegisterInfo.h 445include/llvm/CodeGen/MachineRegisterInfo.h
446include/llvm/CodeGen/MachineSSAUpdater.h 446include/llvm/CodeGen/MachineSSAUpdater.h
447include/llvm/CodeGen/MachineScheduler.h 447include/llvm/CodeGen/MachineScheduler.h
448include/llvm/CodeGen/MachineSizeOpts.h 448include/llvm/CodeGen/MachineSizeOpts.h
449include/llvm/CodeGen/MachineTraceMetrics.h 449include/llvm/CodeGen/MachineTraceMetrics.h
450include/llvm/CodeGen/MacroFusion.h 450include/llvm/CodeGen/MacroFusion.h
451include/llvm/CodeGen/ModuloSchedule.h 451include/llvm/CodeGen/ModuloSchedule.h
452include/llvm/CodeGen/NonRelocatableStringpool.h 452include/llvm/CodeGen/NonRelocatableStringpool.h
453include/llvm/CodeGen/PBQP/CostAllocator.h 453include/llvm/CodeGen/PBQP/CostAllocator.h
454include/llvm/CodeGen/PBQP/Graph.h 454include/llvm/CodeGen/PBQP/Graph.h
455include/llvm/CodeGen/PBQP/Math.h 455include/llvm/CodeGen/PBQP/Math.h
456include/llvm/CodeGen/PBQP/ReductionRules.h 456include/llvm/CodeGen/PBQP/ReductionRules.h
457include/llvm/CodeGen/PBQP/Solution.h 457include/llvm/CodeGen/PBQP/Solution.h
458include/llvm/CodeGen/PBQPRAConstraint.h 458include/llvm/CodeGen/PBQPRAConstraint.h
459include/llvm/CodeGen/ParallelCG.h 459include/llvm/CodeGen/ParallelCG.h
460include/llvm/CodeGen/Passes.h 460include/llvm/CodeGen/Passes.h
461include/llvm/CodeGen/PreISelIntrinsicLowering.h 461include/llvm/CodeGen/PreISelIntrinsicLowering.h
462include/llvm/CodeGen/PseudoSourceValue.h 462include/llvm/CodeGen/PseudoSourceValue.h
 463include/llvm/CodeGen/RDFGraph.h
 464include/llvm/CodeGen/RDFLiveness.h
 465include/llvm/CodeGen/RDFRegisters.h
463include/llvm/CodeGen/ReachingDefAnalysis.h 466include/llvm/CodeGen/ReachingDefAnalysis.h
464include/llvm/CodeGen/RegAllocPBQP.h 467include/llvm/CodeGen/RegAllocPBQP.h
465include/llvm/CodeGen/RegAllocRegistry.h 468include/llvm/CodeGen/RegAllocRegistry.h
466include/llvm/CodeGen/Register.h 469include/llvm/CodeGen/Register.h
467include/llvm/CodeGen/RegisterClassInfo.h 470include/llvm/CodeGen/RegisterClassInfo.h
468include/llvm/CodeGen/RegisterPressure.h 471include/llvm/CodeGen/RegisterPressure.h
469include/llvm/CodeGen/RegisterScavenging.h 472include/llvm/CodeGen/RegisterScavenging.h
470include/llvm/CodeGen/RegisterUsageInfo.h 473include/llvm/CodeGen/RegisterUsageInfo.h
471include/llvm/CodeGen/ResourcePriorityQueue.h 474include/llvm/CodeGen/ResourcePriorityQueue.h
472include/llvm/CodeGen/RuntimeLibcalls.h 475include/llvm/CodeGen/RuntimeLibcalls.h
473include/llvm/CodeGen/SDNodeProperties.td 476include/llvm/CodeGen/SDNodeProperties.td
474include/llvm/CodeGen/ScheduleDAG.h 477include/llvm/CodeGen/ScheduleDAG.h
475include/llvm/CodeGen/ScheduleDAGInstrs.h 478include/llvm/CodeGen/ScheduleDAGInstrs.h
476include/llvm/CodeGen/ScheduleDAGMutation.h 479include/llvm/CodeGen/ScheduleDAGMutation.h
477include/llvm/CodeGen/ScheduleDFS.h 480include/llvm/CodeGen/ScheduleDFS.h
478include/llvm/CodeGen/ScheduleHazardRecognizer.h 481include/llvm/CodeGen/ScheduleHazardRecognizer.h
479include/llvm/CodeGen/SchedulerRegistry.h 482include/llvm/CodeGen/SchedulerRegistry.h
480include/llvm/CodeGen/ScoreboardHazardRecognizer.h 483include/llvm/CodeGen/ScoreboardHazardRecognizer.h
481include/llvm/CodeGen/SelectionDAG.h 484include/llvm/CodeGen/SelectionDAG.h
482include/llvm/CodeGen/SelectionDAGAddressAnalysis.h 485include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
483include/llvm/CodeGen/SelectionDAGISel.h 486include/llvm/CodeGen/SelectionDAGISel.h
484include/llvm/CodeGen/SelectionDAGNodes.h 487include/llvm/CodeGen/SelectionDAGNodes.h
485include/llvm/CodeGen/SelectionDAGTargetInfo.h 488include/llvm/CodeGen/SelectionDAGTargetInfo.h
486include/llvm/CodeGen/SlotIndexes.h 489include/llvm/CodeGen/SlotIndexes.h
487include/llvm/CodeGen/StackMaps.h 490include/llvm/CodeGen/StackMaps.h
488include/llvm/CodeGen/StackProtector.h 491include/llvm/CodeGen/StackProtector.h
489include/llvm/CodeGen/SwiftErrorValueTracking.h 492include/llvm/CodeGen/SwiftErrorValueTracking.h
490include/llvm/CodeGen/SwitchLoweringUtils.h 493include/llvm/CodeGen/SwitchLoweringUtils.h
491include/llvm/CodeGen/TailDuplicator.h 494include/llvm/CodeGen/TailDuplicator.h
492include/llvm/CodeGen/TargetCallingConv.h 495include/llvm/CodeGen/TargetCallingConv.h
493include/llvm/CodeGen/TargetFrameLowering.h 496include/llvm/CodeGen/TargetFrameLowering.h
494include/llvm/CodeGen/TargetInstrInfo.h 497include/llvm/CodeGen/TargetInstrInfo.h
495include/llvm/CodeGen/TargetLowering.h 498include/llvm/CodeGen/TargetLowering.h
496include/llvm/CodeGen/TargetLoweringObjectFileImpl.h 499include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
497include/llvm/CodeGen/TargetOpcodes.h 500include/llvm/CodeGen/TargetOpcodes.h
498include/llvm/CodeGen/TargetPassConfig.h 501include/llvm/CodeGen/TargetPassConfig.h
499include/llvm/CodeGen/TargetRegisterInfo.h 502include/llvm/CodeGen/TargetRegisterInfo.h
500include/llvm/CodeGen/TargetSchedule.h 503include/llvm/CodeGen/TargetSchedule.h
501include/llvm/CodeGen/TargetSubtargetInfo.h 504include/llvm/CodeGen/TargetSubtargetInfo.h
502include/llvm/CodeGen/UnreachableBlockElim.h 505include/llvm/CodeGen/UnreachableBlockElim.h
503include/llvm/CodeGen/ValueTypes.h 506include/llvm/CodeGen/ValueTypes.h
504include/llvm/CodeGen/ValueTypes.td 507include/llvm/CodeGen/ValueTypes.td
505include/llvm/CodeGen/VirtRegMap.h 508include/llvm/CodeGen/VirtRegMap.h
506include/llvm/CodeGen/WasmEHFuncInfo.h 509include/llvm/CodeGen/WasmEHFuncInfo.h
507include/llvm/CodeGen/WinEHFuncInfo.h 510include/llvm/CodeGen/WinEHFuncInfo.h
508include/llvm/Config/AsmParsers.def 511include/llvm/Config/AsmParsers.def
509include/llvm/Config/AsmPrinters.def 512include/llvm/Config/AsmPrinters.def
510include/llvm/Config/Disassemblers.def 513include/llvm/Config/Disassemblers.def
511include/llvm/Config/Targets.def 514include/llvm/Config/Targets.def
512include/llvm/Config/abi-breaking.h 515include/llvm/Config/abi-breaking.h
513include/llvm/Config/llvm-config.h 516include/llvm/Config/llvm-config.h
514include/llvm/DWARFLinker/DWARFLinker.h 517include/llvm/DWARFLinker/DWARFLinker.h
515include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h 518include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
516include/llvm/DWARFLinker/DWARFLinkerDeclContext.h 519include/llvm/DWARFLinker/DWARFLinkerDeclContext.h
517include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h 520include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
518include/llvm/DebugInfo/CodeView/CVRecord.h 521include/llvm/DebugInfo/CodeView/CVRecord.h
519include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h 522include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
520include/llvm/DebugInfo/CodeView/CVTypeVisitor.h 523include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
521include/llvm/DebugInfo/CodeView/CodeView.h 524include/llvm/DebugInfo/CodeView/CodeView.h
522include/llvm/DebugInfo/CodeView/CodeViewError.h 525include/llvm/DebugInfo/CodeView/CodeViewError.h
523include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h 526include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
524include/llvm/DebugInfo/CodeView/CodeViewRegisters.def 527include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
525include/llvm/DebugInfo/CodeView/CodeViewSymbols.def 528include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
526include/llvm/DebugInfo/CodeView/CodeViewTypes.def 529include/llvm/DebugInfo/CodeView/CodeViewTypes.def
527include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h 530include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
528include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h 531include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
529include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h 532include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
530include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h 533include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
531include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h 534include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
532include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h 535include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
533include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h 536include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
534include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h 537include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
535include/llvm/DebugInfo/CodeView/DebugSubsection.h 538include/llvm/DebugInfo/CodeView/DebugSubsection.h
536include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h 539include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
537include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h 540include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
538include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h 541include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
539include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h 542include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
540include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h 543include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
541include/llvm/DebugInfo/CodeView/EnumTables.h 544include/llvm/DebugInfo/CodeView/EnumTables.h
542include/llvm/DebugInfo/CodeView/Formatters.h 545include/llvm/DebugInfo/CodeView/Formatters.h
543include/llvm/DebugInfo/CodeView/FunctionId.h 546include/llvm/DebugInfo/CodeView/FunctionId.h
544include/llvm/DebugInfo/CodeView/GUID.h 547include/llvm/DebugInfo/CodeView/GUID.h
545include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h 548include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
546include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h 549include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
547include/llvm/DebugInfo/CodeView/Line.h 550include/llvm/DebugInfo/CodeView/Line.h
548include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h 551include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
549include/llvm/DebugInfo/CodeView/RecordName.h 552include/llvm/DebugInfo/CodeView/RecordName.h
550include/llvm/DebugInfo/CodeView/RecordSerialization.h 553include/llvm/DebugInfo/CodeView/RecordSerialization.h
551include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h 554include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
552include/llvm/DebugInfo/CodeView/StringsAndChecksums.h 555include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
553include/llvm/DebugInfo/CodeView/SymbolDeserializer.h 556include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
554include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h 557include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
555include/llvm/DebugInfo/CodeView/SymbolDumper.h 558include/llvm/DebugInfo/CodeView/SymbolDumper.h
556include/llvm/DebugInfo/CodeView/SymbolRecord.h 559include/llvm/DebugInfo/CodeView/SymbolRecord.h
557include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h 560include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
558include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h 561include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
559include/llvm/DebugInfo/CodeView/SymbolSerializer.h 562include/llvm/DebugInfo/CodeView/SymbolSerializer.h
560include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h 563include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
561include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h 564include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
562include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h 565include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
563include/llvm/DebugInfo/CodeView/TypeCollection.h 566include/llvm/DebugInfo/CodeView/TypeCollection.h
564include/llvm/DebugInfo/CodeView/TypeDeserializer.h 567include/llvm/DebugInfo/CodeView/TypeDeserializer.h
565include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h 568include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
566include/llvm/DebugInfo/CodeView/TypeHashing.h 569include/llvm/DebugInfo/CodeView/TypeHashing.h
567include/llvm/DebugInfo/CodeView/TypeIndex.h 570include/llvm/DebugInfo/CodeView/TypeIndex.h
568include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h 571include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
569include/llvm/DebugInfo/CodeView/TypeRecord.h 572include/llvm/DebugInfo/CodeView/TypeRecord.h
570include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h 573include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
571include/llvm/DebugInfo/CodeView/TypeRecordMapping.h 574include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
572include/llvm/DebugInfo/CodeView/TypeStreamMerger.h 575include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
573include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h 576include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
574include/llvm/DebugInfo/CodeView/TypeTableCollection.h 577include/llvm/DebugInfo/CodeView/TypeTableCollection.h
575include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h 578include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
576include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h 579include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
577include/llvm/DebugInfo/DIContext.h 580include/llvm/DebugInfo/DIContext.h
578include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h 581include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
579include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h 582include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
580include/llvm/DebugInfo/DWARF/DWARFAddressRange.h 583include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
581include/llvm/DebugInfo/DWARF/DWARFAttribute.h 584include/llvm/DebugInfo/DWARF/DWARFAttribute.h
582include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h 585include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
583include/llvm/DebugInfo/DWARF/DWARFContext.h 586include/llvm/DebugInfo/DWARF/DWARFContext.h
584include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h 587include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
585include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h 588include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
586include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h 589include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
587include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h 590include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
588include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h 591include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
589include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h 592include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
590include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h 593include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
591include/llvm/DebugInfo/DWARF/DWARFDebugLine.h 594include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
592include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h 595include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
593include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h 596include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
594include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h 597include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
595include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h 598include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
596include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h 599include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
597include/llvm/DebugInfo/DWARF/DWARFDie.h 600include/llvm/DebugInfo/DWARF/DWARFDie.h
598include/llvm/DebugInfo/DWARF/DWARFExpression.h 601include/llvm/DebugInfo/DWARF/DWARFExpression.h
599include/llvm/DebugInfo/DWARF/DWARFFormValue.h 602include/llvm/DebugInfo/DWARF/DWARFFormValue.h
600include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h 603include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
601include/llvm/DebugInfo/DWARF/DWARFListTable.h 604include/llvm/DebugInfo/DWARF/DWARFListTable.h
602include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h 605include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h
603include/llvm/DebugInfo/DWARF/DWARFObject.h 606include/llvm/DebugInfo/DWARF/DWARFObject.h
604include/llvm/DebugInfo/DWARF/DWARFRelocMap.h 607include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
605include/llvm/DebugInfo/DWARF/DWARFSection.h 608include/llvm/DebugInfo/DWARF/DWARFSection.h
606include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h 609include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
607include/llvm/DebugInfo/DWARF/DWARFUnit.h 610include/llvm/DebugInfo/DWARF/DWARFUnit.h
608include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h 611include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
609include/llvm/DebugInfo/DWARF/DWARFVerifier.h 612include/llvm/DebugInfo/DWARF/DWARFVerifier.h
610include/llvm/DebugInfo/GSYM/FileEntry.h 613include/llvm/DebugInfo/GSYM/FileEntry.h
611include/llvm/DebugInfo/GSYM/FileWriter.h 614include/llvm/DebugInfo/GSYM/FileWriter.h
612include/llvm/DebugInfo/GSYM/FunctionInfo.h 615include/llvm/DebugInfo/GSYM/FunctionInfo.h
613include/llvm/DebugInfo/GSYM/GsymCreator.h 616include/llvm/DebugInfo/GSYM/GsymCreator.h
614include/llvm/DebugInfo/GSYM/GsymReader.h 617include/llvm/DebugInfo/GSYM/GsymReader.h
615include/llvm/DebugInfo/GSYM/Header.h 618include/llvm/DebugInfo/GSYM/Header.h
616include/llvm/DebugInfo/GSYM/InlineInfo.h 619include/llvm/DebugInfo/GSYM/InlineInfo.h
617include/llvm/DebugInfo/GSYM/LineEntry.h 620include/llvm/DebugInfo/GSYM/LineEntry.h
618include/llvm/DebugInfo/GSYM/LineTable.h 621include/llvm/DebugInfo/GSYM/LineTable.h
619include/llvm/DebugInfo/GSYM/LookupResult.h 622include/llvm/DebugInfo/GSYM/LookupResult.h
620include/llvm/DebugInfo/GSYM/Range.h 623include/llvm/DebugInfo/GSYM/Range.h
621include/llvm/DebugInfo/GSYM/StringTable.h 624include/llvm/DebugInfo/GSYM/StringTable.h
622include/llvm/DebugInfo/MSF/IMSFFile.h 625include/llvm/DebugInfo/MSF/IMSFFile.h
623include/llvm/DebugInfo/MSF/MSFBuilder.h 626include/llvm/DebugInfo/MSF/MSFBuilder.h
624include/llvm/DebugInfo/MSF/MSFCommon.h 627include/llvm/DebugInfo/MSF/MSFCommon.h
625include/llvm/DebugInfo/MSF/MSFError.h 628include/llvm/DebugInfo/MSF/MSFError.h
626include/llvm/DebugInfo/MSF/MappedBlockStream.h 629include/llvm/DebugInfo/MSF/MappedBlockStream.h
627include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h 630include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
628include/llvm/DebugInfo/PDB/DIA/DIADataStream.h 631include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
629include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h 632include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
630include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h 633include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
631include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h 634include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
632include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h 635include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
633include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h 636include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
634include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h 637include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
635include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h 638include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
636include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h 639include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
637include/llvm/DebugInfo/PDB/DIA/DIAError.h 640include/llvm/DebugInfo/PDB/DIA/DIAError.h
638include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h 641include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
639include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h 642include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
640include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h 643include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
641include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h 644include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
642include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h 645include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
643include/llvm/DebugInfo/PDB/DIA/DIASession.h 646include/llvm/DebugInfo/PDB/DIA/DIASession.h
644include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h 647include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
645include/llvm/DebugInfo/PDB/DIA/DIASupport.h 648include/llvm/DebugInfo/PDB/DIA/DIASupport.h
646include/llvm/DebugInfo/PDB/DIA/DIATable.h 649include/llvm/DebugInfo/PDB/DIA/DIATable.h
647include/llvm/DebugInfo/PDB/DIA/DIAUtils.h 650include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
648include/llvm/DebugInfo/PDB/GenericError.h 651include/llvm/DebugInfo/PDB/GenericError.h
649include/llvm/DebugInfo/PDB/IPDBDataStream.h 652include/llvm/DebugInfo/PDB/IPDBDataStream.h
650include/llvm/DebugInfo/PDB/IPDBEnumChildren.h 653include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
651include/llvm/DebugInfo/PDB/IPDBFrameData.h 654include/llvm/DebugInfo/PDB/IPDBFrameData.h
652include/llvm/DebugInfo/PDB/IPDBInjectedSource.h 655include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
653include/llvm/DebugInfo/PDB/IPDBLineNumber.h 656include/llvm/DebugInfo/PDB/IPDBLineNumber.h
654include/llvm/DebugInfo/PDB/IPDBRawSymbol.h 657include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
655include/llvm/DebugInfo/PDB/IPDBSectionContrib.h 658include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
656include/llvm/DebugInfo/PDB/IPDBSession.h 659include/llvm/DebugInfo/PDB/IPDBSession.h
657include/llvm/DebugInfo/PDB/IPDBSourceFile.h 660include/llvm/DebugInfo/PDB/IPDBSourceFile.h
658include/llvm/DebugInfo/PDB/IPDBTable.h 661include/llvm/DebugInfo/PDB/IPDBTable.h
659include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h 662include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
660include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h 663include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
661include/llvm/DebugInfo/PDB/Native/DbiModuleList.h 664include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
662include/llvm/DebugInfo/PDB/Native/DbiStream.h 665include/llvm/DebugInfo/PDB/Native/DbiStream.h
663include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h 666include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
664include/llvm/DebugInfo/PDB/Native/EnumTables.h 667include/llvm/DebugInfo/PDB/Native/EnumTables.h
665include/llvm/DebugInfo/PDB/Native/Formatters.h 668include/llvm/DebugInfo/PDB/Native/Formatters.h
666include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h 669include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
667include/llvm/DebugInfo/PDB/Native/GlobalsStream.h 670include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
668include/llvm/DebugInfo/PDB/Native/Hash.h 671include/llvm/DebugInfo/PDB/Native/Hash.h
669include/llvm/DebugInfo/PDB/Native/HashTable.h 672include/llvm/DebugInfo/PDB/Native/HashTable.h
670include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h 673include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
671include/llvm/DebugInfo/PDB/Native/InfoStream.h 674include/llvm/DebugInfo/PDB/Native/InfoStream.h
672include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h 675include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
673include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h 676include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
674include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h 677include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
675include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h 678include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
676include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h 679include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
677include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h 680include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
678include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h 681include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h
679include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h 682include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
680include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h 683include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
681include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h 684include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
682include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h 685include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
683include/llvm/DebugInfo/PDB/Native/NativeSession.h 686include/llvm/DebugInfo/PDB/Native/NativeSession.h
684include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h 687include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
685include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h 688include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
686include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h 689include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
687include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h 690include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
688include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h 691include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
689include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h 692include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
690include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h 693include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
691include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h 694include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
692include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h 695include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
693include/llvm/DebugInfo/PDB/Native/PDBFile.h 696include/llvm/DebugInfo/PDB/Native/PDBFile.h
694include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h 697include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
695include/llvm/DebugInfo/PDB/Native/PDBStringTable.h 698include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
696include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h 699include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
697include/llvm/DebugInfo/PDB/Native/PublicsStream.h 700include/llvm/DebugInfo/PDB/Native/PublicsStream.h
698include/llvm/DebugInfo/PDB/Native/RawConstants.h 701include/llvm/DebugInfo/PDB/Native/RawConstants.h
699include/llvm/DebugInfo/PDB/Native/RawError.h 702include/llvm/DebugInfo/PDB/Native/RawError.h
700include/llvm/DebugInfo/PDB/Native/RawTypes.h 703include/llvm/DebugInfo/PDB/Native/RawTypes.h
701include/llvm/DebugInfo/PDB/Native/SymbolCache.h 704include/llvm/DebugInfo/PDB/Native/SymbolCache.h
702include/llvm/DebugInfo/PDB/Native/SymbolStream.h 705include/llvm/DebugInfo/PDB/Native/SymbolStream.h
703include/llvm/DebugInfo/PDB/Native/TpiHashing.h 706include/llvm/DebugInfo/PDB/Native/TpiHashing.h
704include/llvm/DebugInfo/PDB/Native/TpiStream.h 707include/llvm/DebugInfo/PDB/Native/TpiStream.h
705include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h 708include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
706include/llvm/DebugInfo/PDB/PDB.h 709include/llvm/DebugInfo/PDB/PDB.h
707include/llvm/DebugInfo/PDB/PDBContext.h 710include/llvm/DebugInfo/PDB/PDBContext.h
708include/llvm/DebugInfo/PDB/PDBExtras.h 711include/llvm/DebugInfo/PDB/PDBExtras.h
709include/llvm/DebugInfo/PDB/PDBSymDumper.h 712include/llvm/DebugInfo/PDB/PDBSymDumper.h
710include/llvm/DebugInfo/PDB/PDBSymbol.h 713include/llvm/DebugInfo/PDB/PDBSymbol.h
711include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h 714include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
712include/llvm/DebugInfo/PDB/PDBSymbolBlock.h 715include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
713include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h 716include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
714include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h 717include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
715include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h 718include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
716include/llvm/DebugInfo/PDB/PDBSymbolCustom.h 719include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
717include/llvm/DebugInfo/PDB/PDBSymbolData.h 720include/llvm/DebugInfo/PDB/PDBSymbolData.h
718include/llvm/DebugInfo/PDB/PDBSymbolExe.h 721include/llvm/DebugInfo/PDB/PDBSymbolExe.h
719include/llvm/DebugInfo/PDB/PDBSymbolFunc.h 722include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
720include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h 723include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
721include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h 724include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
722include/llvm/DebugInfo/PDB/PDBSymbolLabel.h 725include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
723include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h 726include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
724include/llvm/DebugInfo/PDB/PDBSymbolThunk.h 727include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
725include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h 728include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
726include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h 729include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
727include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h 730include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
728include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h 731include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
729include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h 732include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
730include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h 733include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
731include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h 734include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
732include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h 735include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
733include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h 736include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
734include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h 737include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
735include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h 738include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
736include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h 739include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
737include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h 740include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
738include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h 741include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
739include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h 742include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
740include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h 743include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
741include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h 744include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
742include/llvm/DebugInfo/PDB/PDBTypes.h 745include/llvm/DebugInfo/PDB/PDBTypes.h
743include/llvm/DebugInfo/PDB/UDTLayout.h 746include/llvm/DebugInfo/PDB/UDTLayout.h
744include/llvm/DebugInfo/Symbolize/DIPrinter.h 747include/llvm/DebugInfo/Symbolize/DIPrinter.h
745include/llvm/DebugInfo/Symbolize/SymbolizableModule.h 748include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
746include/llvm/DebugInfo/Symbolize/Symbolize.h 749include/llvm/DebugInfo/Symbolize/Symbolize.h
747include/llvm/Demangle/Demangle.h 750include/llvm/Demangle/Demangle.h
748include/llvm/Demangle/DemangleConfig.h 751include/llvm/Demangle/DemangleConfig.h
749include/llvm/Demangle/ItaniumDemangle.h 752include/llvm/Demangle/ItaniumDemangle.h
750include/llvm/Demangle/MicrosoftDemangle.h 753include/llvm/Demangle/MicrosoftDemangle.h
751include/llvm/Demangle/MicrosoftDemangleNodes.h 754include/llvm/Demangle/MicrosoftDemangleNodes.h
752include/llvm/Demangle/StringView.h 755include/llvm/Demangle/StringView.h
753include/llvm/Demangle/Utility.h 756include/llvm/Demangle/Utility.h
754include/llvm/ExecutionEngine/ExecutionEngine.h 757include/llvm/ExecutionEngine/ExecutionEngine.h
755include/llvm/ExecutionEngine/GenericValue.h 758include/llvm/ExecutionEngine/GenericValue.h
756include/llvm/ExecutionEngine/Interpreter.h 759include/llvm/ExecutionEngine/Interpreter.h
757include/llvm/ExecutionEngine/JITEventListener.h 760include/llvm/ExecutionEngine/JITEventListener.h
758include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h 761include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
759include/llvm/ExecutionEngine/JITLink/JITLink.h 762include/llvm/ExecutionEngine/JITLink/JITLink.h
760include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h 763include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
761include/llvm/ExecutionEngine/JITLink/MachO.h 764include/llvm/ExecutionEngine/JITLink/MachO.h
762include/llvm/ExecutionEngine/JITLink/MachO_arm64.h 765include/llvm/ExecutionEngine/JITLink/MachO_arm64.h
763include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h 766include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h
764include/llvm/ExecutionEngine/JITSymbol.h 767include/llvm/ExecutionEngine/JITSymbol.h
765include/llvm/ExecutionEngine/MCJIT.h 768include/llvm/ExecutionEngine/MCJIT.h
766include/llvm/ExecutionEngine/OProfileWrapper.h 769include/llvm/ExecutionEngine/OProfileWrapper.h
767include/llvm/ExecutionEngine/ObjectCache.h 770include/llvm/ExecutionEngine/ObjectCache.h
768include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 771include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
769include/llvm/ExecutionEngine/Orc/CompileUtils.h 772include/llvm/ExecutionEngine/Orc/CompileUtils.h
770include/llvm/ExecutionEngine/Orc/Core.h 773include/llvm/ExecutionEngine/Orc/Core.h
771include/llvm/ExecutionEngine/Orc/DebugUtils.h 774include/llvm/ExecutionEngine/Orc/DebugUtils.h
772include/llvm/ExecutionEngine/Orc/ExecutionUtils.h 775include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
773include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h 776include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
774include/llvm/ExecutionEngine/Orc/IRCompileLayer.h 777include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
775include/llvm/ExecutionEngine/Orc/IRTransformLayer.h 778include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
776include/llvm/ExecutionEngine/Orc/IndirectionUtils.h 779include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
777include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h 780include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
778include/llvm/ExecutionEngine/Orc/LLJIT.h 781include/llvm/ExecutionEngine/Orc/LLJIT.h
779include/llvm/ExecutionEngine/Orc/LambdaResolver.h 782include/llvm/ExecutionEngine/Orc/LambdaResolver.h
780include/llvm/ExecutionEngine/Orc/Layer.h 783include/llvm/ExecutionEngine/Orc/Layer.h
781include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h 784include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
782include/llvm/ExecutionEngine/Orc/LazyReexports.h 785include/llvm/ExecutionEngine/Orc/LazyReexports.h
783include/llvm/ExecutionEngine/Orc/Legacy.h 786include/llvm/ExecutionEngine/Orc/Legacy.h
784include/llvm/ExecutionEngine/Orc/NullResolver.h 787include/llvm/ExecutionEngine/Orc/NullResolver.h
785include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h 788include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
786include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h 789include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
787include/llvm/ExecutionEngine/Orc/OrcABISupport.h 790include/llvm/ExecutionEngine/Orc/OrcABISupport.h
788include/llvm/ExecutionEngine/Orc/OrcError.h 791include/llvm/ExecutionEngine/Orc/OrcError.h
789include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 792include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
790include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h 793include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
791include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h 794include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
792include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h 795include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
793include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h 796include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
794include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h 797include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
795include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 798include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
796include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 799include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
797include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h 800include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
798include/llvm/ExecutionEngine/Orc/Speculation.h 801include/llvm/ExecutionEngine/Orc/Speculation.h
799include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 802include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
800include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h 803include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
801include/llvm/ExecutionEngine/OrcMCJITReplacement.h 804include/llvm/ExecutionEngine/OrcMCJITReplacement.h
802include/llvm/ExecutionEngine/OrcV1Deprecation.h 805include/llvm/ExecutionEngine/OrcV1Deprecation.h
803include/llvm/ExecutionEngine/RTDyldMemoryManager.h 806include/llvm/ExecutionEngine/RTDyldMemoryManager.h
804include/llvm/ExecutionEngine/RuntimeDyld.h 807include/llvm/ExecutionEngine/RuntimeDyld.h
805include/llvm/ExecutionEngine/RuntimeDyldChecker.h 808include/llvm/ExecutionEngine/RuntimeDyldChecker.h
806include/llvm/ExecutionEngine/SectionMemoryManager.h 809include/llvm/ExecutionEngine/SectionMemoryManager.h
807include/llvm/Frontend/OpenMP/OMPConstants.h 810include/llvm/Frontend/OpenMP/OMPConstants.h
808include/llvm/Frontend/OpenMP/OMPIRBuilder.h 811include/llvm/Frontend/OpenMP/OMPIRBuilder.h
809include/llvm/Frontend/OpenMP/OMPKinds.def 812include/llvm/Frontend/OpenMP/OMPKinds.def
810include/llvm/FuzzMutate/FuzzerCLI.h 813include/llvm/FuzzMutate/FuzzerCLI.h
811include/llvm/FuzzMutate/IRMutator.h 814include/llvm/FuzzMutate/IRMutator.h
812include/llvm/FuzzMutate/OpDescriptor.h 815include/llvm/FuzzMutate/OpDescriptor.h
813include/llvm/FuzzMutate/Operations.h 816include/llvm/FuzzMutate/Operations.h
814include/llvm/FuzzMutate/Random.h 817include/llvm/FuzzMutate/Random.h
815include/llvm/FuzzMutate/RandomIRBuilder.h 818include/llvm/FuzzMutate/RandomIRBuilder.h
816include/llvm/IR/Argument.h 819include/llvm/IR/Argument.h
817include/llvm/IR/AssemblyAnnotationWriter.h 820include/llvm/IR/AssemblyAnnotationWriter.h
818include/llvm/IR/Attributes.h 821include/llvm/IR/Attributes.h
819include/llvm/IR/Attributes.inc 822include/llvm/IR/Attributes.inc
820include/llvm/IR/Attributes.td 823include/llvm/IR/Attributes.td
821include/llvm/IR/AutoUpgrade.h 824include/llvm/IR/AutoUpgrade.h
822include/llvm/IR/BasicBlock.h 825include/llvm/IR/BasicBlock.h
823include/llvm/IR/CFG.h 826include/llvm/IR/CFG.h
824include/llvm/IR/CFGDiff.h 827include/llvm/IR/CFGDiff.h
825include/llvm/IR/CallSite.h 828include/llvm/IR/CallSite.h
826include/llvm/IR/CallingConv.h 829include/llvm/IR/CallingConv.h
827include/llvm/IR/Comdat.h 830include/llvm/IR/Comdat.h
828include/llvm/IR/Constant.h 831include/llvm/IR/Constant.h
829include/llvm/IR/ConstantFolder.h 832include/llvm/IR/ConstantFolder.h
830include/llvm/IR/ConstantRange.h 833include/llvm/IR/ConstantRange.h
831include/llvm/IR/Constants.h 834include/llvm/IR/Constants.h
832include/llvm/IR/ConstrainedOps.def 835include/llvm/IR/ConstrainedOps.def
833include/llvm/IR/DIBuilder.h 836include/llvm/IR/DIBuilder.h
834include/llvm/IR/DataLayout.h 837include/llvm/IR/DataLayout.h
835include/llvm/IR/DebugInfo.h 838include/llvm/IR/DebugInfo.h
836include/llvm/IR/DebugInfoFlags.def 839include/llvm/IR/DebugInfoFlags.def
837include/llvm/IR/DebugInfoMetadata.h 840include/llvm/IR/DebugInfoMetadata.h
838include/llvm/IR/DebugLoc.h 841include/llvm/IR/DebugLoc.h
839include/llvm/IR/DerivedTypes.h 842include/llvm/IR/DerivedTypes.h
840include/llvm/IR/DerivedUser.h 843include/llvm/IR/DerivedUser.h
841include/llvm/IR/DiagnosticHandler.h 844include/llvm/IR/DiagnosticHandler.h
842include/llvm/IR/DiagnosticInfo.h 845include/llvm/IR/DiagnosticInfo.h
843include/llvm/IR/DiagnosticPrinter.h 846include/llvm/IR/DiagnosticPrinter.h
844include/llvm/IR/Dominators.h 847include/llvm/IR/Dominators.h
845include/llvm/IR/FPEnv.h 848include/llvm/IR/FPEnv.h
846include/llvm/IR/FixedMetadataKinds.def 849include/llvm/IR/FixedMetadataKinds.def
847include/llvm/IR/Function.h 850include/llvm/IR/Function.h
848include/llvm/IR/GVMaterializer.h 851include/llvm/IR/GVMaterializer.h
849include/llvm/IR/GetElementPtrTypeIterator.h 852include/llvm/IR/GetElementPtrTypeIterator.h
850include/llvm/IR/GlobalAlias.h 853include/llvm/IR/GlobalAlias.h
851include/llvm/IR/GlobalIFunc.h 854include/llvm/IR/GlobalIFunc.h
852include/llvm/IR/GlobalIndirectSymbol.h 855include/llvm/IR/GlobalIndirectSymbol.h
853include/llvm/IR/GlobalObject.h 856include/llvm/IR/GlobalObject.h
854include/llvm/IR/GlobalValue.h 857include/llvm/IR/GlobalValue.h
855include/llvm/IR/GlobalVariable.h 858include/llvm/IR/GlobalVariable.h
856include/llvm/IR/IRBuilder.h 859include/llvm/IR/IRBuilder.h
857include/llvm/IR/IRPrintingPasses.h 860include/llvm/IR/IRPrintingPasses.h
858include/llvm/IR/InlineAsm.h 861include/llvm/IR/InlineAsm.h
859include/llvm/IR/InstIterator.h 862include/llvm/IR/InstIterator.h
860include/llvm/IR/InstVisitor.h 863include/llvm/IR/InstVisitor.h
861include/llvm/IR/InstrTypes.h 864include/llvm/IR/InstrTypes.h
862include/llvm/IR/Instruction.def 865include/llvm/IR/Instruction.def
863include/llvm/IR/Instruction.h 866include/llvm/IR/Instruction.h
864include/llvm/IR/Instructions.h 867include/llvm/IR/Instructions.h
865include/llvm/IR/IntrinsicEnums.inc 868include/llvm/IR/IntrinsicEnums.inc
866include/llvm/IR/IntrinsicImpl.inc 869include/llvm/IR/IntrinsicImpl.inc
867include/llvm/IR/IntrinsicInst.h 870include/llvm/IR/IntrinsicInst.h
868include/llvm/IR/Intrinsics.h 871include/llvm/IR/Intrinsics.h
869include/llvm/IR/Intrinsics.td 872include/llvm/IR/Intrinsics.td
870include/llvm/IR/IntrinsicsAArch64.h 873include/llvm/IR/IntrinsicsAArch64.h
871include/llvm/IR/IntrinsicsAArch64.td 874include/llvm/IR/IntrinsicsAArch64.td
872include/llvm/IR/IntrinsicsAMDGPU.h 875include/llvm/IR/IntrinsicsAMDGPU.h
873include/llvm/IR/IntrinsicsAMDGPU.td 876include/llvm/IR/IntrinsicsAMDGPU.td
874include/llvm/IR/IntrinsicsARM.h 877include/llvm/IR/IntrinsicsARM.h
875include/llvm/IR/IntrinsicsARM.td 878include/llvm/IR/IntrinsicsARM.td
876include/llvm/IR/IntrinsicsBPF.h 879include/llvm/IR/IntrinsicsBPF.h
877include/llvm/IR/IntrinsicsBPF.td 880include/llvm/IR/IntrinsicsBPF.td
878include/llvm/IR/IntrinsicsHexagon.h 881include/llvm/IR/IntrinsicsHexagon.h
879include/llvm/IR/IntrinsicsHexagon.td 882include/llvm/IR/IntrinsicsHexagon.td
880include/llvm/IR/IntrinsicsMips.h 883include/llvm/IR/IntrinsicsMips.h
881include/llvm/IR/IntrinsicsMips.td 884include/llvm/IR/IntrinsicsMips.td
882include/llvm/IR/IntrinsicsNVPTX.h 885include/llvm/IR/IntrinsicsNVPTX.h
883include/llvm/IR/IntrinsicsNVVM.td 886include/llvm/IR/IntrinsicsNVVM.td
884include/llvm/IR/IntrinsicsPowerPC.h 887include/llvm/IR/IntrinsicsPowerPC.h
885include/llvm/IR/IntrinsicsPowerPC.td 888include/llvm/IR/IntrinsicsPowerPC.td
886include/llvm/IR/IntrinsicsR600.h 889include/llvm/IR/IntrinsicsR600.h
887include/llvm/IR/IntrinsicsRISCV.h 890include/llvm/IR/IntrinsicsRISCV.h
888include/llvm/IR/IntrinsicsRISCV.td 891include/llvm/IR/IntrinsicsRISCV.td
889include/llvm/IR/IntrinsicsS390.h 892include/llvm/IR/IntrinsicsS390.h
890include/llvm/IR/IntrinsicsSystemZ.td 893include/llvm/IR/IntrinsicsSystemZ.td
891include/llvm/IR/IntrinsicsWebAssembly.h 894include/llvm/IR/IntrinsicsWebAssembly.h
892include/llvm/IR/IntrinsicsWebAssembly.td 895include/llvm/IR/IntrinsicsWebAssembly.td
893include/llvm/IR/IntrinsicsX86.h 896include/llvm/IR/IntrinsicsX86.h
894include/llvm/IR/IntrinsicsX86.td 897include/llvm/IR/IntrinsicsX86.td
895include/llvm/IR/IntrinsicsXCore.h 898include/llvm/IR/IntrinsicsXCore.h
896include/llvm/IR/IntrinsicsXCore.td 899include/llvm/IR/IntrinsicsXCore.td
897include/llvm/IR/LLVMContext.h 900include/llvm/IR/LLVMContext.h
898include/llvm/IR/LegacyPassManager.h 901include/llvm/IR/LegacyPassManager.h
899include/llvm/IR/LegacyPassManagers.h 902include/llvm/IR/LegacyPassManagers.h
900include/llvm/IR/LegacyPassNameParser.h 903include/llvm/IR/LegacyPassNameParser.h
901include/llvm/IR/MDBuilder.h 904include/llvm/IR/MDBuilder.h
902include/llvm/IR/Mangler.h 905include/llvm/IR/Mangler.h
903include/llvm/IR/Metadata.def 906include/llvm/IR/Metadata.def
904include/llvm/IR/Metadata.h 907include/llvm/IR/Metadata.h
905include/llvm/IR/Module.h 908include/llvm/IR/Module.h
906include/llvm/IR/ModuleSlotTracker.h 909include/llvm/IR/ModuleSlotTracker.h
907include/llvm/IR/ModuleSummaryIndex.h 910include/llvm/IR/ModuleSummaryIndex.h
908include/llvm/IR/ModuleSummaryIndexYAML.h 911include/llvm/IR/ModuleSummaryIndexYAML.h
909include/llvm/IR/NoFolder.h 912include/llvm/IR/NoFolder.h
910include/llvm/IR/OperandTraits.h 913include/llvm/IR/OperandTraits.h
911include/llvm/IR/Operator.h 914include/llvm/IR/Operator.h
912include/llvm/IR/OptBisect.h 915include/llvm/IR/OptBisect.h
913include/llvm/IR/PassInstrumentation.h 916include/llvm/IR/PassInstrumentation.h
914include/llvm/IR/PassManager.h 917include/llvm/IR/PassManager.h
915include/llvm/IR/PassManagerInternal.h 918include/llvm/IR/PassManagerInternal.h
916include/llvm/IR/PassTimingInfo.h 919include/llvm/IR/PassTimingInfo.h
917include/llvm/IR/PatternMatch.h 920include/llvm/IR/PatternMatch.h
918include/llvm/IR/PredIteratorCache.h 921include/llvm/IR/PredIteratorCache.h
919include/llvm/IR/ProfileSummary.h 922include/llvm/IR/ProfileSummary.h
920include/llvm/IR/RemarkStreamer.h 923include/llvm/IR/RemarkStreamer.h
921include/llvm/IR/RuntimeLibcalls.def 924include/llvm/IR/RuntimeLibcalls.def
922include/llvm/IR/SafepointIRVerifier.h 925include/llvm/IR/SafepointIRVerifier.h
923include/llvm/IR/Statepoint.h 926include/llvm/IR/Statepoint.h
924include/llvm/IR/SymbolTableListTraits.h 927include/llvm/IR/SymbolTableListTraits.h
925include/llvm/IR/TrackingMDRef.h 928include/llvm/IR/TrackingMDRef.h
926include/llvm/IR/Type.h 929include/llvm/IR/Type.h
927include/llvm/IR/TypeFinder.h 930include/llvm/IR/TypeFinder.h
928include/llvm/IR/Use.h 931include/llvm/IR/Use.h
929include/llvm/IR/UseListOrder.h 932include/llvm/IR/UseListOrder.h
930include/llvm/IR/User.h 933include/llvm/IR/User.h
931include/llvm/IR/Value.def 934include/llvm/IR/Value.def
932include/llvm/IR/Value.h 935include/llvm/IR/Value.h
933include/llvm/IR/ValueHandle.h 936include/llvm/IR/ValueHandle.h
934include/llvm/IR/ValueMap.h 937include/llvm/IR/ValueMap.h
935include/llvm/IR/ValueSymbolTable.h 938include/llvm/IR/ValueSymbolTable.h
936include/llvm/IR/Verifier.h 939include/llvm/IR/Verifier.h
937include/llvm/IRReader/IRReader.h 940include/llvm/IRReader/IRReader.h
938include/llvm/InitializePasses.h 941include/llvm/InitializePasses.h
939include/llvm/LTO/Caching.h 942include/llvm/LTO/Caching.h
940include/llvm/LTO/Config.h 943include/llvm/LTO/Config.h
941include/llvm/LTO/LTO.h 944include/llvm/LTO/LTO.h
942include/llvm/LTO/LTOBackend.h 945include/llvm/LTO/LTOBackend.h
943include/llvm/LTO/SummaryBasedOptimizations.h 946include/llvm/LTO/SummaryBasedOptimizations.h
944include/llvm/LTO/legacy/LTOCodeGenerator.h 947include/llvm/LTO/legacy/LTOCodeGenerator.h
945include/llvm/LTO/legacy/LTOModule.h 948include/llvm/LTO/legacy/LTOModule.h
946include/llvm/LTO/legacy/ThinLTOCodeGenerator.h 949include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
947include/llvm/LTO/legacy/UpdateCompilerUsed.h 950include/llvm/LTO/legacy/UpdateCompilerUsed.h
948include/llvm/LineEditor/LineEditor.h 951include/llvm/LineEditor/LineEditor.h
949include/llvm/LinkAllIR.h 952include/llvm/LinkAllIR.h
950include/llvm/LinkAllPasses.h 953include/llvm/LinkAllPasses.h
951include/llvm/Linker/IRMover.h 954include/llvm/Linker/IRMover.h
952include/llvm/Linker/Linker.h 955include/llvm/Linker/Linker.h
953include/llvm/MC/ConstantPools.h 956include/llvm/MC/ConstantPools.h
954include/llvm/MC/LaneBitmask.h 957include/llvm/MC/LaneBitmask.h
955include/llvm/MC/MCAsmBackend.h 958include/llvm/MC/MCAsmBackend.h
956include/llvm/MC/MCAsmInfo.h 959include/llvm/MC/MCAsmInfo.h
957include/llvm/MC/MCAsmInfoCOFF.h 960include/llvm/MC/MCAsmInfoCOFF.h
958include/llvm/MC/MCAsmInfoDarwin.h 961include/llvm/MC/MCAsmInfoDarwin.h
959include/llvm/MC/MCAsmInfoELF.h 962include/llvm/MC/MCAsmInfoELF.h
960include/llvm/MC/MCAsmInfoWasm.h 963include/llvm/MC/MCAsmInfoWasm.h
961include/llvm/MC/MCAsmInfoXCOFF.h 964include/llvm/MC/MCAsmInfoXCOFF.h
962include/llvm/MC/MCAsmLayout.h 965include/llvm/MC/MCAsmLayout.h
963include/llvm/MC/MCAsmMacro.h 966include/llvm/MC/MCAsmMacro.h
964include/llvm/MC/MCAssembler.h 967include/llvm/MC/MCAssembler.h
965include/llvm/MC/MCCodeEmitter.h 968include/llvm/MC/MCCodeEmitter.h
966include/llvm/MC/MCCodeView.h 969include/llvm/MC/MCCodeView.h
967include/llvm/MC/MCContext.h 970include/llvm/MC/MCContext.h
968include/llvm/MC/MCDirectives.h 971include/llvm/MC/MCDirectives.h
969include/llvm/MC/MCDisassembler/MCDisassembler.h 972include/llvm/MC/MCDisassembler/MCDisassembler.h
970include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h 973include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
971include/llvm/MC/MCDisassembler/MCRelocationInfo.h 974include/llvm/MC/MCDisassembler/MCRelocationInfo.h
972include/llvm/MC/MCDisassembler/MCSymbolizer.h 975include/llvm/MC/MCDisassembler/MCSymbolizer.h
973include/llvm/MC/MCDwarf.h 976include/llvm/MC/MCDwarf.h
974include/llvm/MC/MCELFObjectWriter.h 977include/llvm/MC/MCELFObjectWriter.h
975include/llvm/MC/MCELFStreamer.h 978include/llvm/MC/MCELFStreamer.h
976include/llvm/MC/MCExpr.h 979include/llvm/MC/MCExpr.h
977include/llvm/MC/MCFixedLenDisassembler.h 980include/llvm/MC/MCFixedLenDisassembler.h
978include/llvm/MC/MCFixup.h 981include/llvm/MC/MCFixup.h
979include/llvm/MC/MCFixupKindInfo.h 982include/llvm/MC/MCFixupKindInfo.h
980include/llvm/MC/MCFragment.h 983include/llvm/MC/MCFragment.h
981include/llvm/MC/MCInst.h 984include/llvm/MC/MCInst.h
982include/llvm/MC/MCInstBuilder.h 985include/llvm/MC/MCInstBuilder.h
983include/llvm/MC/MCInstPrinter.h 986include/llvm/MC/MCInstPrinter.h
984include/llvm/MC/MCInstrAnalysis.h 987include/llvm/MC/MCInstrAnalysis.h
985include/llvm/MC/MCInstrDesc.h 988include/llvm/MC/MCInstrDesc.h
986include/llvm/MC/MCInstrInfo.h 989include/llvm/MC/MCInstrInfo.h
987include/llvm/MC/MCInstrItineraries.h 990include/llvm/MC/MCInstrItineraries.h
988include/llvm/MC/MCLabel.h 991include/llvm/MC/MCLabel.h
989include/llvm/MC/MCLinkerOptimizationHint.h 992include/llvm/MC/MCLinkerOptimizationHint.h
990include/llvm/MC/MCMachObjectWriter.h 993include/llvm/MC/MCMachObjectWriter.h
991include/llvm/MC/MCObjectFileInfo.h 994include/llvm/MC/MCObjectFileInfo.h
992include/llvm/MC/MCObjectStreamer.h 995include/llvm/MC/MCObjectStreamer.h
993include/llvm/MC/MCObjectWriter.h 996include/llvm/MC/MCObjectWriter.h
994include/llvm/MC/MCParser/AsmCond.h 997include/llvm/MC/MCParser/AsmCond.h
995include/llvm/MC/MCParser/AsmLexer.h 998include/llvm/MC/MCParser/AsmLexer.h
996include/llvm/MC/MCParser/MCAsmLexer.h 999include/llvm/MC/MCParser/MCAsmLexer.h
997include/llvm/MC/MCParser/MCAsmParser.h 1000include/llvm/MC/MCParser/MCAsmParser.h
998include/llvm/MC/MCParser/MCAsmParserExtension.h 1001include/llvm/MC/MCParser/MCAsmParserExtension.h
999include/llvm/MC/MCParser/MCAsmParserUtils.h 1002include/llvm/MC/MCParser/MCAsmParserUtils.h
1000include/llvm/MC/MCParser/MCParsedAsmOperand.h 1003include/llvm/MC/MCParser/MCParsedAsmOperand.h
1001include/llvm/MC/MCParser/MCTargetAsmParser.h 1004include/llvm/MC/MCParser/MCTargetAsmParser.h
1002include/llvm/MC/MCRegister.h 1005include/llvm/MC/MCRegister.h
1003include/llvm/MC/MCRegisterInfo.h 1006include/llvm/MC/MCRegisterInfo.h
1004include/llvm/MC/MCSchedule.h 1007include/llvm/MC/MCSchedule.h
1005include/llvm/MC/MCSection.h 1008include/llvm/MC/MCSection.h
1006include/llvm/MC/MCSectionCOFF.h 1009include/llvm/MC/MCSectionCOFF.h
1007include/llvm/MC/MCSectionELF.h 1010include/llvm/MC/MCSectionELF.h
1008include/llvm/MC/MCSectionMachO.h 1011include/llvm/MC/MCSectionMachO.h
1009include/llvm/MC/MCSectionWasm.h 1012include/llvm/MC/MCSectionWasm.h
1010include/llvm/MC/MCSectionXCOFF.h 1013include/llvm/MC/MCSectionXCOFF.h
1011include/llvm/MC/MCStreamer.h 1014include/llvm/MC/MCStreamer.h
1012include/llvm/MC/MCSubtargetInfo.h 1015include/llvm/MC/MCSubtargetInfo.h
1013include/llvm/MC/MCSymbol.h 1016include/llvm/MC/MCSymbol.h
1014include/llvm/MC/MCSymbolCOFF.h 1017include/llvm/MC/MCSymbolCOFF.h
1015include/llvm/MC/MCSymbolELF.h 1018include/llvm/MC/MCSymbolELF.h
1016include/llvm/MC/MCSymbolMachO.h 1019include/llvm/MC/MCSymbolMachO.h
1017include/llvm/MC/MCSymbolWasm.h 1020include/llvm/MC/MCSymbolWasm.h
1018include/llvm/MC/MCSymbolXCOFF.h 1021include/llvm/MC/MCSymbolXCOFF.h
1019include/llvm/MC/MCTargetOptions.h 1022include/llvm/MC/MCTargetOptions.h
1020include/llvm/MC/MCTargetOptionsCommandFlags.inc 1023include/llvm/MC/MCTargetOptionsCommandFlags.inc
1021include/llvm/MC/MCValue.h 1024include/llvm/MC/MCValue.h
1022include/llvm/MC/MCWasmObjectWriter.h 1025include/llvm/MC/MCWasmObjectWriter.h
1023include/llvm/MC/MCWasmStreamer.h 1026include/llvm/MC/MCWasmStreamer.h
1024include/llvm/MC/MCWin64EH.h 1027include/llvm/MC/MCWin64EH.h
1025include/llvm/MC/MCWinCOFFObjectWriter.h 1028include/llvm/MC/MCWinCOFFObjectWriter.h
1026include/llvm/MC/MCWinCOFFStreamer.h 1029include/llvm/MC/MCWinCOFFStreamer.h
1027include/llvm/MC/MCWinEH.h 1030include/llvm/MC/MCWinEH.h
1028include/llvm/MC/MCXCOFFObjectWriter.h 1031include/llvm/MC/MCXCOFFObjectWriter.h
1029include/llvm/MC/MCXCOFFStreamer.h 1032include/llvm/MC/MCXCOFFStreamer.h
1030include/llvm/MC/MachineLocation.h 1033include/llvm/MC/MachineLocation.h
1031include/llvm/MC/SectionKind.h 1034include/llvm/MC/SectionKind.h
1032include/llvm/MC/StringTableBuilder.h 1035include/llvm/MC/StringTableBuilder.h
1033include/llvm/MC/SubtargetFeature.h 1036include/llvm/MC/SubtargetFeature.h
1034include/llvm/MCA/CodeEmitter.h 1037include/llvm/MCA/CodeEmitter.h
1035include/llvm/MCA/Context.h 1038include/llvm/MCA/Context.h
1036include/llvm/MCA/HWEventListener.h 1039include/llvm/MCA/HWEventListener.h
1037include/llvm/MCA/HardwareUnits/HardwareUnit.h 1040include/llvm/MCA/HardwareUnits/HardwareUnit.h
1038include/llvm/MCA/HardwareUnits/LSUnit.h 1041include/llvm/MCA/HardwareUnits/LSUnit.h
1039include/llvm/MCA/HardwareUnits/RegisterFile.h 1042include/llvm/MCA/HardwareUnits/RegisterFile.h
1040include/llvm/MCA/HardwareUnits/ResourceManager.h 1043include/llvm/MCA/HardwareUnits/ResourceManager.h
1041include/llvm/MCA/HardwareUnits/RetireControlUnit.h 1044include/llvm/MCA/HardwareUnits/RetireControlUnit.h
1042include/llvm/MCA/HardwareUnits/Scheduler.h 1045include/llvm/MCA/HardwareUnits/Scheduler.h
1043include/llvm/MCA/InstrBuilder.h 1046include/llvm/MCA/InstrBuilder.h
1044include/llvm/MCA/Instruction.h 1047include/llvm/MCA/Instruction.h
1045include/llvm/MCA/Pipeline.h 1048include/llvm/MCA/Pipeline.h
1046include/llvm/MCA/SourceMgr.h 1049include/llvm/MCA/SourceMgr.h
1047include/llvm/MCA/Stages/DispatchStage.h 1050include/llvm/MCA/Stages/DispatchStage.h
1048include/llvm/MCA/Stages/EntryStage.h 1051include/llvm/MCA/Stages/EntryStage.h
1049include/llvm/MCA/Stages/ExecuteStage.h 1052include/llvm/MCA/Stages/ExecuteStage.h
1050include/llvm/MCA/Stages/InstructionTables.h 1053include/llvm/MCA/Stages/InstructionTables.h
1051include/llvm/MCA/Stages/MicroOpQueueStage.h 1054include/llvm/MCA/Stages/MicroOpQueueStage.h
1052include/llvm/MCA/Stages/RetireStage.h 1055include/llvm/MCA/Stages/RetireStage.h
1053include/llvm/MCA/Stages/Stage.h 1056include/llvm/MCA/Stages/Stage.h
1054include/llvm/MCA/Support.h 1057include/llvm/MCA/Support.h
1055include/llvm/Object/Archive.h 1058include/llvm/Object/Archive.h
1056include/llvm/Object/ArchiveWriter.h 1059include/llvm/Object/ArchiveWriter.h
1057include/llvm/Object/Binary.h 1060include/llvm/Object/Binary.h
1058include/llvm/Object/COFF.h 1061include/llvm/Object/COFF.h
1059include/llvm/Object/COFFImportFile.h 1062include/llvm/Object/COFFImportFile.h
1060include/llvm/Object/COFFModuleDefinition.h 1063include/llvm/Object/COFFModuleDefinition.h
1061include/llvm/Object/CVDebugRecord.h 1064include/llvm/Object/CVDebugRecord.h
1062include/llvm/Object/Decompressor.h 1065include/llvm/Object/Decompressor.h
1063include/llvm/Object/ELF.h 1066include/llvm/Object/ELF.h
1064include/llvm/Object/ELFObjectFile.h 1067include/llvm/Object/ELFObjectFile.h
1065include/llvm/Object/ELFTypes.h 1068include/llvm/Object/ELFTypes.h
1066include/llvm/Object/Error.h 1069include/llvm/Object/Error.h
1067include/llvm/Object/IRObjectFile.h 1070include/llvm/Object/IRObjectFile.h
1068include/llvm/Object/IRSymtab.h 1071include/llvm/Object/IRSymtab.h
1069include/llvm/Object/MachO.h 1072include/llvm/Object/MachO.h
1070include/llvm/Object/MachOUniversal.h 1073include/llvm/Object/MachOUniversal.h
1071include/llvm/Object/Minidump.h 1074include/llvm/Object/Minidump.h
1072include/llvm/Object/ModuleSymbolTable.h 1075include/llvm/Object/ModuleSymbolTable.h
1073include/llvm/Object/ObjectFile.h 1076include/llvm/Object/ObjectFile.h
1074include/llvm/Object/RelocationResolver.h 1077include/llvm/Object/RelocationResolver.h
1075include/llvm/Object/StackMapParser.h 1078include/llvm/Object/StackMapParser.h
1076include/llvm/Object/SymbolSize.h 1079include/llvm/Object/SymbolSize.h
1077include/llvm/Object/SymbolicFile.h 1080include/llvm/Object/SymbolicFile.h
1078include/llvm/Object/TapiFile.h 1081include/llvm/Object/TapiFile.h
1079include/llvm/Object/TapiUniversal.h 1082include/llvm/Object/TapiUniversal.h
1080include/llvm/Object/Wasm.h 1083include/llvm/Object/Wasm.h
1081include/llvm/Object/WasmTraits.h 1084include/llvm/Object/WasmTraits.h
1082include/llvm/Object/WindowsMachineFlag.h 1085include/llvm/Object/WindowsMachineFlag.h
1083include/llvm/Object/WindowsResource.h 1086include/llvm/Object/WindowsResource.h
1084include/llvm/Object/XCOFFObjectFile.h 1087include/llvm/Object/XCOFFObjectFile.h
1085include/llvm/ObjectYAML/COFFYAML.h 1088include/llvm/ObjectYAML/COFFYAML.h
1086include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h 1089include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
1087include/llvm/ObjectYAML/CodeViewYAMLSymbols.h 1090include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
1088include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h 1091include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
1089include/llvm/ObjectYAML/CodeViewYAMLTypes.h 1092include/llvm/ObjectYAML/CodeViewYAMLTypes.h
1090include/llvm/ObjectYAML/DWARFEmitter.h 1093include/llvm/ObjectYAML/DWARFEmitter.h
1091include/llvm/ObjectYAML/DWARFYAML.h 1094include/llvm/ObjectYAML/DWARFYAML.h
1092include/llvm/ObjectYAML/ELFYAML.h 1095include/llvm/ObjectYAML/ELFYAML.h
1093include/llvm/ObjectYAML/MachOYAML.h 1096include/llvm/ObjectYAML/MachOYAML.h
1094include/llvm/ObjectYAML/MinidumpYAML.h 1097include/llvm/ObjectYAML/MinidumpYAML.h
1095include/llvm/ObjectYAML/ObjectYAML.h 1098include/llvm/ObjectYAML/ObjectYAML.h
1096include/llvm/ObjectYAML/WasmYAML.h 1099include/llvm/ObjectYAML/WasmYAML.h
1097include/llvm/ObjectYAML/XCOFFYAML.h 1100include/llvm/ObjectYAML/XCOFFYAML.h
1098include/llvm/ObjectYAML/YAML.h 1101include/llvm/ObjectYAML/YAML.h
1099include/llvm/ObjectYAML/yaml2obj.h 1102include/llvm/ObjectYAML/yaml2obj.h
1100include/llvm/Option/Arg.h 1103include/llvm/Option/Arg.h
1101include/llvm/Option/ArgList.h 1104include/llvm/Option/ArgList.h
1102include/llvm/Option/OptParser.td 1105include/llvm/Option/OptParser.td
1103include/llvm/Option/OptSpecifier.h 1106include/llvm/Option/OptSpecifier.h
1104include/llvm/Option/OptTable.h 1107include/llvm/Option/OptTable.h
1105include/llvm/Option/Option.h 1108include/llvm/Option/Option.h
1106include/llvm/Pass.h 1109include/llvm/Pass.h
1107include/llvm/PassAnalysisSupport.h 1110include/llvm/PassAnalysisSupport.h
1108include/llvm/PassInfo.h 1111include/llvm/PassInfo.h
1109include/llvm/PassRegistry.h 1112include/llvm/PassRegistry.h
1110include/llvm/PassSupport.h 1113include/llvm/PassSupport.h
1111include/llvm/Passes/PassBuilder.h 1114include/llvm/Passes/PassBuilder.h
1112include/llvm/Passes/PassPlugin.h 1115include/llvm/Passes/PassPlugin.h
1113include/llvm/Passes/StandardInstrumentations.h 1116include/llvm/Passes/StandardInstrumentations.h
1114include/llvm/ProfileData/Coverage/CoverageMapping.h 1117include/llvm/ProfileData/Coverage/CoverageMapping.h
1115include/llvm/ProfileData/Coverage/CoverageMappingReader.h 1118include/llvm/ProfileData/Coverage/CoverageMappingReader.h
1116include/llvm/ProfileData/Coverage/CoverageMappingWriter.h 1119include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
1117include/llvm/ProfileData/GCOV.h 1120include/llvm/ProfileData/GCOV.h
1118include/llvm/ProfileData/InstrProf.h 1121include/llvm/ProfileData/InstrProf.h
1119include/llvm/ProfileData/InstrProfData.inc 1122include/llvm/ProfileData/InstrProfData.inc
1120include/llvm/ProfileData/InstrProfReader.h 1123include/llvm/ProfileData/InstrProfReader.h
1121include/llvm/ProfileData/InstrProfWriter.h 1124include/llvm/ProfileData/InstrProfWriter.h
1122include/llvm/ProfileData/ProfileCommon.h 1125include/llvm/ProfileData/ProfileCommon.h
1123include/llvm/ProfileData/SampleProf.h 1126include/llvm/ProfileData/SampleProf.h
1124include/llvm/ProfileData/SampleProfReader.h 1127include/llvm/ProfileData/SampleProfReader.h
1125include/llvm/ProfileData/SampleProfWriter.h 1128include/llvm/ProfileData/SampleProfWriter.h
1126include/llvm/Remarks/BitstreamRemarkContainer.h 1129include/llvm/Remarks/BitstreamRemarkContainer.h
1127include/llvm/Remarks/BitstreamRemarkParser.h 1130include/llvm/Remarks/BitstreamRemarkParser.h
1128include/llvm/Remarks/BitstreamRemarkSerializer.h 1131include/llvm/Remarks/BitstreamRemarkSerializer.h
1129include/llvm/Remarks/Remark.h 1132include/llvm/Remarks/Remark.h
1130include/llvm/Remarks/RemarkFormat.h 1133include/llvm/Remarks/RemarkFormat.h
1131include/llvm/Remarks/RemarkLinker.h 1134include/llvm/Remarks/RemarkLinker.h
1132include/llvm/Remarks/RemarkParser.h 1135include/llvm/Remarks/RemarkParser.h
1133include/llvm/Remarks/RemarkSerializer.h 1136include/llvm/Remarks/RemarkSerializer.h
1134include/llvm/Remarks/RemarkStringTable.h 1137include/llvm/Remarks/RemarkStringTable.h
1135include/llvm/Remarks/YAMLRemarkSerializer.h 1138include/llvm/Remarks/YAMLRemarkSerializer.h
1136include/llvm/Support/AArch64TargetParser.def 1139include/llvm/Support/AArch64TargetParser.def
1137include/llvm/Support/AArch64TargetParser.h 1140include/llvm/Support/AArch64TargetParser.h
1138include/llvm/Support/AMDGPUMetadata.h 1141include/llvm/Support/AMDGPUMetadata.h
1139include/llvm/Support/AMDHSAKernelDescriptor.h 1142include/llvm/Support/AMDHSAKernelDescriptor.h
1140include/llvm/Support/ARMAttributeParser.h 1143include/llvm/Support/ARMAttributeParser.h
1141include/llvm/Support/ARMBuildAttributes.h 1144include/llvm/Support/ARMBuildAttributes.h
1142include/llvm/Support/ARMEHABI.h 1145include/llvm/Support/ARMEHABI.h
1143include/llvm/Support/ARMTargetParser.def 1146include/llvm/Support/ARMTargetParser.def
1144include/llvm/Support/ARMTargetParser.h 1147include/llvm/Support/ARMTargetParser.h
1145include/llvm/Support/ARMWinEH.h 1148include/llvm/Support/ARMWinEH.h
1146include/llvm/Support/AlignOf.h 1149include/llvm/Support/AlignOf.h
1147include/llvm/Support/Alignment.h 1150include/llvm/Support/Alignment.h
1148include/llvm/Support/Allocator.h 1151include/llvm/Support/Allocator.h
1149include/llvm/Support/ArrayRecycler.h 1152include/llvm/Support/ArrayRecycler.h
1150include/llvm/Support/Atomic.h 1153include/llvm/Support/Atomic.h
1151include/llvm/Support/AtomicOrdering.h 1154include/llvm/Support/AtomicOrdering.h
1152include/llvm/Support/Automaton.h 1155include/llvm/Support/Automaton.h
1153include/llvm/Support/BinaryByteStream.h 1156include/llvm/Support/BinaryByteStream.h
1154include/llvm/Support/BinaryItemStream.h 1157include/llvm/Support/BinaryItemStream.h
1155include/llvm/Support/BinaryStream.h 1158include/llvm/Support/BinaryStream.h
1156include/llvm/Support/BinaryStreamArray.h 1159include/llvm/Support/BinaryStreamArray.h
1157include/llvm/Support/BinaryStreamError.h 1160include/llvm/Support/BinaryStreamError.h
1158include/llvm/Support/BinaryStreamReader.h 1161include/llvm/Support/BinaryStreamReader.h
1159include/llvm/Support/BinaryStreamRef.h 1162include/llvm/Support/BinaryStreamRef.h
1160include/llvm/Support/BinaryStreamWriter.h 1163include/llvm/Support/BinaryStreamWriter.h
1161include/llvm/Support/BlockFrequency.h 1164include/llvm/Support/BlockFrequency.h
1162include/llvm/Support/BranchProbability.h 1165include/llvm/Support/BranchProbability.h
1163include/llvm/Support/BuryPointer.h 1166include/llvm/Support/BuryPointer.h
1164include/llvm/Support/CBindingWrapping.h 1167include/llvm/Support/CBindingWrapping.h
1165include/llvm/Support/CFGUpdate.h 1168include/llvm/Support/CFGUpdate.h
1166include/llvm/Support/COM.h 1169include/llvm/Support/COM.h
1167include/llvm/Support/CRC.h 1170include/llvm/Support/CRC.h
1168include/llvm/Support/CachePruning.h 1171include/llvm/Support/CachePruning.h
1169include/llvm/Support/Capacity.h 1172include/llvm/Support/Capacity.h
1170include/llvm/Support/Casting.h 1173include/llvm/Support/Casting.h
1171include/llvm/Support/CheckedArithmetic.h 1174include/llvm/Support/CheckedArithmetic.h
1172include/llvm/Support/Chrono.h 1175include/llvm/Support/Chrono.h
1173include/llvm/Support/CodeGen.h 1176include/llvm/Support/CodeGen.h
1174include/llvm/Support/CodeGenCoverage.h 1177include/llvm/Support/CodeGenCoverage.h
1175include/llvm/Support/CommandLine.h 1178include/llvm/Support/CommandLine.h
1176include/llvm/Support/Compiler.h 1179include/llvm/Support/Compiler.h
1177include/llvm/Support/Compression.h 1180include/llvm/Support/Compression.h
1178include/llvm/Support/ConvertUTF.h 1181include/llvm/Support/ConvertUTF.h
1179include/llvm/Support/CrashRecoveryContext.h 1182include/llvm/Support/CrashRecoveryContext.h
1180include/llvm/Support/DJB.h 1183include/llvm/Support/DJB.h
1181include/llvm/Support/DOTGraphTraits.h 1184include/llvm/Support/DOTGraphTraits.h
1182include/llvm/Support/DataExtractor.h 1185include/llvm/Support/DataExtractor.h
1183include/llvm/Support/DataTypes.h 1186include/llvm/Support/DataTypes.h
1184include/llvm/Support/Debug.h 1187include/llvm/Support/Debug.h
1185include/llvm/Support/DebugCounter.h 1188include/llvm/Support/DebugCounter.h
1186include/llvm/Support/DynamicLibrary.h 1189include/llvm/Support/DynamicLibrary.h
1187include/llvm/Support/Endian.h 1190include/llvm/Support/Endian.h
1188include/llvm/Support/EndianStream.h 1191include/llvm/Support/EndianStream.h
1189include/llvm/Support/Errc.h 1192include/llvm/Support/Errc.h
1190include/llvm/Support/Errno.h 1193include/llvm/Support/Errno.h
1191include/llvm/Support/Error.h 1194include/llvm/Support/Error.h
1192include/llvm/Support/ErrorHandling.h 1195include/llvm/Support/ErrorHandling.h
1193include/llvm/Support/ErrorOr.h 1196include/llvm/Support/ErrorOr.h
1194include/llvm/Support/Extension.def 1197include/llvm/Support/Extension.def
1195include/llvm/Support/FileCheck.h 1198include/llvm/Support/FileCheck.h
1196include/llvm/Support/FileCollector.h 1199include/llvm/Support/FileCollector.h
1197include/llvm/Support/FileOutputBuffer.h 1200include/llvm/Support/FileOutputBuffer.h
1198include/llvm/Support/FileSystem.h 1201include/llvm/Support/FileSystem.h
1199include/llvm/Support/FileUtilities.h 1202include/llvm/Support/FileUtilities.h
1200include/llvm/Support/Format.h 1203include/llvm/Support/Format.h
1201include/llvm/Support/FormatAdapters.h 1204include/llvm/Support/FormatAdapters.h
1202include/llvm/Support/FormatCommon.h 1205include/llvm/Support/FormatCommon.h
1203include/llvm/Support/FormatProviders.h 1206include/llvm/Support/FormatProviders.h
1204include/llvm/Support/FormatVariadic.h 1207include/llvm/Support/FormatVariadic.h
1205include/llvm/Support/FormatVariadicDetails.h 1208include/llvm/Support/FormatVariadicDetails.h
1206include/llvm/Support/FormattedStream.h 1209include/llvm/Support/FormattedStream.h
1207include/llvm/Support/GenericDomTree.h 1210include/llvm/Support/GenericDomTree.h
1208include/llvm/Support/GenericDomTreeConstruction.h 1211include/llvm/Support/GenericDomTreeConstruction.h
1209include/llvm/Support/GenericIteratedDominanceFrontier.h 1212include/llvm/Support/GenericIteratedDominanceFrontier.h
1210include/llvm/Support/GlobPattern.h 1213include/llvm/Support/GlobPattern.h
1211include/llvm/Support/GraphWriter.h 1214include/llvm/Support/GraphWriter.h
1212include/llvm/Support/Host.h 1215include/llvm/Support/Host.h
1213include/llvm/Support/InitLLVM.h 1216include/llvm/Support/InitLLVM.h
1214include/llvm/Support/ItaniumManglingCanonicalizer.h 1217include/llvm/Support/ItaniumManglingCanonicalizer.h
1215include/llvm/Support/JSON.h 1218include/llvm/Support/JSON.h
1216include/llvm/Support/KnownBits.h 1219include/llvm/Support/KnownBits.h
1217include/llvm/Support/LEB128.h 1220include/llvm/Support/LEB128.h
1218include/llvm/Support/LICENSE.TXT 1221include/llvm/Support/LICENSE.TXT
1219include/llvm/Support/LineIterator.h 1222include/llvm/Support/LineIterator.h
1220include/llvm/Support/Locale.h 1223include/llvm/Support/Locale.h
1221include/llvm/Support/LockFileManager.h 1224include/llvm/Support/LockFileManager.h
1222include/llvm/Support/LowLevelTypeImpl.h 1225include/llvm/Support/LowLevelTypeImpl.h
1223include/llvm/Support/MD5.h 1226include/llvm/Support/MD5.h
1224include/llvm/Support/MSVCErrorWorkarounds.h 1227include/llvm/Support/MSVCErrorWorkarounds.h
1225include/llvm/Support/MachineValueType.h 1228include/llvm/Support/MachineValueType.h
1226include/llvm/Support/ManagedStatic.h 1229include/llvm/Support/ManagedStatic.h
1227include/llvm/Support/MathExtras.h 1230include/llvm/Support/MathExtras.h
1228include/llvm/Support/MemAlloc.h 1231include/llvm/Support/MemAlloc.h
1229include/llvm/Support/Memory.h 1232include/llvm/Support/Memory.h
1230include/llvm/Support/MemoryBuffer.h 1233include/llvm/Support/MemoryBuffer.h
1231include/llvm/Support/MipsABIFlags.h 1234include/llvm/Support/MipsABIFlags.h
1232include/llvm/Support/Mutex.h 1235include/llvm/Support/Mutex.h
1233include/llvm/Support/NativeFormatting.h 1236include/llvm/Support/NativeFormatting.h
1234include/llvm/Support/OnDiskHashTable.h 1237include/llvm/Support/OnDiskHashTable.h
1235include/llvm/Support/Parallel.h 1238include/llvm/Support/Parallel.h
1236include/llvm/Support/Path.h 1239include/llvm/Support/Path.h
1237include/llvm/Support/PluginLoader.h 1240include/llvm/Support/PluginLoader.h
1238include/llvm/Support/PointerLikeTypeTraits.h 1241include/llvm/Support/PointerLikeTypeTraits.h
1239include/llvm/Support/PrettyStackTrace.h 1242include/llvm/Support/PrettyStackTrace.h
1240include/llvm/Support/Printable.h 1243include/llvm/Support/Printable.h
1241include/llvm/Support/Process.h 1244include/llvm/Support/Process.h
1242include/llvm/Support/Program.h 1245include/llvm/Support/Program.h
1243include/llvm/Support/RWMutex.h 1246include/llvm/Support/RWMutex.h
1244include/llvm/Support/RandomNumberGenerator.h 1247include/llvm/Support/RandomNumberGenerator.h
1245include/llvm/Support/Recycler.h 1248include/llvm/Support/Recycler.h
1246include/llvm/Support/RecyclingAllocator.h 1249include/llvm/Support/RecyclingAllocator.h
1247include/llvm/Support/Regex.h 1250include/llvm/Support/Regex.h
1248include/llvm/Support/Registry.h 1251include/llvm/Support/Registry.h
1249include/llvm/Support/ReverseIteration.h 1252include/llvm/Support/ReverseIteration.h
1250include/llvm/Support/SHA1.h 1253include/llvm/Support/SHA1.h
1251include/llvm/Support/SMLoc.h 1254include/llvm/Support/SMLoc.h
1252include/llvm/Support/SMTAPI.h 1255include/llvm/Support/SMTAPI.h
1253include/llvm/Support/SaveAndRestore.h 1256include/llvm/Support/SaveAndRestore.h
1254include/llvm/Support/ScaledNumber.h 1257include/llvm/Support/ScaledNumber.h
1255include/llvm/Support/ScopedPrinter.h 1258include/llvm/Support/ScopedPrinter.h
1256include/llvm/Support/Signals.h 1259include/llvm/Support/Signals.h
1257include/llvm/Support/Signposts.h 1260include/llvm/Support/Signposts.h
1258include/llvm/Support/SmallVectorMemoryBuffer.h 1261include/llvm/Support/SmallVectorMemoryBuffer.h
1259include/llvm/Support/Solaris/sys/regset.h 1262include/llvm/Support/Solaris/sys/regset.h
1260include/llvm/Support/SourceMgr.h 1263include/llvm/Support/SourceMgr.h
1261include/llvm/Support/SpecialCaseList.h 1264include/llvm/Support/SpecialCaseList.h
1262include/llvm/Support/StringPool.h 1265include/llvm/Support/StringPool.h
1263include/llvm/Support/StringSaver.h 1266include/llvm/Support/StringSaver.h
1264include/llvm/Support/SwapByteOrder.h 1267include/llvm/Support/SwapByteOrder.h
1265include/llvm/Support/SymbolRemappingReader.h 1268include/llvm/Support/SymbolRemappingReader.h
1266include/llvm/Support/SystemUtils.h 1269include/llvm/Support/SystemUtils.h
1267include/llvm/Support/TarWriter.h 1270include/llvm/Support/TarWriter.h
1268include/llvm/Support/TargetOpcodes.def 1271include/llvm/Support/TargetOpcodes.def
1269include/llvm/Support/TargetParser.h 1272include/llvm/Support/TargetParser.h
1270include/llvm/Support/TargetRegistry.h 1273include/llvm/Support/TargetRegistry.h
1271include/llvm/Support/TargetSelect.h 1274include/llvm/Support/TargetSelect.h
1272include/llvm/Support/TaskQueue.h 1275include/llvm/Support/TaskQueue.h
1273include/llvm/Support/ThreadLocal.h 1276include/llvm/Support/ThreadLocal.h
1274include/llvm/Support/ThreadPool.h 1277include/llvm/Support/ThreadPool.h
1275include/llvm/Support/Threading.h 1278include/llvm/Support/Threading.h
1276include/llvm/Support/TimeProfiler.h 1279include/llvm/Support/TimeProfiler.h
1277include/llvm/Support/Timer.h 1280include/llvm/Support/Timer.h
1278include/llvm/Support/ToolOutputFile.h 1281include/llvm/Support/ToolOutputFile.h
1279include/llvm/Support/TrailingObjects.h 1282include/llvm/Support/TrailingObjects.h
1280include/llvm/Support/TrigramIndex.h 1283include/llvm/Support/TrigramIndex.h
1281include/llvm/Support/TypeName.h 1284include/llvm/Support/TypeName.h
1282include/llvm/Support/TypeSize.h 1285include/llvm/Support/TypeSize.h
1283include/llvm/Support/Unicode.h 1286include/llvm/Support/Unicode.h
1284include/llvm/Support/UnicodeCharRanges.h 1287include/llvm/Support/UnicodeCharRanges.h
1285include/llvm/Support/VCSRevision.h 1288include/llvm/Support/VCSRevision.h
1286include/llvm/Support/Valgrind.h 1289include/llvm/Support/Valgrind.h
1287include/llvm/Support/VersionTuple.h 1290include/llvm/Support/VersionTuple.h
1288include/llvm/Support/VirtualFileSystem.h 1291include/llvm/Support/VirtualFileSystem.h
1289include/llvm/Support/Watchdog.h 1292include/llvm/Support/Watchdog.h
1290include/llvm/Support/Win64EH.h 1293include/llvm/Support/Win64EH.h
1291include/llvm/Support/Windows/WindowsSupport.h 1294include/llvm/Support/Windows/WindowsSupport.h
1292include/llvm/Support/WindowsError.h 1295include/llvm/Support/WindowsError.h
1293include/llvm/Support/WithColor.h 1296include/llvm/Support/WithColor.h
1294include/llvm/Support/X86DisassemblerDecoderCommon.h 1297include/llvm/Support/X86DisassemblerDecoderCommon.h
1295include/llvm/Support/X86TargetParser.def 1298include/llvm/Support/X86TargetParser.def
1296include/llvm/Support/YAMLParser.h 1299include/llvm/Support/YAMLParser.h
1297include/llvm/Support/YAMLTraits.h 1300include/llvm/Support/YAMLTraits.h
1298include/llvm/Support/circular_raw_ostream.h 1301include/llvm/Support/circular_raw_ostream.h
1299include/llvm/Support/raw_os_ostream.h 1302include/llvm/Support/raw_os_ostream.h
1300include/llvm/Support/raw_ostream.h 1303include/llvm/Support/raw_ostream.h
1301include/llvm/Support/raw_sha1_ostream.h 1304include/llvm/Support/raw_sha1_ostream.h
1302include/llvm/Support/thread.h 1305include/llvm/Support/thread.h
1303include/llvm/Support/type_traits.h 1306include/llvm/Support/type_traits.h
1304include/llvm/Support/xxhash.h 1307include/llvm/Support/xxhash.h
1305include/llvm/TableGen/Automaton.td 1308include/llvm/TableGen/Automaton.td
1306include/llvm/TableGen/Error.h 1309include/llvm/TableGen/Error.h
1307include/llvm/TableGen/Main.h 1310include/llvm/TableGen/Main.h
1308include/llvm/TableGen/Record.h 1311include/llvm/TableGen/Record.h
1309include/llvm/TableGen/SearchableTable.td 1312include/llvm/TableGen/SearchableTable.td
1310include/llvm/TableGen/SetTheory.h 1313include/llvm/TableGen/SetTheory.h
1311include/llvm/TableGen/StringMatcher.h 1314include/llvm/TableGen/StringMatcher.h
1312include/llvm/TableGen/StringToOffsetTable.h 1315include/llvm/TableGen/StringToOffsetTable.h
1313include/llvm/TableGen/TableGenBackend.h 1316include/llvm/TableGen/TableGenBackend.h
1314include/llvm/Target/CodeGenCWrappers.h 1317include/llvm/Target/CodeGenCWrappers.h
1315include/llvm/Target/GenericOpcodes.td 1318include/llvm/Target/GenericOpcodes.td
1316include/llvm/Target/GlobalISel/Combine.td 1319include/llvm/Target/GlobalISel/Combine.td
1317include/llvm/Target/GlobalISel/RegisterBank.td 1320include/llvm/Target/GlobalISel/RegisterBank.td
1318include/llvm/Target/GlobalISel/SelectionDAGCompat.td 1321include/llvm/Target/GlobalISel/SelectionDAGCompat.td
1319include/llvm/Target/GlobalISel/Target.td 1322include/llvm/Target/GlobalISel/Target.td
1320include/llvm/Target/Target.td 1323include/llvm/Target/Target.td
1321include/llvm/Target/TargetCallingConv.td 1324include/llvm/Target/TargetCallingConv.td
1322include/llvm/Target/TargetInstrPredicate.td 1325include/llvm/Target/TargetInstrPredicate.td
1323include/llvm/Target/TargetIntrinsicInfo.h 1326include/llvm/Target/TargetIntrinsicInfo.h
1324include/llvm/Target/TargetItinerary.td 1327include/llvm/Target/TargetItinerary.td
1325include/llvm/Target/TargetLoweringObjectFile.h 1328include/llvm/Target/TargetLoweringObjectFile.h
1326include/llvm/Target/TargetMachine.h 1329include/llvm/Target/TargetMachine.h
1327include/llvm/Target/TargetOptions.h 1330include/llvm/Target/TargetOptions.h
1328include/llvm/Target/TargetPfmCounters.td 1331include/llvm/Target/TargetPfmCounters.td
1329include/llvm/Target/TargetSchedule.td 1332include/llvm/Target/TargetSchedule.td
1330include/llvm/Target/TargetSelectionDAG.td 1333include/llvm/Target/TargetSelectionDAG.td
1331include/llvm/Testing/Support/Annotations.h 1334include/llvm/Testing/Support/Annotations.h
1332include/llvm/Testing/Support/Error.h 1335include/llvm/Testing/Support/Error.h
1333include/llvm/Testing/Support/SupportHelpers.h 1336include/llvm/Testing/Support/SupportHelpers.h
1334include/llvm/TextAPI/ELF/ELFStub.h 1337include/llvm/TextAPI/ELF/ELFStub.h
1335include/llvm/TextAPI/ELF/TBEHandler.h 1338include/llvm/TextAPI/ELF/TBEHandler.h
1336include/llvm/TextAPI/MachO/Architecture.def 1339include/llvm/TextAPI/MachO/Architecture.def
1337include/llvm/TextAPI/MachO/Architecture.h 1340include/llvm/TextAPI/MachO/Architecture.h
1338include/llvm/TextAPI/MachO/ArchitectureSet.h 1341include/llvm/TextAPI/MachO/ArchitectureSet.h
1339include/llvm/TextAPI/MachO/InterfaceFile.h 1342include/llvm/TextAPI/MachO/InterfaceFile.h
1340include/llvm/TextAPI/MachO/PackedVersion.h 1343include/llvm/TextAPI/MachO/PackedVersion.h
1341include/llvm/TextAPI/MachO/Platform.h 1344include/llvm/TextAPI/MachO/Platform.h
1342include/llvm/TextAPI/MachO/Symbol.h 1345include/llvm/TextAPI/MachO/Symbol.h
1343include/llvm/TextAPI/MachO/Target.h 1346include/llvm/TextAPI/MachO/Target.h
1344include/llvm/TextAPI/MachO/TextAPIReader.h 1347include/llvm/TextAPI/MachO/TextAPIReader.h
1345include/llvm/TextAPI/MachO/TextAPIWriter.h 1348include/llvm/TextAPI/MachO/TextAPIWriter.h
1346include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h 1349include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
1347include/llvm/ToolDrivers/llvm-lib/LibDriver.h 1350include/llvm/ToolDrivers/llvm-lib/LibDriver.h
1348include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h 1351include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
1349include/llvm/Transforms/CFGuard.h 1352include/llvm/Transforms/CFGuard.h
1350include/llvm/Transforms/Coroutines.h 1353include/llvm/Transforms/Coroutines.h
1351include/llvm/Transforms/IPO.h 1354include/llvm/Transforms/IPO.h
1352include/llvm/Transforms/IPO/AlwaysInliner.h 1355include/llvm/Transforms/IPO/AlwaysInliner.h
1353include/llvm/Transforms/IPO/ArgumentPromotion.h 1356include/llvm/Transforms/IPO/ArgumentPromotion.h
1354include/llvm/Transforms/IPO/Attributor.h 1357include/llvm/Transforms/IPO/Attributor.h
1355include/llvm/Transforms/IPO/CalledValuePropagation.h 1358include/llvm/Transforms/IPO/CalledValuePropagation.h
1356include/llvm/Transforms/IPO/ConstantMerge.h 1359include/llvm/Transforms/IPO/ConstantMerge.h
1357include/llvm/Transforms/IPO/CrossDSOCFI.h 1360include/llvm/Transforms/IPO/CrossDSOCFI.h
1358include/llvm/Transforms/IPO/DeadArgumentElimination.h 1361include/llvm/Transforms/IPO/DeadArgumentElimination.h
1359include/llvm/Transforms/IPO/ElimAvailExtern.h 1362include/llvm/Transforms/IPO/ElimAvailExtern.h
1360include/llvm/Transforms/IPO/ForceFunctionAttrs.h 1363include/llvm/Transforms/IPO/ForceFunctionAttrs.h
1361include/llvm/Transforms/IPO/FunctionAttrs.h 1364include/llvm/Transforms/IPO/FunctionAttrs.h
1362include/llvm/Transforms/IPO/FunctionImport.h 1365include/llvm/Transforms/IPO/FunctionImport.h
1363include/llvm/Transforms/IPO/GlobalDCE.h 1366include/llvm/Transforms/IPO/GlobalDCE.h
1364include/llvm/Transforms/IPO/GlobalOpt.h 1367include/llvm/Transforms/IPO/GlobalOpt.h
1365include/llvm/Transforms/IPO/GlobalSplit.h 1368include/llvm/Transforms/IPO/GlobalSplit.h
1366include/llvm/Transforms/IPO/HotColdSplitting.h 1369include/llvm/Transforms/IPO/HotColdSplitting.h
1367include/llvm/Transforms/IPO/InferFunctionAttrs.h 1370include/llvm/Transforms/IPO/InferFunctionAttrs.h
1368include/llvm/Transforms/IPO/Inliner.h 1371include/llvm/Transforms/IPO/Inliner.h
1369include/llvm/Transforms/IPO/Internalize.h 1372include/llvm/Transforms/IPO/Internalize.h
1370include/llvm/Transforms/IPO/LowerTypeTests.h 1373include/llvm/Transforms/IPO/LowerTypeTests.h
1371include/llvm/Transforms/IPO/MergeFunctions.h 1374include/llvm/Transforms/IPO/MergeFunctions.h
1372include/llvm/Transforms/IPO/PartialInlining.h 1375include/llvm/Transforms/IPO/PartialInlining.h
1373include/llvm/Transforms/IPO/PassManagerBuilder.h 1376include/llvm/Transforms/IPO/PassManagerBuilder.h
1374include/llvm/Transforms/IPO/SCCP.h 1377include/llvm/Transforms/IPO/SCCP.h
1375include/llvm/Transforms/IPO/SampleProfile.h 1378include/llvm/Transforms/IPO/SampleProfile.h
1376include/llvm/Transforms/IPO/StripDeadPrototypes.h 1379include/llvm/Transforms/IPO/StripDeadPrototypes.h
1377include/llvm/Transforms/IPO/SyntheticCountsPropagation.h 1380include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
1378include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h 1381include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
1379include/llvm/Transforms/IPO/WholeProgramDevirt.h 1382include/llvm/Transforms/IPO/WholeProgramDevirt.h
1380include/llvm/Transforms/InstCombine/InstCombine.h 1383include/llvm/Transforms/InstCombine/InstCombine.h
1381include/llvm/Transforms/InstCombine/InstCombineWorklist.h 1384include/llvm/Transforms/InstCombine/InstCombineWorklist.h
1382include/llvm/Transforms/Instrumentation.h 1385include/llvm/Transforms/Instrumentation.h
1383include/llvm/Transforms/Instrumentation/AddressSanitizer.h 1386include/llvm/Transforms/Instrumentation/AddressSanitizer.h
1384include/llvm/Transforms/Instrumentation/BoundsChecking.h 1387include/llvm/Transforms/Instrumentation/BoundsChecking.h
1385include/llvm/Transforms/Instrumentation/CGProfile.h 1388include/llvm/Transforms/Instrumentation/CGProfile.h
1386include/llvm/Transforms/Instrumentation/ControlHeightReduction.h 1389include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
1387include/llvm/Transforms/Instrumentation/GCOVProfiler.h 1390include/llvm/Transforms/Instrumentation/GCOVProfiler.h
1388include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h 1391include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
1389include/llvm/Transforms/Instrumentation/InstrOrderFile.h 1392include/llvm/Transforms/Instrumentation/InstrOrderFile.h
1390include/llvm/Transforms/Instrumentation/InstrProfiling.h 1393include/llvm/Transforms/Instrumentation/InstrProfiling.h
1391include/llvm/Transforms/Instrumentation/MemorySanitizer.h 1394include/llvm/Transforms/Instrumentation/MemorySanitizer.h
1392include/llvm/Transforms/Instrumentation/PGOInstrumentation.h 1395include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
1393include/llvm/Transforms/Instrumentation/PoisonChecking.h 1396include/llvm/Transforms/Instrumentation/PoisonChecking.h
1394include/llvm/Transforms/Instrumentation/SanitizerCoverage.h 1397include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
1395include/llvm/Transforms/Instrumentation/ThreadSanitizer.h 1398include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
1396include/llvm/Transforms/ObjCARC.h 1399include/llvm/Transforms/ObjCARC.h
1397include/llvm/Transforms/Scalar.h 1400include/llvm/Transforms/Scalar.h
1398include/llvm/Transforms/Scalar/ADCE.h 1401include/llvm/Transforms/Scalar/ADCE.h
1399include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h 1402include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
1400include/llvm/Transforms/Scalar/BDCE.h 1403include/llvm/Transforms/Scalar/BDCE.h
1401include/llvm/Transforms/Scalar/CallSiteSplitting.h 1404include/llvm/Transforms/Scalar/CallSiteSplitting.h
1402include/llvm/Transforms/Scalar/ConstantHoisting.h 1405include/llvm/Transforms/Scalar/ConstantHoisting.h
1403include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h 1406include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
1404include/llvm/Transforms/Scalar/DCE.h 1407include/llvm/Transforms/Scalar/DCE.h
1405include/llvm/Transforms/Scalar/DeadStoreElimination.h 1408include/llvm/Transforms/Scalar/DeadStoreElimination.h
1406include/llvm/Transforms/Scalar/DivRemPairs.h 1409include/llvm/Transforms/Scalar/DivRemPairs.h
1407include/llvm/Transforms/Scalar/EarlyCSE.h 1410include/llvm/Transforms/Scalar/EarlyCSE.h
1408include/llvm/Transforms/Scalar/Float2Int.h 1411include/llvm/Transforms/Scalar/Float2Int.h
1409include/llvm/Transforms/Scalar/GVN.h 1412include/llvm/Transforms/Scalar/GVN.h
1410include/llvm/Transforms/Scalar/GVNExpression.h 1413include/llvm/Transforms/Scalar/GVNExpression.h
1411include/llvm/Transforms/Scalar/GuardWidening.h 1414include/llvm/Transforms/Scalar/GuardWidening.h
1412include/llvm/Transforms/Scalar/IVUsersPrinter.h 1415include/llvm/Transforms/Scalar/IVUsersPrinter.h
1413include/llvm/Transforms/Scalar/IndVarSimplify.h 1416include/llvm/Transforms/Scalar/IndVarSimplify.h
1414include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h 1417include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
1415include/llvm/Transforms/Scalar/InstSimplifyPass.h 1418include/llvm/Transforms/Scalar/InstSimplifyPass.h
1416include/llvm/Transforms/Scalar/JumpThreading.h 1419include/llvm/Transforms/Scalar/JumpThreading.h
1417include/llvm/Transforms/Scalar/LICM.h 1420include/llvm/Transforms/Scalar/LICM.h
1418include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h 1421include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
1419include/llvm/Transforms/Scalar/LoopDataPrefetch.h 1422include/llvm/Transforms/Scalar/LoopDataPrefetch.h
1420include/llvm/Transforms/Scalar/LoopDeletion.h 1423include/llvm/Transforms/Scalar/LoopDeletion.h
1421include/llvm/Transforms/Scalar/LoopDistribute.h 1424include/llvm/Transforms/Scalar/LoopDistribute.h
1422include/llvm/Transforms/Scalar/LoopFuse.h 1425include/llvm/Transforms/Scalar/LoopFuse.h
1423include/llvm/Transforms/Scalar/LoopIdiomRecognize.h 1426include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
1424include/llvm/Transforms/Scalar/LoopInstSimplify.h 1427include/llvm/Transforms/Scalar/LoopInstSimplify.h
1425include/llvm/Transforms/Scalar/LoopLoadElimination.h 1428include/llvm/Transforms/Scalar/LoopLoadElimination.h
1426include/llvm/Transforms/Scalar/LoopPassManager.h 1429include/llvm/Transforms/Scalar/LoopPassManager.h
1427include/llvm/Transforms/Scalar/LoopPredication.h 1430include/llvm/Transforms/Scalar/LoopPredication.h
1428include/llvm/Transforms/Scalar/LoopRotation.h 1431include/llvm/Transforms/Scalar/LoopRotation.h
1429include/llvm/Transforms/Scalar/LoopSimplifyCFG.h 1432include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
1430include/llvm/Transforms/Scalar/LoopSink.h 1433include/llvm/Transforms/Scalar/LoopSink.h
1431include/llvm/Transforms/Scalar/LoopStrengthReduce.h 1434include/llvm/Transforms/Scalar/LoopStrengthReduce.h
1432include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h 1435include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
1433include/llvm/Transforms/Scalar/LoopUnrollPass.h 1436include/llvm/Transforms/Scalar/LoopUnrollPass.h
1434include/llvm/Transforms/Scalar/LowerAtomic.h 1437include/llvm/Transforms/Scalar/LowerAtomic.h
1435include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h 1438include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h
1436include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h 1439include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
1437include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h 1440include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
1438include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h 1441include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
1439include/llvm/Transforms/Scalar/LowerWidenableCondition.h 1442include/llvm/Transforms/Scalar/LowerWidenableCondition.h
1440include/llvm/Transforms/Scalar/MakeGuardsExplicit.h 1443include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
1441include/llvm/Transforms/Scalar/MemCpyOptimizer.h 1444include/llvm/Transforms/Scalar/MemCpyOptimizer.h
1442include/llvm/Transforms/Scalar/MergeICmps.h 1445include/llvm/Transforms/Scalar/MergeICmps.h
1443include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h 1446include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
1444include/llvm/Transforms/Scalar/NaryReassociate.h 1447include/llvm/Transforms/Scalar/NaryReassociate.h
1445include/llvm/Transforms/Scalar/NewGVN.h 1448include/llvm/Transforms/Scalar/NewGVN.h
1446include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h 1449include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
1447include/llvm/Transforms/Scalar/Reassociate.h 1450include/llvm/Transforms/Scalar/Reassociate.h
1448include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h 1451include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
1449include/llvm/Transforms/Scalar/SCCP.h 1452include/llvm/Transforms/Scalar/SCCP.h
1450include/llvm/Transforms/Scalar/SROA.h 1453include/llvm/Transforms/Scalar/SROA.h
1451include/llvm/Transforms/Scalar/Scalarizer.h 1454include/llvm/Transforms/Scalar/Scalarizer.h
1452include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h 1455include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
1453include/llvm/Transforms/Scalar/SimplifyCFG.h 1456include/llvm/Transforms/Scalar/SimplifyCFG.h
1454include/llvm/Transforms/Scalar/Sink.h 1457include/llvm/Transforms/Scalar/Sink.h
1455include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h 1458include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
1456include/llvm/Transforms/Scalar/SpeculativeExecution.h 1459include/llvm/Transforms/Scalar/SpeculativeExecution.h
1457include/llvm/Transforms/Scalar/TailRecursionElimination.h 1460include/llvm/Transforms/Scalar/TailRecursionElimination.h
1458include/llvm/Transforms/Scalar/WarnMissedTransforms.h 1461include/llvm/Transforms/Scalar/WarnMissedTransforms.h
1459include/llvm/Transforms/Utils.h 1462include/llvm/Transforms/Utils.h
1460include/llvm/Transforms/Utils/ASanStackFrameLayout.h 1463include/llvm/Transforms/Utils/ASanStackFrameLayout.h
1461include/llvm/Transforms/Utils/AddDiscriminators.h 1464include/llvm/Transforms/Utils/AddDiscriminators.h
1462include/llvm/Transforms/Utils/BasicBlockUtils.h 1465include/llvm/Transforms/Utils/BasicBlockUtils.h
1463include/llvm/Transforms/Utils/BreakCriticalEdges.h 1466include/llvm/Transforms/Utils/BreakCriticalEdges.h
1464include/llvm/Transforms/Utils/BuildLibCalls.h 1467include/llvm/Transforms/Utils/BuildLibCalls.h
1465include/llvm/Transforms/Utils/BypassSlowDivision.h 1468include/llvm/Transforms/Utils/BypassSlowDivision.h
1466include/llvm/Transforms/Utils/CallPromotionUtils.h 1469include/llvm/Transforms/Utils/CallPromotionUtils.h
1467include/llvm/Transforms/Utils/CanonicalizeAliases.h 1470include/llvm/Transforms/Utils/CanonicalizeAliases.h
1468include/llvm/Transforms/Utils/Cloning.h 1471include/llvm/Transforms/Utils/Cloning.h
1469include/llvm/Transforms/Utils/CodeExtractor.h 1472include/llvm/Transforms/Utils/CodeExtractor.h
1470include/llvm/Transforms/Utils/CodeMoverUtils.h 1473include/llvm/Transforms/Utils/CodeMoverUtils.h
1471include/llvm/Transforms/Utils/CtorUtils.h 1474include/llvm/Transforms/Utils/CtorUtils.h
1472include/llvm/Transforms/Utils/Debugify.h 1475include/llvm/Transforms/Utils/Debugify.h
1473include/llvm/Transforms/Utils/EntryExitInstrumenter.h 1476include/llvm/Transforms/Utils/EntryExitInstrumenter.h
1474include/llvm/Transforms/Utils/EscapeEnumerator.h 1477include/llvm/Transforms/Utils/EscapeEnumerator.h
1475include/llvm/Transforms/Utils/Evaluator.h 1478include/llvm/Transforms/Utils/Evaluator.h
1476include/llvm/Transforms/Utils/FunctionComparator.h 1479include/llvm/Transforms/Utils/FunctionComparator.h
1477include/llvm/Transforms/Utils/FunctionImportUtils.h 1480include/llvm/Transforms/Utils/FunctionImportUtils.h
1478include/llvm/Transforms/Utils/GlobalStatus.h 1481include/llvm/Transforms/Utils/GlobalStatus.h
1479include/llvm/Transforms/Utils/GuardUtils.h 1482include/llvm/Transforms/Utils/GuardUtils.h
1480include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h 1483include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
1481include/llvm/Transforms/Utils/InjectTLIMappings.h 1484include/llvm/Transforms/Utils/InjectTLIMappings.h
1482include/llvm/Transforms/Utils/IntegerDivision.h 1485include/llvm/Transforms/Utils/IntegerDivision.h
1483include/llvm/Transforms/Utils/LCSSA.h 1486include/llvm/Transforms/Utils/LCSSA.h
1484include/llvm/Transforms/Utils/LibCallsShrinkWrap.h 1487include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
1485include/llvm/Transforms/Utils/Local.h 1488include/llvm/Transforms/Utils/Local.h
1486include/llvm/Transforms/Utils/LoopRotationUtils.h 1489include/llvm/Transforms/Utils/LoopRotationUtils.h
1487include/llvm/Transforms/Utils/LoopSimplify.h 1490include/llvm/Transforms/Utils/LoopSimplify.h
1488include/llvm/Transforms/Utils/LoopUtils.h 1491include/llvm/Transforms/Utils/LoopUtils.h
1489include/llvm/Transforms/Utils/LoopVersioning.h 1492include/llvm/Transforms/Utils/LoopVersioning.h
1490include/llvm/Transforms/Utils/LowerInvoke.h 1493include/llvm/Transforms/Utils/LowerInvoke.h
1491include/llvm/Transforms/Utils/LowerMemIntrinsics.h 1494include/llvm/Transforms/Utils/LowerMemIntrinsics.h
1492include/llvm/Transforms/Utils/Mem2Reg.h 1495include/llvm/Transforms/Utils/Mem2Reg.h
1493include/llvm/Transforms/Utils/MisExpect.h 1496include/llvm/Transforms/Utils/MisExpect.h
1494include/llvm/Transforms/Utils/ModuleUtils.h 1497include/llvm/Transforms/Utils/ModuleUtils.h
1495include/llvm/Transforms/Utils/NameAnonGlobals.h 1498include/llvm/Transforms/Utils/NameAnonGlobals.h
1496include/llvm/Transforms/Utils/PredicateInfo.h 1499include/llvm/Transforms/Utils/PredicateInfo.h
1497include/llvm/Transforms/Utils/PromoteMemToReg.h 1500include/llvm/Transforms/Utils/PromoteMemToReg.h
1498include/llvm/Transforms/Utils/SSAUpdater.h 1501include/llvm/Transforms/Utils/SSAUpdater.h
1499include/llvm/Transforms/Utils/SSAUpdaterBulk.h 1502include/llvm/Transforms/Utils/SSAUpdaterBulk.h
1500include/llvm/Transforms/Utils/SSAUpdaterImpl.h 1503include/llvm/Transforms/Utils/SSAUpdaterImpl.h
1501include/llvm/Transforms/Utils/SanitizerStats.h 1504include/llvm/Transforms/Utils/SanitizerStats.h
1502include/llvm/Transforms/Utils/SimplifyIndVar.h 1505include/llvm/Transforms/Utils/SimplifyIndVar.h
1503include/llvm/Transforms/Utils/SimplifyLibCalls.h 1506include/llvm/Transforms/Utils/SimplifyLibCalls.h
1504include/llvm/Transforms/Utils/SizeOpts.h 1507include/llvm/Transforms/Utils/SizeOpts.h
1505include/llvm/Transforms/Utils/SplitModule.h 1508include/llvm/Transforms/Utils/SplitModule.h
1506include/llvm/Transforms/Utils/SymbolRewriter.h 1509include/llvm/Transforms/Utils/SymbolRewriter.h
1507include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h 1510include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
1508include/llvm/Transforms/Utils/UnrollLoop.h 1511include/llvm/Transforms/Utils/UnrollLoop.h
1509include/llvm/Transforms/Utils/VNCoercion.h 1512include/llvm/Transforms/Utils/VNCoercion.h
1510include/llvm/Transforms/Utils/ValueMapper.h 1513include/llvm/Transforms/Utils/ValueMapper.h
1511include/llvm/Transforms/Vectorize.h 1514include/llvm/Transforms/Vectorize.h
1512include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h 1515include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
1513include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h 1516include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
1514include/llvm/Transforms/Vectorize/LoopVectorize.h 1517include/llvm/Transforms/Vectorize/LoopVectorize.h
1515include/llvm/Transforms/Vectorize/SLPVectorizer.h 1518include/llvm/Transforms/Vectorize/SLPVectorizer.h
1516include/llvm/WindowsManifest/WindowsManifestMerger.h 1519include/llvm/WindowsManifest/WindowsManifestMerger.h
1517include/llvm/WindowsResource/ResourceProcessor.h 1520include/llvm/WindowsResource/ResourceProcessor.h
1518include/llvm/WindowsResource/ResourceScriptToken.h 1521include/llvm/WindowsResource/ResourceScriptToken.h
1519include/llvm/WindowsResource/ResourceScriptTokenList.h 1522include/llvm/WindowsResource/ResourceScriptTokenList.h
1520include/llvm/XRay/BlockIndexer.h 1523include/llvm/XRay/BlockIndexer.h
1521include/llvm/XRay/BlockPrinter.h 1524include/llvm/XRay/BlockPrinter.h
1522include/llvm/XRay/BlockVerifier.h 1525include/llvm/XRay/BlockVerifier.h
1523include/llvm/XRay/FDRLogBuilder.h 1526include/llvm/XRay/FDRLogBuilder.h
1524include/llvm/XRay/FDRRecordConsumer.h 1527include/llvm/XRay/FDRRecordConsumer.h
1525include/llvm/XRay/FDRRecordProducer.h 1528include/llvm/XRay/FDRRecordProducer.h
1526include/llvm/XRay/FDRRecords.h 1529include/llvm/XRay/FDRRecords.h
1527include/llvm/XRay/FDRTraceExpander.h 1530include/llvm/XRay/FDRTraceExpander.h
1528include/llvm/XRay/FDRTraceWriter.h 1531include/llvm/XRay/FDRTraceWriter.h
1529include/llvm/XRay/FileHeaderReader.h 1532include/llvm/XRay/FileHeaderReader.h
1530include/llvm/XRay/Graph.h 1533include/llvm/XRay/Graph.h
1531include/llvm/XRay/InstrumentationMap.h 1534include/llvm/XRay/InstrumentationMap.h
1532include/llvm/XRay/Profile.h 1535include/llvm/XRay/Profile.h
1533include/llvm/XRay/RecordPrinter.h 1536include/llvm/XRay/RecordPrinter.h
1534include/llvm/XRay/Trace.h 1537include/llvm/XRay/Trace.h
1535include/llvm/XRay/XRayRecord.h 1538include/llvm/XRay/XRayRecord.h
1536include/llvm/XRay/YAMLXRayRecord.h 1539include/llvm/XRay/YAMLXRayRecord.h
1537lib/cmake/llvm/AddLLVM.cmake 1540lib/cmake/llvm/AddLLVM.cmake
1538lib/cmake/llvm/AddLLVMDefinitions.cmake 1541lib/cmake/llvm/AddLLVMDefinitions.cmake
1539lib/cmake/llvm/AddOCaml.cmake 1542lib/cmake/llvm/AddOCaml.cmake
1540lib/cmake/llvm/AddSphinxTarget.cmake 1543lib/cmake/llvm/AddSphinxTarget.cmake
1541lib/cmake/llvm/CheckAtomic.cmake 1544lib/cmake/llvm/CheckAtomic.cmake
1542lib/cmake/llvm/CheckCompilerVersion.cmake 1545lib/cmake/llvm/CheckCompilerVersion.cmake
1543lib/cmake/llvm/CheckLinkerFlag.cmake 1546lib/cmake/llvm/CheckLinkerFlag.cmake
1544lib/cmake/llvm/ChooseMSVCCRT.cmake 1547lib/cmake/llvm/ChooseMSVCCRT.cmake
1545lib/cmake/llvm/CrossCompile.cmake 1548lib/cmake/llvm/CrossCompile.cmake
1546lib/cmake/llvm/DetermineGCCCompatible.cmake 1549lib/cmake/llvm/DetermineGCCCompatible.cmake
1547lib/cmake/llvm/FindLibpfm.cmake 1550lib/cmake/llvm/FindLibpfm.cmake
1548lib/cmake/llvm/FindOCaml.cmake 1551lib/cmake/llvm/FindOCaml.cmake
1549lib/cmake/llvm/FindSphinx.cmake 1552lib/cmake/llvm/FindSphinx.cmake
1550lib/cmake/llvm/FindZ3.cmake 1553lib/cmake/llvm/FindZ3.cmake
1551lib/cmake/llvm/GenerateVersionFromVCS.cmake 1554lib/cmake/llvm/GenerateVersionFromVCS.cmake
1552lib/cmake/llvm/HandleLLVMOptions.cmake 1555lib/cmake/llvm/HandleLLVMOptions.cmake
1553lib/cmake/llvm/HandleLLVMStdlib.cmake 1556lib/cmake/llvm/HandleLLVMStdlib.cmake
1554lib/cmake/llvm/LLVM-Config.cmake 1557lib/cmake/llvm/LLVM-Config.cmake
1555lib/cmake/llvm/LLVMConfig.cmake 1558lib/cmake/llvm/LLVMConfig.cmake
 1559lib/cmake/llvm/LLVMConfigExtensions.cmake
1556lib/cmake/llvm/LLVMConfigVersion.cmake 1560lib/cmake/llvm/LLVMConfigVersion.cmake
1557lib/cmake/llvm/LLVMDistributionSupport.cmake 1561lib/cmake/llvm/LLVMDistributionSupport.cmake
1558lib/cmake/llvm/LLVMExports-release.cmake 1562lib/cmake/llvm/LLVMExports-release.cmake
1559lib/cmake/llvm/LLVMExports.cmake 1563lib/cmake/llvm/LLVMExports.cmake
1560lib/cmake/llvm/LLVMExternalProjectUtils.cmake 1564lib/cmake/llvm/LLVMExternalProjectUtils.cmake
1561lib/cmake/llvm/LLVMInstallSymlink.cmake 1565lib/cmake/llvm/LLVMInstallSymlink.cmake
1562lib/cmake/llvm/LLVMProcessSources.cmake 1566lib/cmake/llvm/LLVMProcessSources.cmake
1563lib/cmake/llvm/TableGen.cmake 1567lib/cmake/llvm/TableGen.cmake
1564lib/cmake/llvm/UseLibtool.cmake 1568lib/cmake/llvm/UseLibtool.cmake
1565lib/cmake/llvm/VersionFromVCS.cmake 1569lib/cmake/llvm/VersionFromVCS.cmake
1566lib/libLLVM-10.0.0.${SOEXT} 1570lib/libLLVM-10.0.1.${SOEXT}
1567lib/libLLVM-10.so 1571lib/libLLVM-10.so
1568lib/libLLVM.${SOEXT} 1572lib/libLLVM.${SOEXT}
1569${PLIST.AArch64}lib/libLLVMAArch64AsmParser.a 1573${PLIST.AArch64}lib/libLLVMAArch64AsmParser.a
1570${PLIST.AArch64}lib/libLLVMAArch64CodeGen.a 1574${PLIST.AArch64}lib/libLLVMAArch64CodeGen.a
1571${PLIST.AArch64}lib/libLLVMAArch64Desc.a 1575${PLIST.AArch64}lib/libLLVMAArch64Desc.a
1572${PLIST.AArch64}lib/libLLVMAArch64Disassembler.a 1576${PLIST.AArch64}lib/libLLVMAArch64Disassembler.a
1573${PLIST.AArch64}lib/libLLVMAArch64Info.a 1577${PLIST.AArch64}lib/libLLVMAArch64Info.a
1574${PLIST.AArch64}lib/libLLVMAArch64Utils.a 1578${PLIST.AArch64}lib/libLLVMAArch64Utils.a
1575${PLIST.AMDGPU}lib/libLLVMAMDGPUAsmParser.a 1579${PLIST.AMDGPU}lib/libLLVMAMDGPUAsmParser.a
1576${PLIST.AMDGPU}lib/libLLVMAMDGPUCodeGen.a 1580${PLIST.AMDGPU}lib/libLLVMAMDGPUCodeGen.a
1577${PLIST.AMDGPU}lib/libLLVMAMDGPUDesc.a 1581${PLIST.AMDGPU}lib/libLLVMAMDGPUDesc.a
1578${PLIST.AMDGPU}lib/libLLVMAMDGPUDisassembler.a 1582${PLIST.AMDGPU}lib/libLLVMAMDGPUDisassembler.a
1579${PLIST.AMDGPU}lib/libLLVMAMDGPUInfo.a 1583${PLIST.AMDGPU}lib/libLLVMAMDGPUInfo.a
1580${PLIST.AMDGPU}lib/libLLVMAMDGPUUtils.a 1584${PLIST.AMDGPU}lib/libLLVMAMDGPUUtils.a
1581${PLIST.ARM}lib/libLLVMARMAsmParser.a 1585${PLIST.ARM}lib/libLLVMARMAsmParser.a
1582${PLIST.ARM}lib/libLLVMARMCodeGen.a 1586${PLIST.ARM}lib/libLLVMARMCodeGen.a
1583${PLIST.ARM}lib/libLLVMARMDesc.a 1587${PLIST.ARM}lib/libLLVMARMDesc.a
1584${PLIST.ARM}lib/libLLVMARMDisassembler.a 1588${PLIST.ARM}lib/libLLVMARMDisassembler.a
1585${PLIST.ARM}lib/libLLVMARMInfo.a 1589${PLIST.ARM}lib/libLLVMARMInfo.a
1586${PLIST.ARM}lib/libLLVMARMUtils.a 1590${PLIST.ARM}lib/libLLVMARMUtils.a
1587lib/libLLVMAggressiveInstCombine.a 1591lib/libLLVMAggressiveInstCombine.a
1588lib/libLLVMAnalysis.a 1592lib/libLLVMAnalysis.a
1589lib/libLLVMAsmParser.a 1593lib/libLLVMAsmParser.a
1590lib/libLLVMAsmPrinter.a 1594lib/libLLVMAsmPrinter.a
1591${PLIST.BPF}lib/libLLVMBPFAsmParser.a 1595${PLIST.BPF}lib/libLLVMBPFAsmParser.a
1592${PLIST.BPF}lib/libLLVMBPFCodeGen.a 1596${PLIST.BPF}lib/libLLVMBPFCodeGen.a
1593${PLIST.BPF}lib/libLLVMBPFDesc.a 1597${PLIST.BPF}lib/libLLVMBPFDesc.a
1594${PLIST.BPF}lib/libLLVMBPFDisassembler.a 1598${PLIST.BPF}lib/libLLVMBPFDisassembler.a
1595${PLIST.BPF}lib/libLLVMBPFInfo.a 1599${PLIST.BPF}lib/libLLVMBPFInfo.a
1596lib/libLLVMBinaryFormat.a 1600lib/libLLVMBinaryFormat.a
1597lib/libLLVMBitReader.a 1601lib/libLLVMBitReader.a
1598lib/libLLVMBitWriter.a 1602lib/libLLVMBitWriter.a
1599lib/libLLVMBitstreamReader.a 1603lib/libLLVMBitstreamReader.a
1600lib/libLLVMCFGuard.a 1604lib/libLLVMCFGuard.a
1601lib/libLLVMCodeGen.a 1605lib/libLLVMCodeGen.a
1602lib/libLLVMCore.a 1606lib/libLLVMCore.a
1603lib/libLLVMCoroutines.a 1607lib/libLLVMCoroutines.a
1604lib/libLLVMCoverage.a 1608lib/libLLVMCoverage.a
1605lib/libLLVMDWARFLinker.a 1609lib/libLLVMDWARFLinker.a
1606lib/libLLVMDebugInfoCodeView.a 1610lib/libLLVMDebugInfoCodeView.a
1607lib/libLLVMDebugInfoDWARF.a 1611lib/libLLVMDebugInfoDWARF.a
1608lib/libLLVMDebugInfoGSYM.a 1612lib/libLLVMDebugInfoGSYM.a
1609lib/libLLVMDebugInfoMSF.a 1613lib/libLLVMDebugInfoMSF.a
1610lib/libLLVMDebugInfoPDB.a 1614lib/libLLVMDebugInfoPDB.a
1611lib/libLLVMDemangle.a 1615lib/libLLVMDemangle.a
1612lib/libLLVMDlltoolDriver.a 1616lib/libLLVMDlltoolDriver.a
1613lib/libLLVMExecutionEngine.a 1617lib/libLLVMExecutionEngine.a
 1618lib/libLLVMExtensions.a
1614lib/libLLVMFrontendOpenMP.a 1619lib/libLLVMFrontendOpenMP.a
1615lib/libLLVMFuzzMutate.a 1620lib/libLLVMFuzzMutate.a
1616lib/libLLVMGlobalISel.a 1621lib/libLLVMGlobalISel.a
1617${PLIST.Hexagon}lib/libLLVMHexagonAsmParser.a 1622${PLIST.Hexagon}lib/libLLVMHexagonAsmParser.a
1618${PLIST.Hexagon}lib/libLLVMHexagonCodeGen.a 1623${PLIST.Hexagon}lib/libLLVMHexagonCodeGen.a
1619${PLIST.Hexagon}lib/libLLVMHexagonDesc.a 1624${PLIST.Hexagon}lib/libLLVMHexagonDesc.a
1620${PLIST.Hexagon}lib/libLLVMHexagonDisassembler.a 1625${PLIST.Hexagon}lib/libLLVMHexagonDisassembler.a
1621${PLIST.Hexagon}lib/libLLVMHexagonInfo.a 1626${PLIST.Hexagon}lib/libLLVMHexagonInfo.a
1622lib/libLLVMIRReader.a 1627lib/libLLVMIRReader.a
1623lib/libLLVMInstCombine.a 1628lib/libLLVMInstCombine.a
1624lib/libLLVMInstrumentation.a 1629lib/libLLVMInstrumentation.a
1625lib/libLLVMInterpreter.a 1630lib/libLLVMInterpreter.a
1626lib/libLLVMJITLink.a 1631lib/libLLVMJITLink.a
1627lib/libLLVMLTO.a 1632lib/libLLVMLTO.a
1628${PLIST.Lanai}lib/libLLVMLanaiAsmParser.a 1633${PLIST.Lanai}lib/libLLVMLanaiAsmParser.a
1629${PLIST.Lanai}lib/libLLVMLanaiCodeGen.a 1634${PLIST.Lanai}lib/libLLVMLanaiCodeGen.a
1630${PLIST.Lanai}lib/libLLVMLanaiDesc.a 1635${PLIST.Lanai}lib/libLLVMLanaiDesc.a
1631${PLIST.Lanai}lib/libLLVMLanaiDisassembler.a 1636${PLIST.Lanai}lib/libLLVMLanaiDisassembler.a
1632${PLIST.Lanai}lib/libLLVMLanaiInfo.a 1637${PLIST.Lanai}lib/libLLVMLanaiInfo.a
1633lib/libLLVMLibDriver.a 1638lib/libLLVMLibDriver.a
1634lib/libLLVMLineEditor.a 1639lib/libLLVMLineEditor.a
1635lib/libLLVMLinker.a 1640lib/libLLVMLinker.a
1636lib/libLLVMMC.a 1641lib/libLLVMMC.a
1637lib/libLLVMMCA.a 1642lib/libLLVMMCA.a
1638lib/libLLVMMCDisassembler.a 1643lib/libLLVMMCDisassembler.a
1639lib/libLLVMMCJIT.a 1644lib/libLLVMMCJIT.a
1640lib/libLLVMMCParser.a 1645lib/libLLVMMCParser.a
1641lib/libLLVMMIRParser.a 1646lib/libLLVMMIRParser.a
1642${PLIST.MSP430}lib/libLLVMMSP430AsmParser.a 1647${PLIST.MSP430}lib/libLLVMMSP430AsmParser.a
1643${PLIST.MSP430}lib/libLLVMMSP430CodeGen.a 1648${PLIST.MSP430}lib/libLLVMMSP430CodeGen.a
1644${PLIST.MSP430}lib/libLLVMMSP430Desc.a 1649${PLIST.MSP430}lib/libLLVMMSP430Desc.a
1645${PLIST.MSP430}lib/libLLVMMSP430Disassembler.a 1650${PLIST.MSP430}lib/libLLVMMSP430Disassembler.a
1646${PLIST.MSP430}lib/libLLVMMSP430Info.a 1651${PLIST.MSP430}lib/libLLVMMSP430Info.a
1647${PLIST.Mips}lib/libLLVMMipsAsmParser.a 1652${PLIST.Mips}lib/libLLVMMipsAsmParser.a
1648${PLIST.Mips}lib/libLLVMMipsCodeGen.a 1653${PLIST.Mips}lib/libLLVMMipsCodeGen.a
1649${PLIST.Mips}lib/libLLVMMipsDesc.a 1654${PLIST.Mips}lib/libLLVMMipsDesc.a
1650${PLIST.Mips}lib/libLLVMMipsDisassembler.a 1655${PLIST.Mips}lib/libLLVMMipsDisassembler.a
1651${PLIST.Mips}lib/libLLVMMipsInfo.a 1656${PLIST.Mips}lib/libLLVMMipsInfo.a
1652${PLIST.NVPTX}lib/libLLVMNVPTXCodeGen.a 1657${PLIST.NVPTX}lib/libLLVMNVPTXCodeGen.a
1653${PLIST.NVPTX}lib/libLLVMNVPTXDesc.a 1658${PLIST.NVPTX}lib/libLLVMNVPTXDesc.a
1654${PLIST.NVPTX}lib/libLLVMNVPTXInfo.a 1659${PLIST.NVPTX}lib/libLLVMNVPTXInfo.a
1655lib/libLLVMObjCARCOpts.a 1660lib/libLLVMObjCARCOpts.a
1656lib/libLLVMObject.a 1661lib/libLLVMObject.a
1657lib/libLLVMObjectYAML.a 1662lib/libLLVMObjectYAML.a
1658lib/libLLVMOption.a 1663lib/libLLVMOption.a
1659lib/libLLVMOrcError.a 1664lib/libLLVMOrcError.a
1660lib/libLLVMOrcJIT.a 1665lib/libLLVMOrcJIT.a
1661lib/libLLVMPasses.a 1666lib/libLLVMPasses.a
1662${PLIST.PowerPC}lib/libLLVMPowerPCAsmParser.a 1667${PLIST.PowerPC}lib/libLLVMPowerPCAsmParser.a
1663${PLIST.PowerPC}lib/libLLVMPowerPCCodeGen.a 1668${PLIST.PowerPC}lib/libLLVMPowerPCCodeGen.a
1664${PLIST.PowerPC}lib/libLLVMPowerPCDesc.a 1669${PLIST.PowerPC}lib/libLLVMPowerPCDesc.a
1665${PLIST.PowerPC}lib/libLLVMPowerPCDisassembler.a 1670${PLIST.PowerPC}lib/libLLVMPowerPCDisassembler.a
1666${PLIST.PowerPC}lib/libLLVMPowerPCInfo.a 1671${PLIST.PowerPC}lib/libLLVMPowerPCInfo.a
1667lib/libLLVMProfileData.a 1672lib/libLLVMProfileData.a
1668${PLIST.RISCV}lib/libLLVMRISCVAsmParser.a 1673${PLIST.RISCV}lib/libLLVMRISCVAsmParser.a
1669${PLIST.RISCV}lib/libLLVMRISCVCodeGen.a 1674${PLIST.RISCV}lib/libLLVMRISCVCodeGen.a
1670${PLIST.RISCV}lib/libLLVMRISCVDesc.a 1675${PLIST.RISCV}lib/libLLVMRISCVDesc.a
1671${PLIST.RISCV}lib/libLLVMRISCVDisassembler.a 1676${PLIST.RISCV}lib/libLLVMRISCVDisassembler.a
1672${PLIST.RISCV}lib/libLLVMRISCVInfo.a 1677${PLIST.RISCV}lib/libLLVMRISCVInfo.a
1673${PLIST.RISCV}lib/libLLVMRISCVUtils.a 1678${PLIST.RISCV}lib/libLLVMRISCVUtils.a
1674lib/libLLVMRemarks.a 1679lib/libLLVMRemarks.a
1675lib/libLLVMRuntimeDyld.a 1680lib/libLLVMRuntimeDyld.a
1676lib/libLLVMScalarOpts.a 1681lib/libLLVMScalarOpts.a
1677lib/libLLVMSelectionDAG.a 1682lib/libLLVMSelectionDAG.a
1678${PLIST.Sparc}lib/libLLVMSparcAsmParser.a 1683${PLIST.Sparc}lib/libLLVMSparcAsmParser.a
1679${PLIST.Sparc}lib/libLLVMSparcCodeGen.a 1684${PLIST.Sparc}lib/libLLVMSparcCodeGen.a
1680${PLIST.Sparc}lib/libLLVMSparcDesc.a 1685${PLIST.Sparc}lib/libLLVMSparcDesc.a
1681${PLIST.Sparc}lib/libLLVMSparcDisassembler.a 1686${PLIST.Sparc}lib/libLLVMSparcDisassembler.a
1682${PLIST.Sparc}lib/libLLVMSparcInfo.a 1687${PLIST.Sparc}lib/libLLVMSparcInfo.a
1683lib/libLLVMSupport.a 1688lib/libLLVMSupport.a
1684lib/libLLVMSymbolize.a 1689lib/libLLVMSymbolize.a
1685${PLIST.SystemZ}lib/libLLVMSystemZAsmParser.a 1690${PLIST.SystemZ}lib/libLLVMSystemZAsmParser.a
1686${PLIST.SystemZ}lib/libLLVMSystemZCodeGen.a 1691${PLIST.SystemZ}lib/libLLVMSystemZCodeGen.a
1687${PLIST.SystemZ}lib/libLLVMSystemZDesc.a 1692${PLIST.SystemZ}lib/libLLVMSystemZDesc.a
1688${PLIST.SystemZ}lib/libLLVMSystemZDisassembler.a 1693${PLIST.SystemZ}lib/libLLVMSystemZDisassembler.a
1689${PLIST.SystemZ}lib/libLLVMSystemZInfo.a 1694${PLIST.SystemZ}lib/libLLVMSystemZInfo.a
1690lib/libLLVMTableGen.a 1695lib/libLLVMTableGen.a
1691lib/libLLVMTarget.a 1696lib/libLLVMTarget.a
1692lib/libLLVMTextAPI.a 1697lib/libLLVMTextAPI.a
1693lib/libLLVMTransformUtils.a 1698lib/libLLVMTransformUtils.a
1694lib/libLLVMVectorize.a 1699lib/libLLVMVectorize.a
1695${PLIST.WebAssembly}lib/libLLVMWebAssemblyAsmParser.a 1700${PLIST.WebAssembly}lib/libLLVMWebAssemblyAsmParser.a
1696${PLIST.WebAssembly}lib/libLLVMWebAssemblyCodeGen.a 1701${PLIST.WebAssembly}lib/libLLVMWebAssemblyCodeGen.a
1697${PLIST.WebAssembly}lib/libLLVMWebAssemblyDesc.a 1702${PLIST.WebAssembly}lib/libLLVMWebAssemblyDesc.a
1698${PLIST.WebAssembly}lib/libLLVMWebAssemblyDisassembler.a 1703${PLIST.WebAssembly}lib/libLLVMWebAssemblyDisassembler.a
1699${PLIST.WebAssembly}lib/libLLVMWebAssemblyInfo.a 1704${PLIST.WebAssembly}lib/libLLVMWebAssemblyInfo.a
1700lib/libLLVMWindowsManifest.a 1705lib/libLLVMWindowsManifest.a
1701${PLIST.X86}lib/libLLVMX86AsmParser.a 1706${PLIST.X86}lib/libLLVMX86AsmParser.a
1702${PLIST.X86}lib/libLLVMX86CodeGen.a 1707${PLIST.X86}lib/libLLVMX86CodeGen.a
1703${PLIST.X86}lib/libLLVMX86Desc.a 1708${PLIST.X86}lib/libLLVMX86Desc.a
1704${PLIST.X86}lib/libLLVMX86Disassembler.a 1709${PLIST.X86}lib/libLLVMX86Disassembler.a
1705${PLIST.X86}lib/libLLVMX86Info.a 1710${PLIST.X86}lib/libLLVMX86Info.a
1706${PLIST.X86}lib/libLLVMX86Utils.a 1711${PLIST.X86}lib/libLLVMX86Utils.a
1707${PLIST.XCore}lib/libLLVMXCoreCodeGen.a 1712${PLIST.XCore}lib/libLLVMXCoreCodeGen.a
1708${PLIST.XCore}lib/libLLVMXCoreDesc.a 1713${PLIST.XCore}lib/libLLVMXCoreDesc.a
1709${PLIST.XCore}lib/libLLVMXCoreDisassembler.a 1714${PLIST.XCore}lib/libLLVMXCoreDisassembler.a
1710${PLIST.XCore}lib/libLLVMXCoreInfo.a 1715${PLIST.XCore}lib/libLLVMXCoreInfo.a
1711lib/libLLVMXRay.a 1716lib/libLLVMXRay.a
1712lib/libLLVMipo.a 1717lib/libLLVMipo.a
1713lib/libLTO.${SOEXT} 1718lib/libLTO.${SOEXT}
1714${PLIST.notdylib}lib/libLTO.${SOEXT}.10 1719${PLIST.notdylib}lib/libLTO.${SOEXT}.10
1715lib/libRemarks.${SOEXT} 1720lib/libRemarks.${SOEXT}
1716${PLIST.notdylib}lib/libRemarks.${SOEXT}.10 1721${PLIST.notdylib}lib/libRemarks.${SOEXT}.10
1717share/opt-viewer/opt-diff.py 1722share/opt-viewer/opt-diff.py
1718share/opt-viewer/opt-stats.py 1723share/opt-viewer/opt-stats.py
1719share/opt-viewer/opt-viewer.py 1724share/opt-viewer/opt-viewer.py
1720share/opt-viewer/optpmap.py 1725share/opt-viewer/optpmap.py
1721share/opt-viewer/optrecord.py 1726share/opt-viewer/optrecord.py
1722share/opt-viewer/style.css 1727share/opt-viewer/style.css

cvs diff -r1.26 -r1.27 pkgsrc/lang/llvm/distinfo (switch to unified diff)

--- pkgsrc/lang/llvm/distinfo 2020/04/18 07:50:18 1.26
+++ pkgsrc/lang/llvm/distinfo 2020/07/27 11:12:48 1.27
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.26 2020/04/18 07:50:18 adam Exp $ 1$NetBSD: distinfo,v 1.27 2020/07/27 11:12:48 adam Exp $
2 2
3SHA1 (llvm-10.0.0.src.tar.xz) = 85f2d89205fb190c61c8a98dad2a58e27a1540da 3SHA1 (llvm-10.0.1.src.tar.xz) = 25d07260f3b7bf4f647e115c4a663fdeda130fbd
4RMD160 (llvm-10.0.0.src.tar.xz) = 96cdffb5006b2aaa3b16640f69d1b435cd5eea93 4RMD160 (llvm-10.0.1.src.tar.xz) = 24ace1b46825972c77484a3e31401344c59cff46
5SHA512 (llvm-10.0.0.src.tar.xz) = 7dc961aacee3a01ecc002ff2b688a2ef50661856d2abd5ecc90566ffcad7566e4976736cd339ea96592e452cd5a17aaceba9712b2effec805661cca8ff020ee7 5SHA512 (llvm-10.0.1.src.tar.xz) = cf34d037c1684d09e7e38d5fc131714eac93c78353d6186b2f806a8fb22dcae0f4748ce22d6faf178c95cfcf20bdc3fa7c5238518a154b3112781f5ab70edaa4
6Size (llvm-10.0.0.src.tar.xz) = 35733192 bytes 6Size (llvm-10.0.1.src.tar.xz) = 35270168 bytes
7SHA1 (patch-CMakeLists.txt) = 78e2dab2bf73f7e466ca2788fe6444e39b4ebd80 7SHA1 (patch-CMakeLists.txt) = 78e2dab2bf73f7e466ca2788fe6444e39b4ebd80
8SHA1 (patch-cmake_config-ix.cmake) = 61967c51d724a76867e1c59f721d1ac0e4815023 8SHA1 (patch-cmake_config-ix.cmake) = 61967c51d724a76867e1c59f721d1ac0e4815023
9SHA1 (patch-cmake_modules_AddLLVM.cmake) = 632861ed71b212568cfb2f05d5a486d052486db4 9SHA1 (patch-cmake_modules_AddLLVM.cmake) = 632861ed71b212568cfb2f05d5a486d052486db4
10SHA1 (patch-cmake_modules_CheckAtomic.cmake) = be4e6d4357ea68ca7a3ac62f7934055cea3132d0 10SHA1 (patch-cmake_modules_CheckAtomic.cmake) = be4e6d4357ea68ca7a3ac62f7934055cea3132d0
11SHA1 (patch-include_llvm-c_DataTypes.h) = 025c035e0e10871727391bd58936bd67b3e58244 11SHA1 (patch-include_llvm-c_DataTypes.h) = 025c035e0e10871727391bd58936bd67b3e58244
12SHA1 (patch-include_llvm_Analysis_ConstantFolding.h) = 56b9374da236c346565897977040255b9766cab8 12SHA1 (patch-include_llvm_Analysis_ConstantFolding.h) = 56b9374da236c346565897977040255b9766cab8
13SHA1 (patch-tools_llvm-shlib_CMakeLists.txt) = 28f417bbfa17f2e644042350da5b98c07b834968 13SHA1 (patch-tools_llvm-shlib_CMakeLists.txt) = 28f417bbfa17f2e644042350da5b98c07b834968

cvs diff -r1.3 -r1.4 pkgsrc/lang/llvm/version.mk (switch to unified diff)

--- pkgsrc/lang/llvm/version.mk 2020/07/01 14:46:36 1.3
+++ pkgsrc/lang/llvm/version.mk 2020/07/27 11:12:48 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: version.mk,v 1.3 2020/07/01 14:46:36 adam Exp $ 1# $NetBSD: version.mk,v 1.4 2020/07/27 11:12:48 adam Exp $
2# used by devel/lld 2# used by devel/lld
3# used by devel/lldb 3# used by devel/lldb
4# used by devel/polly 4# used by devel/polly
5# used by lang/clang 5# used by lang/clang
6# used by lang/clang-tools-extra 6# used by lang/clang-tools-extra
7# used by lang/compiler-rt 7# used by lang/compiler-rt
8# used by lang/libcxx 8# used by lang/libcxx
9# used by lang/libcxxabi 9# used by lang/libcxxabi
10# used by lang/libunwind 10# used by lang/libunwind
11# used by parallel/openmp 11# used by parallel/openmp
12 12
13LLVM_VERSION= 10.0.0 13LLVM_VERSION= 10.0.1
14MASTER_SITES= ${MASTER_SITE_GITHUB:=llvm/} 14MASTER_SITES= ${MASTER_SITE_GITHUB:=llvm/}
15GITHUB_PROJECT= llvm-project 15GITHUB_PROJECT= llvm-project
16GITHUB_RELEASE= llvmorg-${PKGVERSION_NOREV} 16GITHUB_RELEASE= llvmorg-${PKGVERSION_NOREV}
17EXTRACT_SUFX= .tar.xz 17EXTRACT_SUFX= .tar.xz