View | Details | Raw Unified | Return to bug 128806
Collapse All | Expand All

(-)llvm/Makefile (-19 / +21 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	llvm
8
PORTNAME=	llvm
9
PORTVERSION=	2.3
9
PORTVERSION=	2.4
10
PORTREVISION=	2
11
CATEGORIES=	devel lang
10
CATEGORIES=	devel lang
12
MASTER_SITES=	http://llvm.org/releases/${PORTVERSION}/
11
MASTER_SITES=	http://llvm.org/releases/${PORTVERSION}/
13
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
14
12
15
MAINTAINER=	brooks@FreeBSD.org
13
MAINTAINER=	brooks@FreeBSD.org
16
COMMENT=	Low Level Virtual Machine
14
COMMENT=	Low Level Virtual Machine
Lines 42-68 MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 Link Here
42
		llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-db.1 \
40
		llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-db.1 \
43
		llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
41
		llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
44
		llvm-prof.1 llvm-ranlib.1 llvmgcc.1 \
42
		llvm-prof.1 llvm-ranlib.1 llvmgcc.1 \
45
		llvmgxx.1 opt.1 stkrc.1 tblgen.1
43
		llvmgxx.1 opt.1 tblgen.1
44
45
.include <bsd.port.pre.mk>
46
47
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
48
BROKEN=		does not compile
49
.endif
46
50
47
post-patch:
51
post-patch:
48
	${REINPLACE_CMD} -e 's|\(PROJ_docsdir.*:=\).*$$|\1${DOCSDIR}|g' \
52
	${REINPLACE_CMD} -e 's,\(PROJ_docsdir.*:=\).*$$,\1${DOCSDIR},g' \
49
	    ${WRKSRC}/Makefile.config.in
53
		${WRKSRC}/Makefile.config.in
50
	${REINPLACE_CMD} -e 's|\(PROJ_mandir.*:=\).*$$|\1${MANPREFIX}/man|g' \
54
	${REINPLACE_CMD} -e 's,\(PROJ_mandir.*:=\).*$$,\1${MANPREFIX}/man,g' \
51
	    ${WRKSRC}/Makefile.config.in
55
		${WRKSRC}/Makefile.config.in
52
	${REINPLACE_CMD} -e 's|%%DOCSRCDIR%%|${DOCSRCDIR}|' \
53
	    ${WRKSRC}/Makefile
54
55
post-build:
56
	cd ${WRKSRC}/docs/CommandGuide && \
57
	    ${GMAKE} man
58
56
59
post-install:
57
post-install:
60
	cd ${WRKSRC}/docs/CommandGuide && \
61
	    ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/
62
	@${RM} ${PREFIX}/bin/.dir \
58
	@${RM} ${PREFIX}/bin/.dir \
63
	   ${PREFIX}/lib/.dir
59
	   ${PREFIX}/lib/.dir
64
60
65
regression-test: build
61
TEST_CMD=	'(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${GMAKE} check)'
66
	(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${GMAKE} check)
62
regression-test: ${BUILD_COOKIE}
63
	if [ `${ID} -u` = 0 ]; then \
64
		${CHOWN} -R nobody ${WRKSRC}/test; \
65
		su -m nobody -c ${TEST_CMD}; \
66
	else \
67
		${SH} -c ${TEST_CMD}; \
68
	fi
67
69
68
.include <bsd.port.mk>
70
.include <bsd.port.post.mk>
(-)llvm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (llvm-2.3.tar.gz) = 17254d72863b7fa005f3fb327aea3439
1
MD5 (llvm-2.4.tar.gz) = bf43eee98c364fd79c7d2b72e645a15e
2
SHA256 (llvm-2.3.tar.gz) = 8214380642684bbe49337728f40ecb945d12abcfd88c4e657c6eb38d6fbb9f93
2
SHA256 (llvm-2.4.tar.gz) = 5fc295b3cf3de019962aee3be1c5efb49d6bf5041dae59451f6c0f544eb36bdc
3
SIZE (llvm-2.3.tar.gz) = 5868865
3
SIZE (llvm-2.4.tar.gz) = 6344417
(-)llvm/pkg-plist (-155 / +196 lines)
Lines 3-9 bin/gccas Link Here
3
bin/gccld
3
bin/gccld
4
bin/llc
4
bin/llc
5
bin/lli
5
bin/lli
6
bin/llvmc2
7
bin/llvm-ar
6
bin/llvm-ar
8
bin/llvm-as
7
bin/llvm-as
9
bin/llvm-bcanalyzer
8
bin/llvm-bcanalyzer
Lines 17-22 bin/llvm-nm Link Here
17
bin/llvm-prof
16
bin/llvm-prof
18
bin/llvm-ranlib
17
bin/llvm-ranlib
19
bin/llvm-stub
18
bin/llvm-stub
19
bin/llvmc2
20
bin/opt
20
bin/opt
21
include/llvm-c/Analysis.h
21
include/llvm-c/Analysis.h
22
include/llvm-c/BitReader.h
22
include/llvm-c/BitReader.h
Lines 24-32 include/llvm-c/BitWriter.h Link Here
24
include/llvm-c/Core.h
24
include/llvm-c/Core.h
25
include/llvm-c/ExecutionEngine.h
25
include/llvm-c/ExecutionEngine.h
26
include/llvm-c/LinkTimeOptimizer.h
26
include/llvm-c/LinkTimeOptimizer.h
27
include/llvm-c/Transforms/Scalar.h
28
include/llvm-c/Target.h
29
include/llvm-c/lto.h
27
include/llvm-c/lto.h
28
include/llvm-c/Target.h
29
include/llvm-c/Transforms/Scalar.h
30
include/llvm/AbstractTypeUser.h
30
include/llvm/ADT/APFloat.h
31
include/llvm/ADT/APFloat.h
31
include/llvm/ADT/APInt.h
32
include/llvm/ADT/APInt.h
32
include/llvm/ADT/APSInt.h
33
include/llvm/ADT/APSInt.h
Lines 37-51 include/llvm/ADT/DepthFirstIterator.h Link Here
37
include/llvm/ADT/EquivalenceClasses.h
38
include/llvm/ADT/EquivalenceClasses.h
38
include/llvm/ADT/FoldingSet.h
39
include/llvm/ADT/FoldingSet.h
39
include/llvm/ADT/GraphTraits.h
40
include/llvm/ADT/GraphTraits.h
41
include/llvm/ADT/hash_map.cmake
42
include/llvm/ADT/hash_map.h
43
include/llvm/ADT/hash_set.cmake
44
include/llvm/ADT/hash_set.h
40
include/llvm/ADT/HashExtras.h
45
include/llvm/ADT/HashExtras.h
46
include/llvm/ADT/ilist_node.h
47
include/llvm/ADT/ilist.h
48
include/llvm/ADT/ImmutableList.h
41
include/llvm/ADT/ImmutableMap.h
49
include/llvm/ADT/ImmutableMap.h
42
include/llvm/ADT/ImmutableSet.h
50
include/llvm/ADT/ImmutableSet.h
43
include/llvm/ADT/IndexedMap.h
51
include/llvm/ADT/IndexedMap.h
44
include/llvm/ADT/IntrusiveRefCntPtr.h
52
include/llvm/ADT/IntrusiveRefCntPtr.h
53
include/llvm/ADT/iterator
54
include/llvm/ADT/iterator.cmake
55
include/llvm/ADT/iterator.h
45
include/llvm/ADT/OwningPtr.h
56
include/llvm/ADT/OwningPtr.h
46
include/llvm/ADT/PostOrderIterator.h
57
include/llvm/ADT/PostOrderIterator.h
58
include/llvm/ADT/PriorityQueue.h
47
include/llvm/ADT/SCCIterator.h
59
include/llvm/ADT/SCCIterator.h
48
include/llvm/ADT/STLExtras.h
60
include/llvm/ADT/ScopedHashTable.h
49
include/llvm/ADT/SetOperations.h
61
include/llvm/ADT/SetOperations.h
50
include/llvm/ADT/SetVector.h
62
include/llvm/ADT/SetVector.h
51
include/llvm/ADT/SmallPtrSet.h
63
include/llvm/ADT/SmallPtrSet.h
Lines 54-74 include/llvm/ADT/SmallString.h Link Here
54
include/llvm/ADT/SmallVector.h
66
include/llvm/ADT/SmallVector.h
55
include/llvm/ADT/SparseBitVector.h
67
include/llvm/ADT/SparseBitVector.h
56
include/llvm/ADT/Statistic.h
68
include/llvm/ADT/Statistic.h
69
include/llvm/ADT/STLExtras.h
57
include/llvm/ADT/StringExtras.h
70
include/llvm/ADT/StringExtras.h
58
include/llvm/ADT/StringMap.h
71
include/llvm/ADT/StringMap.h
72
include/llvm/ADT/StringSet.h
59
include/llvm/ADT/Tree.h
73
include/llvm/ADT/Tree.h
60
include/llvm/ADT/Trie.h
74
include/llvm/ADT/Trie.h
61
include/llvm/ADT/UniqueVector.h
75
include/llvm/ADT/UniqueVector.h
62
include/llvm/ADT/VectorExtras.h
76
include/llvm/ADT/VectorExtras.h
63
include/llvm/ADT/hash_map
64
include/llvm/ADT/hash_set
65
include/llvm/ADT/ilist
66
include/llvm/ADT/iterator
67
include/llvm/AbstractTypeUser.h
68
include/llvm/Analysis/AliasAnalysis.h
77
include/llvm/Analysis/AliasAnalysis.h
69
include/llvm/Analysis/AliasSetTracker.h
78
include/llvm/Analysis/AliasSetTracker.h
70
include/llvm/Analysis/CFGPrinter.h
71
include/llvm/Analysis/CallGraph.h
79
include/llvm/Analysis/CallGraph.h
80
include/llvm/Analysis/CFGPrinter.h
72
include/llvm/Analysis/ConstantFolding.h
81
include/llvm/Analysis/ConstantFolding.h
73
include/llvm/Analysis/ConstantsScanner.h
82
include/llvm/Analysis/ConstantsScanner.h
74
include/llvm/Analysis/DominatorInternals.h
83
include/llvm/Analysis/DominatorInternals.h
Lines 77-86 include/llvm/Analysis/FindUsedTypes.h Link Here
77
include/llvm/Analysis/Interval.h
86
include/llvm/Analysis/Interval.h
78
include/llvm/Analysis/IntervalIterator.h
87
include/llvm/Analysis/IntervalIterator.h
79
include/llvm/Analysis/IntervalPartition.h
88
include/llvm/Analysis/IntervalPartition.h
89
include/llvm/Analysis/LibCallAliasAnalysis.h
80
include/llvm/Analysis/LibCallSemantics.h
90
include/llvm/Analysis/LibCallSemantics.h
81
include/llvm/Analysis/LoadValueNumbering.h
82
include/llvm/Analysis/LoopInfo.h
91
include/llvm/Analysis/LoopInfo.h
83
include/llvm/Analysis/LoopPass.h
92
include/llvm/Analysis/LoopPass.h
93
include/llvm/Analysis/LoopVR.h
84
include/llvm/Analysis/MemoryDependenceAnalysis.h
94
include/llvm/Analysis/MemoryDependenceAnalysis.h
85
include/llvm/Analysis/Passes.h
95
include/llvm/Analysis/Passes.h
86
include/llvm/Analysis/PostDominators.h
96
include/llvm/Analysis/PostDominators.h
Lines 90-103 include/llvm/Analysis/ProfileInfoTypes.h Link Here
90
include/llvm/Analysis/ScalarEvolution.h
100
include/llvm/Analysis/ScalarEvolution.h
91
include/llvm/Analysis/ScalarEvolutionExpander.h
101
include/llvm/Analysis/ScalarEvolutionExpander.h
92
include/llvm/Analysis/ScalarEvolutionExpressions.h
102
include/llvm/Analysis/ScalarEvolutionExpressions.h
103
include/llvm/Analysis/SparsePropagation.h
93
include/llvm/Analysis/Trace.h
104
include/llvm/Analysis/Trace.h
94
include/llvm/Analysis/ValueNumbering.h
105
include/llvm/Analysis/ValueTracking.h
95
include/llvm/Analysis/Verifier.h
106
include/llvm/Analysis/Verifier.h
96
include/llvm/Argument.h
107
include/llvm/Argument.h
97
include/llvm/Assembly/AsmAnnotationWriter.h
108
include/llvm/Assembly/AsmAnnotationWriter.h
98
include/llvm/Assembly/Parser.h
109
include/llvm/Assembly/Parser.h
99
include/llvm/Assembly/PrintModulePass.h
110
include/llvm/Assembly/PrintModulePass.h
100
include/llvm/Assembly/Writer.h
111
include/llvm/Assembly/Writer.h
112
include/llvm/Attributes.h
101
include/llvm/AutoUpgrade.h
113
include/llvm/AutoUpgrade.h
102
include/llvm/BasicBlock.h
114
include/llvm/BasicBlock.h
103
include/llvm/Bitcode/Archive.h
115
include/llvm/Bitcode/Archive.h
Lines 115-132 include/llvm/CallingConv.h Link Here
115
include/llvm/CodeGen/AsmPrinter.h
127
include/llvm/CodeGen/AsmPrinter.h
116
include/llvm/CodeGen/BreakCriticalMachineEdge.h
128
include/llvm/CodeGen/BreakCriticalMachineEdge.h
117
include/llvm/CodeGen/CallingConvLower.h
129
include/llvm/CodeGen/CallingConvLower.h
118
include/llvm/CodeGen/Collector.h
130
include/llvm/CodeGen/DAGISelHeader.h
119
include/llvm/CodeGen/CollectorMetadata.h
120
include/llvm/CodeGen/Collectors.h
121
include/llvm/CodeGen/DwarfWriter.h
131
include/llvm/CodeGen/DwarfWriter.h
122
include/llvm/CodeGen/ELFRelocation.h
132
include/llvm/CodeGen/ELFRelocation.h
133
include/llvm/CodeGen/FastISel.h
123
include/llvm/CodeGen/FileWriters.h
134
include/llvm/CodeGen/FileWriters.h
135
include/llvm/CodeGen/GCMetadata.h
136
include/llvm/CodeGen/GCMetadataPrinter.h
137
include/llvm/CodeGen/GCs.h
138
include/llvm/CodeGen/GCStrategy.h
124
include/llvm/CodeGen/IntrinsicLowering.h
139
include/llvm/CodeGen/IntrinsicLowering.h
140
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
125
include/llvm/CodeGen/LinkAllCodegenComponents.h
141
include/llvm/CodeGen/LinkAllCodegenComponents.h
126
include/llvm/CodeGen/LiveInterval.h
142
include/llvm/CodeGen/LiveInterval.h
127
include/llvm/CodeGen/LiveIntervalAnalysis.h
143
include/llvm/CodeGen/LiveIntervalAnalysis.h
144
include/llvm/CodeGen/LiveStackAnalysis.h
128
include/llvm/CodeGen/LiveVariables.h
145
include/llvm/CodeGen/LiveVariables.h
129
include/llvm/CodeGen/MachORelocation.h
130
include/llvm/CodeGen/MachineBasicBlock.h
146
include/llvm/CodeGen/MachineBasicBlock.h
131
include/llvm/CodeGen/MachineCodeEmitter.h
147
include/llvm/CodeGen/MachineCodeEmitter.h
132
include/llvm/CodeGen/MachineConstantPool.h
148
include/llvm/CodeGen/MachineConstantPool.h
Lines 145-157 include/llvm/CodeGen/MachineOperand.h Link Here
145
include/llvm/CodeGen/MachinePassRegistry.h
161
include/llvm/CodeGen/MachinePassRegistry.h
146
include/llvm/CodeGen/MachineRegisterInfo.h
162
include/llvm/CodeGen/MachineRegisterInfo.h
147
include/llvm/CodeGen/MachineRelocation.h
163
include/llvm/CodeGen/MachineRelocation.h
164
include/llvm/CodeGen/MachORelocation.h
148
include/llvm/CodeGen/Passes.h
165
include/llvm/CodeGen/Passes.h
149
include/llvm/CodeGen/PseudoSourceValue.h
166
include/llvm/CodeGen/PseudoSourceValue.h
150
include/llvm/CodeGen/RegAllocRegistry.h
167
include/llvm/CodeGen/RegAllocRegistry.h
151
include/llvm/CodeGen/RegisterCoalescer.h
168
include/llvm/CodeGen/RegisterCoalescer.h
152
include/llvm/CodeGen/RegisterScavenging.h
169
include/llvm/CodeGen/RegisterScavenging.h
153
include/llvm/CodeGen/RuntimeLibcalls.h
170
include/llvm/CodeGen/RuntimeLibcalls.h
154
include/llvm/CodeGen/SchedGraphCommon.h
155
include/llvm/CodeGen/ScheduleDAG.h
171
include/llvm/CodeGen/ScheduleDAG.h
156
include/llvm/CodeGen/SchedulerRegistry.h
172
include/llvm/CodeGen/SchedulerRegistry.h
157
include/llvm/CodeGen/SelectionDAG.h
173
include/llvm/CodeGen/SelectionDAG.h
Lines 159-166 include/llvm/CodeGen/SelectionDAGISel.h Link Here
159
include/llvm/CodeGen/SelectionDAGNodes.h
175
include/llvm/CodeGen/SelectionDAGNodes.h
160
include/llvm/CodeGen/ValueTypes.h
176
include/llvm/CodeGen/ValueTypes.h
161
include/llvm/CodeGen/ValueTypes.td
177
include/llvm/CodeGen/ValueTypes.td
178
include/llvm/CompilerDriver/Action.h
179
include/llvm/CompilerDriver/Common.td
180
include/llvm/CompilerDriver/CompilationGraph.h
181
include/llvm/CompilerDriver/Plugin.h
182
include/llvm/CompilerDriver/Tool.h
183
include/llvm/CompilerDriver/Tools.td
162
include/llvm/Config/alloca.h
184
include/llvm/Config/alloca.h
163
include/llvm/Config/config.h
185
include/llvm/Config/config.h
186
include/llvm/Config/config.h.cmake
164
include/llvm/Constant.h
187
include/llvm/Constant.h
165
include/llvm/Constants.h
188
include/llvm/Constants.h
166
include/llvm/Debugger/Debugger.h
189
include/llvm/Debugger/Debugger.h
Lines 188-204 include/llvm/IntrinsicInst.h Link Here
188
include/llvm/Intrinsics.gen
211
include/llvm/Intrinsics.gen
189
include/llvm/Intrinsics.h
212
include/llvm/Intrinsics.h
190
include/llvm/Intrinsics.td
213
include/llvm/Intrinsics.td
214
include/llvm/IntrinsicsAlpha.td
191
include/llvm/IntrinsicsARM.td
215
include/llvm/IntrinsicsARM.td
192
include/llvm/IntrinsicsCellSPU.td
216
include/llvm/IntrinsicsCellSPU.td
193
include/llvm/IntrinsicsPowerPC.td
217
include/llvm/IntrinsicsPowerPC.td
194
include/llvm/IntrinsicsX86.td
218
include/llvm/IntrinsicsX86.td
195
include/llvm/LinkAllPasses.h
219
include/llvm/LinkAllPasses.h
196
include/llvm/LinkAllVMCore.h
220
include/llvm/LinkAllVMCore.h
197
include/llvm/LinkTimeOptimizer.h
198
include/llvm/Linker.h
221
include/llvm/Linker.h
199
include/llvm/Module.h
222
include/llvm/Module.h
200
include/llvm/ModuleProvider.h
223
include/llvm/ModuleProvider.h
201
include/llvm/ParameterAttributes.h
224
include/llvm/OperandTraits.h
202
include/llvm/Pass.h
225
include/llvm/Pass.h
203
include/llvm/PassAnalysisSupport.h
226
include/llvm/PassAnalysisSupport.h
204
include/llvm/PassManager.h
227
include/llvm/PassManager.h
Lines 208-248 include/llvm/Support/AIXDataTypesFix.h Link Here
208
include/llvm/Support/AlignOf.h
231
include/llvm/Support/AlignOf.h
209
include/llvm/Support/Allocator.h
232
include/llvm/Support/Allocator.h
210
include/llvm/Support/Annotation.h
233
include/llvm/Support/Annotation.h
211
include/llvm/Support/CFG.h
212
include/llvm/Support/CallSite.h
234
include/llvm/Support/CallSite.h
213
include/llvm/Support/Casting.h
235
include/llvm/Support/Casting.h
236
include/llvm/Support/CFG.h
214
include/llvm/Support/CommandLine.h
237
include/llvm/Support/CommandLine.h
215
include/llvm/Support/Compiler.h
238
include/llvm/Support/Compiler.h
239
include/llvm/Support/ConstantFolder.h
216
include/llvm/Support/ConstantRange.h
240
include/llvm/Support/ConstantRange.h
217
include/llvm/Support/DOTGraphTraits.h
218
include/llvm/Support/DataFlow.h
241
include/llvm/Support/DataFlow.h
219
include/llvm/Support/DataTypes.h
242
include/llvm/Support/DataTypes.h
243
include/llvm/Support/DataTypes.h.cmake
220
include/llvm/Support/Debug.h
244
include/llvm/Support/Debug.h
245
include/llvm/Support/DebugInfoBuilder.h
246
include/llvm/Support/DOTGraphTraits.h
221
include/llvm/Support/Dwarf.h
247
include/llvm/Support/Dwarf.h
222
include/llvm/Support/DynamicLinker.h
248
include/llvm/Support/DynamicLinker.h
223
include/llvm/Support/ELF.h
249
include/llvm/Support/ELF.h
224
include/llvm/Support/FileUtilities.h
250
include/llvm/Support/FileUtilities.h
251
include/llvm/Support/Format.h
225
include/llvm/Support/GetElementPtrTypeIterator.h
252
include/llvm/Support/GetElementPtrTypeIterator.h
226
include/llvm/Support/GraphWriter.h
253
include/llvm/Support/GraphWriter.h
227
include/llvm/Support/IRBuilder.h
228
include/llvm/Support/InstIterator.h
254
include/llvm/Support/InstIterator.h
229
include/llvm/Support/InstVisitor.h
255
include/llvm/Support/InstVisitor.h
256
include/llvm/Support/IRBuilder.h
230
include/llvm/Support/LeakDetector.h
257
include/llvm/Support/LeakDetector.h
231
include/llvm/Support/ManagedStatic.h
258
include/llvm/Support/ManagedStatic.h
232
include/llvm/Support/Mangler.h
259
include/llvm/Support/Mangler.h
233
include/llvm/Support/MathExtras.h
260
include/llvm/Support/MathExtras.h
234
include/llvm/Support/MemoryBuffer.h
261
include/llvm/Support/MemoryBuffer.h
235
include/llvm/Support/MutexGuard.h
262
include/llvm/Support/MutexGuard.h
263
include/llvm/Support/NoFolder.h
236
include/llvm/Support/OutputBuffer.h
264
include/llvm/Support/OutputBuffer.h
237
include/llvm/Support/PassNameParser.h
265
include/llvm/Support/PassNameParser.h
238
include/llvm/Support/PatternMatch.h
266
include/llvm/Support/PatternMatch.h
239
include/llvm/Support/PluginLoader.h
267
include/llvm/Support/PluginLoader.h
268
include/llvm/Support/raw_ostream.h
269
include/llvm/Support/Recycler.h
270
include/llvm/Support/RecyclingAllocator.h
240
include/llvm/Support/Registry.h
271
include/llvm/Support/Registry.h
241
include/llvm/Support/SlowOperationInformer.h
272
include/llvm/Support/SlowOperationInformer.h
242
include/llvm/Support/StableBasicBlockNumbering.h
273
include/llvm/Support/StableBasicBlockNumbering.h
243
include/llvm/Support/Streams.h
274
include/llvm/Support/Streams.h
244
include/llvm/Support/StringPool.h
275
include/llvm/Support/StringPool.h
245
include/llvm/Support/SystemUtils.h
276
include/llvm/Support/SystemUtils.h
277
include/llvm/Support/TargetFolder.h
246
include/llvm/Support/Timer.h
278
include/llvm/Support/Timer.h
247
include/llvm/Support/type_traits.h
279
include/llvm/Support/type_traits.h
248
include/llvm/SymbolTableListTraits.h
280
include/llvm/SymbolTableListTraits.h
Lines 258-264 include/llvm/System/Path.h Link Here
258
include/llvm/System/Process.h
290
include/llvm/System/Process.h
259
include/llvm/System/Program.h
291
include/llvm/System/Program.h
260
include/llvm/System/Signals.h
292
include/llvm/System/Signals.h
293
include/llvm/System/Solaris.h
261
include/llvm/System/TimeValue.h
294
include/llvm/System/TimeValue.h
295
include/llvm/Target/DarwinTargetAsmInfo.h
296
include/llvm/Target/ELFTargetAsmInfo.h
262
include/llvm/Target/SubtargetFeature.h
297
include/llvm/Target/SubtargetFeature.h
263
include/llvm/Target/TargetAsmInfo.h
298
include/llvm/Target/TargetAsmInfo.h
264
include/llvm/Target/TargetData.h
299
include/llvm/Target/TargetData.h
Lines 269-283 include/llvm/Target/TargetInstrInfo.h Link Here
269
include/llvm/Target/TargetInstrItineraries.h
304
include/llvm/Target/TargetInstrItineraries.h
270
include/llvm/Target/TargetJITInfo.h
305
include/llvm/Target/TargetJITInfo.h
271
include/llvm/Target/TargetLowering.h
306
include/llvm/Target/TargetLowering.h
272
include/llvm/Target/TargetMachOWriterInfo.h
273
include/llvm/Target/TargetMachine.h
307
include/llvm/Target/TargetMachine.h
274
include/llvm/Target/TargetMachineRegistry.h
308
include/llvm/Target/TargetMachineRegistry.h
309
include/llvm/Target/TargetMachOWriterInfo.h
275
include/llvm/Target/TargetOptions.h
310
include/llvm/Target/TargetOptions.h
276
include/llvm/Target/TargetRegisterInfo.h
311
include/llvm/Target/TargetRegisterInfo.h
277
include/llvm/Target/TargetSubtarget.h
312
include/llvm/Target/TargetSubtarget.h
313
include/llvm/Transforms/Instrumentation.h
278
include/llvm/Transforms/IPO.h
314
include/llvm/Transforms/IPO.h
279
include/llvm/Transforms/IPO/InlinerPass.h
315
include/llvm/Transforms/IPO/InlinerPass.h
280
include/llvm/Transforms/Instrumentation.h
281
include/llvm/Transforms/RSProfiling.h
316
include/llvm/Transforms/RSProfiling.h
282
include/llvm/Transforms/Scalar.h
317
include/llvm/Transforms/Scalar.h
283
include/llvm/Transforms/Utils/BasicBlockUtils.h
318
include/llvm/Transforms/Utils/BasicBlockUtils.h
Lines 288-293 include/llvm/Transforms/Utils/InlineCost Link Here
288
include/llvm/Transforms/Utils/Local.h
323
include/llvm/Transforms/Utils/Local.h
289
include/llvm/Transforms/Utils/PromoteMemToReg.h
324
include/llvm/Transforms/Utils/PromoteMemToReg.h
290
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
325
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
326
include/llvm/Transforms/Utils/UnrollLoop.h
291
include/llvm/Transforms/Utils/ValueMapper.h
327
include/llvm/Transforms/Utils/ValueMapper.h
292
include/llvm/Type.h
328
include/llvm/Type.h
293
include/llvm/TypeSymbolTable.h
329
include/llvm/TypeSymbolTable.h
Lines 295-327 include/llvm/Use.h Link Here
295
include/llvm/User.h
331
include/llvm/User.h
296
include/llvm/Value.h
332
include/llvm/Value.h
297
include/llvm/ValueSymbolTable.h
333
include/llvm/ValueSymbolTable.h
298
lib/LLVMARM.o
299
lib/LLVMAlpha.o
300
lib/LLVMCBackend.o
301
lib/LLVMCellSPU.o
302
lib/LLVMCppBackend.o
303
lib/LLVMExecutionEngine.o
304
lib/LLVMHello.a
305
lib/LLVMHello.la
306
lib/LLVMHello.so
307
lib/LLVMHello.so.0
308
lib/LLVMIA64.o
309
lib/LLVMInterpreter.o
310
lib/LLVMJIT.o
311
lib/LLVMMSIL.o
312
lib/LLVMMips.o
313
lib/LLVMPowerPC.o
314
lib/LLVMSparc.o
315
lib/LLVMX86.o
316
lib/libLLVMAnalysis.a
334
lib/libLLVMAnalysis.a
317
lib/libLLVMArchive.a
335
lib/libLLVMArchive.a
318
lib/libLLVMAsmParser.a
336
lib/libLLVMAsmParser.a
337
lib/libLLVMAsmPrinter.a
319
lib/libLLVMBitReader.a
338
lib/libLLVMBitReader.a
320
lib/libLLVMBitWriter.a
339
lib/libLLVMBitWriter.a
321
lib/libLLVMCodeGen.a
340
lib/libLLVMCodeGen.a
322
lib/libLLVMCore.a
341
lib/libLLVMCore.a
323
lib/libLLVMDebugger.a
342
lib/libLLVMDebugger.a
324
lib/libLLVMInstrumentation.a
343
lib/libLLVMInstrumentation.a
344
lib/libLLVMipa.a
345
lib/libLLVMipo.a
325
lib/libLLVMLinker.a
346
lib/libLLVMLinker.a
326
lib/libLLVMScalarOpts.a
347
lib/libLLVMScalarOpts.a
327
lib/libLLVMSelectionDAG.a
348
lib/libLLVMSelectionDAG.a
Lines 329-441 lib/libLLVMSupport.a Link Here
329
lib/libLLVMSystem.a
350
lib/libLLVMSystem.a
330
lib/libLLVMTarget.a
351
lib/libLLVMTarget.a
331
lib/libLLVMTransformUtils.a
352
lib/libLLVMTransformUtils.a
332
lib/libLLVMipa.a
353
lib/LLVMAlpha.o
333
lib/libLLVMipo.a
354
lib/LLVMARMAsmPrinter.o
334
%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz
355
lib/LLVMARMCodeGen.o
335
%%PORTDOCS%%%%DOCSDIR%%/html/AliasAnalysis.html
356
lib/LLVMCBackend.o
336
%%PORTDOCS%%%%DOCSDIR%%/html/BitCodeFormat.html
357
lib/LLVMCBase.o
337
%%PORTDOCS%%%%DOCSDIR%%/html/Bugpoint.html
358
lib/LLVMCellSPU.o
338
%%PORTDOCS%%%%DOCSDIR%%/html/CFEBuildInstrs.html
359
lib/LLVMCppBackend.o
339
%%PORTDOCS%%%%DOCSDIR%%/html/CodeGenerator.html
360
lib/LLVMExecutionEngine.o
340
%%PORTDOCS%%%%DOCSDIR%%/html/CodingStandards.html
361
lib/LLVMHello.a
341
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/bugpoint.html
362
lib/LLVMHello.la
342
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/index.html
363
lib/LLVMHello.so
343
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llc.html
364
lib/LLVMHello.so.0
344
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/lli.html
365
lib/LLVMIA64.o
345
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ar.html
366
lib/LLVMInterpreter.o
346
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-as.html
367
lib/LLVMJIT.o
347
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-bcanalyzer.html
368
lib/LLVMMips.o
348
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-config.html
369
lib/LLVMMSIL.o
349
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-db.html
370
lib/LLVMPIC16.o
350
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-dis.html
371
lib/LLVMPowerPCAsmPrinter.o
351
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-extract.html
372
lib/LLVMPowerPCCodeGen.o
352
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ld.html
373
lib/LLVMSparc.o
353
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-link.html
374
lib/LLVMX86AsmPrinter.o
354
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
375
lib/LLVMX86CodeGen.o
355
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
356
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
357
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgcc.html
358
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgxx.html
359
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/manpage.css
360
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/opt.html
361
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/stkrc.html
362
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/tblgen.html
363
%%PORTDOCS%%%%DOCSDIR%%/html/CommandLine.html
364
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriver.html
365
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerWriterInfo.html
366
%%PORTDOCS%%%%DOCSDIR%%/html/DeveloperPolicy.html
367
%%PORTDOCS%%%%DOCSDIR%%/html/ExceptionHandling.html
368
%%PORTDOCS%%%%DOCSDIR%%/html/ExtendingLLVM.html
369
%%PORTDOCS%%%%DOCSDIR%%/html/FAQ.html
370
%%PORTDOCS%%%%DOCSDIR%%/html/GCCFEBuildInstrs.html
371
%%PORTDOCS%%%%DOCSDIR%%/html/GarbageCollection.html
372
%%PORTDOCS%%%%DOCSDIR%%/html/GetElementPtr.html
373
%%PORTDOCS%%%%DOCSDIR%%/html/GettingStarted.html
374
%%PORTDOCS%%%%DOCSDIR%%/html/GettingStartedVS.html
375
%%PORTDOCS%%%%DOCSDIR%%/html/HowToReleaseLLVM.html
376
%%PORTDOCS%%%%DOCSDIR%%/html/HowToSubmitABug.html
377
%%PORTDOCS%%%%DOCSDIR%%/html/LangRef.html
378
%%PORTDOCS%%%%DOCSDIR%%/html/Lexicon.html
379
%%PORTDOCS%%%%DOCSDIR%%/html/LinkTimeOptimization.html
380
%%PORTDOCS%%%%DOCSDIR%%/html/MakefileGuide.html
381
%%PORTDOCS%%%%DOCSDIR%%/html/Passes.html
382
%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersManual.html
383
%%PORTDOCS%%%%DOCSDIR%%/html/Projects.html
384
%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html
385
%%PORTDOCS%%%%DOCSDIR%%/html/SourceLevelDebugging.html
386
%%PORTDOCS%%%%DOCSDIR%%/html/Stacker.html
387
%%PORTDOCS%%%%DOCSDIR%%/html/SystemLibrary.html
388
%%PORTDOCS%%%%DOCSDIR%%/html/TableGenFundamentals.html
389
%%PORTDOCS%%%%DOCSDIR%%/html/TestingGuide.html
390
%%PORTDOCS%%%%DOCSDIR%%/html/UsingLibraries.html
391
%%PORTDOCS%%%%DOCSDIR%%/html/WritingAnLLVMBackend.html
392
%%PORTDOCS%%%%DOCSDIR%%/html/WritingAnLLVMPass.html
393
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
394
%%PORTDOCS%%%%DOCSDIR%%/html/img/Debugging.gif
395
%%PORTDOCS%%%%DOCSDIR%%/html/img/libdeps.gif
396
%%PORTDOCS%%%%DOCSDIR%%/html/img/lines.gif
397
%%PORTDOCS%%%%DOCSDIR%%/html/img/objdeps.gif
398
%%PORTDOCS%%%%DOCSDIR%%/html/img/venusflytrap.jpg
399
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
400
%%PORTDOCS%%%%DOCSDIR%%/html/llvm.css
401
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/JITTutorial1.html
402
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/JITTutorial2.html
403
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl1.html
404
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl2.html
405
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl3.html
406
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl4.html
407
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5.html
408
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl6.html
409
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl7.html
410
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl8.html
411
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl1.html
412
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl2.html
413
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl3.html
414
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl4.html
415
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl5.html
416
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl6.html
417
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
418
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html
419
%%PORTDOCS%%%%DOCSDIR%%/ps/bugpoint.ps
420
%%PORTDOCS%%%%DOCSDIR%%/ps/llc.ps
421
%%PORTDOCS%%%%DOCSDIR%%/ps/lli.ps
422
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ar.ps
423
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-as.ps
424
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-bcanalyzer.ps
425
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-config.ps
426
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-db.ps
427
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-dis.ps
428
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-extract.ps
429
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ld.ps
430
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-link.ps
431
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-nm.ps
432
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-prof.ps
433
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ranlib.ps
434
%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgcc.ps
435
%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgxx.ps
436
%%PORTDOCS%%%%DOCSDIR%%/ps/opt.ps
437
%%PORTDOCS%%%%DOCSDIR%%/ps/stkrc.ps
438
%%PORTDOCS%%%%DOCSDIR%%/ps/tblgen.ps
439
@dirrm include/llvm/Transforms/Utils
376
@dirrm include/llvm/Transforms/Utils
440
@dirrm include/llvm/Transforms/IPO
377
@dirrm include/llvm/Transforms/IPO
441
@dirrm include/llvm/Transforms
378
@dirrm include/llvm/Transforms
Lines 445-450 lib/libLLVMipo.a Link Here
445
@dirrm include/llvm/ExecutionEngine
382
@dirrm include/llvm/ExecutionEngine
446
@dirrm include/llvm/Debugger
383
@dirrm include/llvm/Debugger
447
@dirrm include/llvm/Config
384
@dirrm include/llvm/Config
385
@dirrm include/llvm/CompilerDriver
448
@dirrm include/llvm/CodeGen
386
@dirrm include/llvm/CodeGen
449
@dirrm include/llvm/Bitcode
387
@dirrm include/llvm/Bitcode
450
@dirrm include/llvm/Assembly
388
@dirrm include/llvm/Assembly
Lines 453-461 lib/libLLVMipo.a Link Here
453
@dirrm include/llvm-c/Transforms
391
@dirrm include/llvm-c/Transforms
454
@dirrm include/llvm-c
392
@dirrm include/llvm-c
455
@dirrm include/llvm
393
@dirrm include/llvm
456
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
394
%%DOCSDIR%%/html.tar.gz
457
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img
395
%%DOCSDIR%%/html/AliasAnalysis.html
458
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial
396
%%DOCSDIR%%/html/BitCodeFormat.html
459
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/CommandGuide
397
%%DOCSDIR%%/html/Bugpoint.html
460
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
398
%%DOCSDIR%%/html/CFEBuildInstrs.html
461
%%PORTDOCS%%@dirrm %%DOCSDIR%%
399
%%DOCSDIR%%/html/CodeGenerator.html
400
%%DOCSDIR%%/html/CodingStandards.html
401
%%DOCSDIR%%/html/CommandGuide/bugpoint.html
402
%%DOCSDIR%%/html/CommandGuide/index.html
403
%%DOCSDIR%%/html/CommandGuide/llc.html
404
%%DOCSDIR%%/html/CommandGuide/lli.html
405
%%DOCSDIR%%/html/CommandGuide/llvm-ar.html
406
%%DOCSDIR%%/html/CommandGuide/llvm-as.html
407
%%DOCSDIR%%/html/CommandGuide/llvm-bcanalyzer.html
408
%%DOCSDIR%%/html/CommandGuide/llvm-config.html
409
%%DOCSDIR%%/html/CommandGuide/llvm-db.html
410
%%DOCSDIR%%/html/CommandGuide/llvm-dis.html
411
%%DOCSDIR%%/html/CommandGuide/llvm-extract.html
412
%%DOCSDIR%%/html/CommandGuide/llvm-ld.html
413
%%DOCSDIR%%/html/CommandGuide/llvm-link.html
414
%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
415
%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
416
%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
417
%%DOCSDIR%%/html/CommandGuide/llvmgcc.html
418
%%DOCSDIR%%/html/CommandGuide/llvmgxx.html
419
%%DOCSDIR%%/html/CommandGuide/manpage.css
420
%%DOCSDIR%%/html/CommandGuide/opt.html
421
%%DOCSDIR%%/html/CommandGuide/tblgen.html
422
%%DOCSDIR%%/html/CommandLine.html
423
%%DOCSDIR%%/html/CompilerDriver.html
424
%%DOCSDIR%%/html/CompilerWriterInfo.html
425
%%DOCSDIR%%/html/DeveloperPolicy.html
426
%%DOCSDIR%%/html/doxygen.css
427
%%DOCSDIR%%/html/ExceptionHandling.html
428
%%DOCSDIR%%/html/ExtendingLLVM.html
429
%%DOCSDIR%%/html/FAQ.html
430
%%DOCSDIR%%/html/GarbageCollection.html
431
%%DOCSDIR%%/html/GCCFEBuildInstrs.html
432
%%DOCSDIR%%/html/GetElementPtr.html
433
%%DOCSDIR%%/html/GettingStarted.html
434
%%DOCSDIR%%/html/GettingStartedVS.html
435
%%DOCSDIR%%/html/HowToReleaseLLVM.html
436
%%DOCSDIR%%/html/HowToSubmitABug.html
437
%%DOCSDIR%%/html/img/Debugging.gif
438
%%DOCSDIR%%/html/img/libdeps.gif
439
%%DOCSDIR%%/html/img/lines.gif
440
%%DOCSDIR%%/html/img/objdeps.gif
441
%%DOCSDIR%%/html/img/venusflytrap.jpg
442
%%DOCSDIR%%/html/index.html
443
%%DOCSDIR%%/html/LangRef.html
444
%%DOCSDIR%%/html/Lexicon.html
445
%%DOCSDIR%%/html/LinkTimeOptimization.html
446
%%DOCSDIR%%/html/llvm.css
447
%%DOCSDIR%%/html/MakefileGuide.html
448
%%DOCSDIR%%/html/Passes.html
449
%%DOCSDIR%%/html/ProgrammersManual.html
450
%%DOCSDIR%%/html/Projects.html
451
%%DOCSDIR%%/html/ReleaseNotes.html
452
%%DOCSDIR%%/html/SourceLevelDebugging.html
453
%%DOCSDIR%%/html/SystemLibrary.html
454
%%DOCSDIR%%/html/TableGenFundamentals.html
455
%%DOCSDIR%%/html/TestingGuide.html
456
%%DOCSDIR%%/html/tutorial/index.html
457
%%DOCSDIR%%/html/tutorial/JITTutorial1.html
458
%%DOCSDIR%%/html/tutorial/JITTutorial2.html
459
%%DOCSDIR%%/html/tutorial/LangImpl1.html
460
%%DOCSDIR%%/html/tutorial/LangImpl2.html
461
%%DOCSDIR%%/html/tutorial/LangImpl3.html
462
%%DOCSDIR%%/html/tutorial/LangImpl4.html
463
%%DOCSDIR%%/html/tutorial/LangImpl5.html
464
%%DOCSDIR%%/html/tutorial/LangImpl6.html
465
%%DOCSDIR%%/html/tutorial/LangImpl7.html
466
%%DOCSDIR%%/html/tutorial/LangImpl8.html
467
%%DOCSDIR%%/html/tutorial/OCamlLangImpl1.html
468
%%DOCSDIR%%/html/tutorial/OCamlLangImpl2.html
469
%%DOCSDIR%%/html/tutorial/OCamlLangImpl3.html
470
%%DOCSDIR%%/html/tutorial/OCamlLangImpl4.html
471
%%DOCSDIR%%/html/tutorial/OCamlLangImpl5.html
472
%%DOCSDIR%%/html/tutorial/OCamlLangImpl6.html
473
%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
474
%%DOCSDIR%%/html/UsingLibraries.html
475
%%DOCSDIR%%/html/WritingAnLLVMBackend.html
476
%%DOCSDIR%%/html/WritingAnLLVMPass.html
477
%%DOCSDIR%%/ps/bugpoint.ps
478
%%DOCSDIR%%/ps/llc.ps
479
%%DOCSDIR%%/ps/lli.ps
480
%%DOCSDIR%%/ps/llvm-ar.ps
481
%%DOCSDIR%%/ps/llvm-as.ps
482
%%DOCSDIR%%/ps/llvm-bcanalyzer.ps
483
%%DOCSDIR%%/ps/llvm-config.ps
484
%%DOCSDIR%%/ps/llvm-db.ps
485
%%DOCSDIR%%/ps/llvm-dis.ps
486
%%DOCSDIR%%/ps/llvm-extract.ps
487
%%DOCSDIR%%/ps/llvm-ld.ps
488
%%DOCSDIR%%/ps/llvm-link.ps
489
%%DOCSDIR%%/ps/llvm-nm.ps
490
%%DOCSDIR%%/ps/llvm-prof.ps
491
%%DOCSDIR%%/ps/llvm-ranlib.ps
492
%%DOCSDIR%%/ps/llvmgcc.ps
493
%%DOCSDIR%%/ps/llvmgxx.ps
494
%%DOCSDIR%%/ps/opt.ps
495
%%DOCSDIR%%/ps/tblgen.ps
496
@dirrm %%DOCSDIR%%/ps
497
@dirrm %%DOCSDIR%%/html/tutorial
498
@dirrm %%DOCSDIR%%/html/img
499
@dirrm %%DOCSDIR%%/html/CommandGuide
500
@dirrm %%DOCSDIR%%/html
501
@dirrm %%DOCSDIR%%
502

Return to bug 128806