FreeBSD Bugzilla – Attachment 121368 Details for
Bug 164324
[PATCH] devel/llvm: update to 3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
llvm-3.0.patch
llvm-3.0.patch (text/plain), 19.46 KB, created by
Jyun-Yan You
on 2012-01-20 06:50:14 UTC
(
hide
)
Description:
llvm-3.0.patch
Filename:
MIME Type:
Creator:
Jyun-Yan You
Created:
2012-01-20 06:50:14 UTC
Size:
19.46 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/llvm/Makefile /amd/gcs/98/9855518/src/ports/devel/llvm/Makefile >--- /usr/ports/devel/llvm/Makefile 2011-06-16 23:07:40.000000000 +0800 >+++ /amd/gcs/98/9855518/src/ports/devel/llvm/Makefile 2012-01-20 13:04:02.767402000 +0800 >@@ -6,16 +6,16 @@ > # > > PORTNAME= llvm >-PORTVERSION= 2.9 >+PORTVERSION= 3.0 > CATEGORIES= devel lang > MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ >-EXTRACT_SUFX= .tgz > > MAINTAINER= brooks@FreeBSD.org > COMMENT= Low Level Virtual Machine > >+WRKSRC= ${WRKDIR}/${DISTNAME}.src >+ > .if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE) >-USE_PYTHON_BUILD= yes > BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > .endif > .if defined(MAINTAINER_MODE) >@@ -31,6 +31,8 @@ > USE_PERL5= yes > MAKE_JOBS_SAFE= yes > >+MAKE_ARGS+= REQUIRES_RTTI=1 >+ > .if defined(MAINTAINER_MODE) > CONFIGURE_ARGS+= --with-f2c=${LOCALBASE} > .else >@@ -48,8 +50,7 @@ > MAN1= bugpoint.1 lit.1 llc.1 lli.1 llvm-ar.1 \ > llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-diff.1 \ > llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \ >- llvm-prof.1 llvm-ranlib.1 llvmc.1 llvmgcc.1 \ >- llvmgxx.1 opt.1 tblgen.1 >+ llvm-prof.1 llvm-ranlib.1 opt.1 tblgen.1 > > .include <bsd.port.pre.mk> > >@@ -103,15 +104,13 @@ > bin/llvm* \ > bin/macho-dump \ > bin/opt \ >- bin/tblgen \ > lib/BugpointPasses.so \ >- lib/libCompilerDriver.a \ >- lib/libEnhancedDisassembly.so \ >- lib/libEnhancedDisassembly.a \ > lib/LLVMHello.so \ >+ lib/libEnhancedDisassembly.a \ > lib/libLTO.* \ > lib/libLLVM* \ >- lib/profile_rt.so >+ lib/libprofile_rt.so \ >+ lib/libprofile_rt.a > PLIST_DIR_LIST= include/llvm-c \ > include/llvm > build-plist: >diff -ruN --exclude=CVS /usr/ports/devel/llvm/distinfo /amd/gcs/98/9855518/src/ports/devel/llvm/distinfo >--- /usr/ports/devel/llvm/distinfo 2011-04-29 23:04:29.000000000 +0800 >+++ /amd/gcs/98/9855518/src/ports/devel/llvm/distinfo 2012-01-20 13:04:02.770406000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (llvm-2.9.tgz) = 661236cfa17428b48cfa9cbb9909f7569c64b8ecd219fd91dbc00e3b557b3779 >-SIZE (llvm-2.9.tgz) = 9574781 >+SHA256 (llvm-3.0.tar.gz) = 519eb11d3499ce99c6ffdb8718651fc91425ed7690eac91c8d6853474f7c0477 >+SIZE (llvm-3.0.tar.gz) = 10350539 >diff -ruN --exclude=CVS /usr/ports/devel/llvm/pkg-plist /amd/gcs/98/9855518/src/ports/devel/llvm/pkg-plist >--- /usr/ports/devel/llvm/pkg-plist 2011-04-29 23:04:29.000000000 +0800 >+++ /amd/gcs/98/9855518/src/ports/devel/llvm/pkg-plist 2012-01-20 13:04:02.763406000 +0800 >@@ -5,8 +5,10 @@ > bin/llvm-as > bin/llvm-bcanalyzer > bin/llvm-config >+bin/llvm-cov > bin/llvm-diff > bin/llvm-dis >+bin/llvm-dwarfdump > bin/llvm-extract > bin/llvm-ld > bin/llvm-link >@@ -15,23 +17,12 @@ > bin/llvm-objdump > bin/llvm-prof > bin/llvm-ranlib >+bin/llvm-rtdyld >+bin/llvm-size > bin/llvm-stub >-bin/llvmc >+bin/llvm-tblgen > bin/macho-dump > bin/opt >-bin/tblgen >-include/llvm-c/Analysis.h >-include/llvm-c/BitReader.h >-include/llvm-c/BitWriter.h >-include/llvm-c/Core.h >-include/llvm-c/EnhancedDisassembly.h >-include/llvm-c/ExecutionEngine.h >-include/llvm-c/Initialization.h >-include/llvm-c/LinkTimeOptimizer.h >-include/llvm-c/Target.h >-include/llvm-c/Transforms/IPO.h >-include/llvm-c/Transforms/Scalar.h >-include/llvm-c/lto.h > include/llvm/ADT/APFloat.h > include/llvm/ADT/APInt.h > include/llvm/ADT/APSInt.h >@@ -58,6 +49,7 @@ > include/llvm/ADT/NullablePtr.h > include/llvm/ADT/Optional.h > include/llvm/ADT/OwningPtr.h >+include/llvm/ADT/PackedVector.h > include/llvm/ADT/PointerIntPair.h > include/llvm/ADT/PointerUnion.h > include/llvm/ADT/PostOrderIterator.h >@@ -79,6 +71,7 @@ > include/llvm/ADT/StringRef.h > include/llvm/ADT/StringSet.h > include/llvm/ADT/StringSwitch.h >+include/llvm/ADT/TinyPtrVector.h > include/llvm/ADT/Trie.h > include/llvm/ADT/Triple.h > include/llvm/ADT/Twine.h >@@ -87,9 +80,11 @@ > include/llvm/ADT/VectorExtras.h > include/llvm/ADT/ilist.h > include/llvm/ADT/ilist_node.h >-include/llvm/AbstractTypeUser.h > include/llvm/Analysis/AliasAnalysis.h > include/llvm/Analysis/AliasSetTracker.h >+include/llvm/Analysis/BlockFrequencyImpl.h >+include/llvm/Analysis/BlockFrequencyInfo.h >+include/llvm/Analysis/BranchProbabilityInfo.h > include/llvm/Analysis/CFGPrinter.h > include/llvm/Analysis/CallGraph.h > include/llvm/Analysis/CaptureTracking.h >@@ -117,6 +112,7 @@ > include/llvm/Analysis/Loads.h > include/llvm/Analysis/LoopDependenceAnalysis.h > include/llvm/Analysis/LoopInfo.h >+include/llvm/Analysis/LoopIterator.h > include/llvm/Analysis/LoopPass.h > include/llvm/Analysis/MemoryBuiltins.h > include/llvm/Analysis/MemoryDependenceAnalysis.h >@@ -172,6 +168,7 @@ > include/llvm/CodeGen/IntrinsicLowering.h > include/llvm/CodeGen/JITCodeEmitter.h > include/llvm/CodeGen/LatencyPriorityQueue.h >+include/llvm/CodeGen/LexicalScopes.h > include/llvm/CodeGen/LinkAllAsmWriterComponents.h > include/llvm/CodeGen/LinkAllCodegenComponents.h > include/llvm/CodeGen/LiveInterval.h >@@ -180,6 +177,8 @@ > include/llvm/CodeGen/LiveVariables.h > include/llvm/CodeGen/MachORelocation.h > include/llvm/CodeGen/MachineBasicBlock.h >+include/llvm/CodeGen/MachineBlockFrequencyInfo.h >+include/llvm/CodeGen/MachineBranchProbabilityInfo.h > include/llvm/CodeGen/MachineCodeEmitter.h > include/llvm/CodeGen/MachineCodeInfo.h > include/llvm/CodeGen/MachineConstantPool.h >@@ -191,7 +190,6 @@ > include/llvm/CodeGen/MachineInstr.h > include/llvm/CodeGen/MachineInstrBuilder.h > include/llvm/CodeGen/MachineJumpTableInfo.h >-include/llvm/CodeGen/MachineLocation.h > include/llvm/CodeGen/MachineLoopInfo.h > include/llvm/CodeGen/MachineLoopRanges.h > include/llvm/CodeGen/MachineMemOperand.h >@@ -214,7 +212,6 @@ > include/llvm/CodeGen/PseudoSourceValue.h > include/llvm/CodeGen/RegAllocPBQP.h > include/llvm/CodeGen/RegAllocRegistry.h >-include/llvm/CodeGen/RegisterCoalescer.h > include/llvm/CodeGen/RegisterScavenging.h > include/llvm/CodeGen/RuntimeLibcalls.h > include/llvm/CodeGen/ScheduleDAG.h >@@ -228,15 +225,6 @@ > include/llvm/CodeGen/TargetLoweringObjectFileImpl.h > include/llvm/CodeGen/ValueTypes.h > include/llvm/CodeGen/ValueTypes.td >-include/llvm/CompilerDriver/Action.h >-include/llvm/CompilerDriver/AutoGenerated.h >-include/llvm/CompilerDriver/BuiltinOptions.h >-include/llvm/CompilerDriver/Common.td >-include/llvm/CompilerDriver/CompilationGraph.h >-include/llvm/CompilerDriver/Error.h >-include/llvm/CompilerDriver/Main.h >-include/llvm/CompilerDriver/Main.inc >-include/llvm/CompilerDriver/Tool.h > include/llvm/Config/AsmParsers.def > include/llvm/Config/AsmPrinters.def > include/llvm/Config/Disassemblers.def >@@ -245,6 +233,9 @@ > include/llvm/Config/llvm-config.h > include/llvm/Constant.h > include/llvm/Constants.h >+include/llvm/DebugInfo/DIContext.h >+include/llvm/DebugInfoProbe.h >+include/llvm/DefaultPasses.h > include/llvm/DerivedTypes.h > include/llvm/ExecutionEngine/ExecutionEngine.h > include/llvm/ExecutionEngine/GenericValue.h >@@ -253,6 +244,7 @@ > include/llvm/ExecutionEngine/JITEventListener.h > include/llvm/ExecutionEngine/JITMemoryManager.h > include/llvm/ExecutionEngine/MCJIT.h >+include/llvm/ExecutionEngine/RuntimeDyld.h > include/llvm/Function.h > include/llvm/GVMaterializer.h > include/llvm/GlobalAlias.h >@@ -280,12 +272,15 @@ > include/llvm/LinkAllVMCore.h > include/llvm/Linker.h > include/llvm/MC/EDInstInfo.h >+include/llvm/MC/MCAsmBackend.h > include/llvm/MC/MCAsmInfo.h > include/llvm/MC/MCAsmInfoCOFF.h > include/llvm/MC/MCAsmInfoDarwin.h > include/llvm/MC/MCAsmLayout.h > include/llvm/MC/MCAssembler.h >+include/llvm/MC/MCAtom.h > include/llvm/MC/MCCodeEmitter.h >+include/llvm/MC/MCCodeGenInfo.h > include/llvm/MC/MCContext.h > include/llvm/MC/MCDirectives.h > include/llvm/MC/MCDisassembler.h >@@ -297,9 +292,15 @@ > include/llvm/MC/MCFixupKindInfo.h > include/llvm/MC/MCInst.h > include/llvm/MC/MCInstPrinter.h >+include/llvm/MC/MCInstrAnalysis.h >+include/llvm/MC/MCInstrDesc.h >+include/llvm/MC/MCInstrInfo.h >+include/llvm/MC/MCInstrItineraries.h > include/llvm/MC/MCLabel.h > include/llvm/MC/MCMachOSymbolFlags.h > include/llvm/MC/MCMachObjectWriter.h >+include/llvm/MC/MCModule.h >+include/llvm/MC/MCObjectFileInfo.h > include/llvm/MC/MCObjectStreamer.h > include/llvm/MC/MCObjectWriter.h > include/llvm/MC/MCParser/AsmCond.h >@@ -308,16 +309,28 @@ > include/llvm/MC/MCParser/MCAsmParser.h > include/llvm/MC/MCParser/MCAsmParserExtension.h > include/llvm/MC/MCParser/MCParsedAsmOperand.h >+include/llvm/MC/MCRegisterInfo.h > include/llvm/MC/MCSection.h > include/llvm/MC/MCSectionCOFF.h > include/llvm/MC/MCSectionELF.h > include/llvm/MC/MCSectionMachO.h > include/llvm/MC/MCStreamer.h >+include/llvm/MC/MCSubtargetInfo.h > include/llvm/MC/MCSymbol.h >+include/llvm/MC/MCTargetAsmLexer.h >+include/llvm/MC/MCTargetAsmParser.h > include/llvm/MC/MCValue.h >+include/llvm/MC/MCWin64EH.h >+include/llvm/MC/MachineLocation.h > include/llvm/MC/SectionKind.h >+include/llvm/MC/SubtargetFeature.h > include/llvm/Metadata.h > include/llvm/Module.h >+include/llvm/Object/Archive.h >+include/llvm/Object/Binary.h >+include/llvm/Object/COFF.h >+include/llvm/Object/Error.h >+include/llvm/Object/MachO.h > include/llvm/Object/MachOFormat.h > include/llvm/Object/MachOObject.h > include/llvm/Object/ObjectFile.h >@@ -333,16 +346,21 @@ > include/llvm/Support/AlignOf.h > include/llvm/Support/Allocator.h > include/llvm/Support/Atomic.h >+include/llvm/Support/BlockFrequency.h >+include/llvm/Support/BranchProbability.h > include/llvm/Support/CFG.h > include/llvm/Support/COFF.h > include/llvm/Support/CallSite.h >+include/llvm/Support/Capacity.h > include/llvm/Support/Casting.h >+include/llvm/Support/CodeGen.h > include/llvm/Support/CommandLine.h > include/llvm/Support/Compiler.h > include/llvm/Support/ConstantFolder.h > include/llvm/Support/ConstantRange.h > include/llvm/Support/CrashRecoveryContext.h > include/llvm/Support/DOTGraphTraits.h >+include/llvm/Support/DataExtractor.h > include/llvm/Support/DataFlow.h > include/llvm/Support/DataTypes.h > include/llvm/Support/Debug.h >@@ -359,6 +377,7 @@ > include/llvm/Support/FileUtilities.h > include/llvm/Support/Format.h > include/llvm/Support/FormattedStream.h >+include/llvm/Support/GCOV.h > include/llvm/Support/GetElementPtrTypeIterator.h > include/llvm/Support/GraphWriter.h > include/llvm/Support/Host.h >@@ -400,11 +419,12 @@ > include/llvm/Support/Signals.h > include/llvm/Support/Solaris.h > include/llvm/Support/SourceMgr.h >-include/llvm/Support/StandardPasses.h > include/llvm/Support/StringPool.h > include/llvm/Support/SwapByteOrder.h > include/llvm/Support/SystemUtils.h > include/llvm/Support/TargetFolder.h >+include/llvm/Support/TargetRegistry.h >+include/llvm/Support/TargetSelect.h > include/llvm/Support/ThreadLocal.h > include/llvm/Support/Threading.h > include/llvm/Support/TimeValue.h >@@ -413,27 +433,26 @@ > include/llvm/Support/TypeBuilder.h > include/llvm/Support/Valgrind.h > include/llvm/Support/ValueHandle.h >+include/llvm/Support/Win64EH.h > include/llvm/Support/circular_raw_ostream.h > include/llvm/Support/raw_os_ostream.h > include/llvm/Support/raw_ostream.h > include/llvm/Support/system_error.h > include/llvm/Support/type_traits.h > include/llvm/SymbolTableListTraits.h >+include/llvm/TableGen/Error.h >+include/llvm/TableGen/Main.h >+include/llvm/TableGen/Record.h >+include/llvm/TableGen/TableGenAction.h >+include/llvm/TableGen/TableGenBackend.h > include/llvm/Target/Mangler.h >-include/llvm/Target/SubtargetFeature.h > include/llvm/Target/Target.td >-include/llvm/Target/TargetAsmBackend.h >-include/llvm/Target/TargetAsmInfo.h >-include/llvm/Target/TargetAsmLexer.h >-include/llvm/Target/TargetAsmParser.h > include/llvm/Target/TargetCallingConv.h > include/llvm/Target/TargetCallingConv.td > include/llvm/Target/TargetData.h > include/llvm/Target/TargetELFWriterInfo.h > include/llvm/Target/TargetFrameLowering.h >-include/llvm/Target/TargetInstrDesc.h > include/llvm/Target/TargetInstrInfo.h >-include/llvm/Target/TargetInstrItineraries.h > include/llvm/Target/TargetIntrinsicInfo.h > include/llvm/Target/TargetJITInfo.h > include/llvm/Target/TargetLibraryInfo.h >@@ -443,14 +462,13 @@ > include/llvm/Target/TargetOpcodes.h > include/llvm/Target/TargetOptions.h > include/llvm/Target/TargetRegisterInfo.h >-include/llvm/Target/TargetRegistry.h > include/llvm/Target/TargetSchedule.td >-include/llvm/Target/TargetSelect.h > include/llvm/Target/TargetSelectionDAG.td > include/llvm/Target/TargetSelectionDAGInfo.h >-include/llvm/Target/TargetSubtarget.h >-include/llvm/Transforms/IPO.h >+include/llvm/Target/TargetSubtargetInfo.h > include/llvm/Transforms/IPO/InlinerPass.h >+include/llvm/Transforms/IPO/PassManagerBuilder.h >+include/llvm/Transforms/IPO.h > include/llvm/Transforms/Instrumentation.h > include/llvm/Transforms/Scalar.h > include/llvm/Transforms/Utils/AddrModeMatcher.h >@@ -463,26 +481,41 @@ > include/llvm/Transforms/Utils/PromoteMemToReg.h > include/llvm/Transforms/Utils/SSAUpdater.h > include/llvm/Transforms/Utils/SSAUpdaterImpl.h >+include/llvm/Transforms/Utils/SimplifyIndVar.h > include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h > include/llvm/Transforms/Utils/UnrollLoop.h > include/llvm/Transforms/Utils/ValueMapper.h > include/llvm/Type.h >-include/llvm/TypeSymbolTable.h > include/llvm/Use.h > include/llvm/User.h > include/llvm/Value.h > include/llvm/ValueSymbolTable.h >+include/llvm-c/Analysis.h >+include/llvm-c/BitReader.h >+include/llvm-c/BitWriter.h >+include/llvm-c/Core.h >+include/llvm-c/Disassembler.h >+include/llvm-c/EnhancedDisassembly.h >+include/llvm-c/ExecutionEngine.h >+include/llvm-c/Initialization.h >+include/llvm-c/LinkTimeOptimizer.h >+include/llvm-c/Object.h >+include/llvm-c/Target.h >+include/llvm-c/Transforms/IPO.h >+include/llvm-c/Transforms/PassManagerBuilder.h >+include/llvm-c/Transforms/Scalar.h >+include/llvm-c/lto.h > lib/BugpointPasses.so > lib/LLVMHello.so >-lib/libCompilerDriver.a > lib/libEnhancedDisassembly.a >-lib/libEnhancedDisassembly.so > lib/libLLVMARMAsmParser.a > lib/libLLVMARMAsmPrinter.a > lib/libLLVMARMCodeGen.a >+lib/libLLVMARMDesc.a > lib/libLLVMARMDisassembler.a > lib/libLLVMARMInfo.a > lib/libLLVMAlphaCodeGen.a >+lib/libLLVMAlphaDesc.a > lib/libLLVMAlphaInfo.a > lib/libLLVMAnalysis.a > lib/libLLVMArchive.a >@@ -491,15 +524,18 @@ > lib/libLLVMBitReader.a > lib/libLLVMBitWriter.a > lib/libLLVMBlackfinCodeGen.a >+lib/libLLVMBlackfinDesc.a > lib/libLLVMBlackfinInfo.a > lib/libLLVMCBackend.a > lib/libLLVMCBackendInfo.a > lib/libLLVMCellSPUCodeGen.a >+lib/libLLVMCellSPUDesc.a > lib/libLLVMCellSPUInfo.a > lib/libLLVMCodeGen.a > lib/libLLVMCore.a > lib/libLLVMCppBackend.a > lib/libLLVMCppBackendInfo.a >+lib/libLLVMDebugInfo.a > lib/libLLVMExecutionEngine.a > lib/libLLVMInstCombine.a > lib/libLLVMInstrumentation.a >@@ -509,6 +545,7 @@ > lib/libLLVMMBlazeAsmParser.a > lib/libLLVMMBlazeAsmPrinter.a > lib/libLLVMMBlazeCodeGen.a >+lib/libLLVMMBlazeDesc.a > lib/libLLVMMBlazeDisassembler.a > lib/libLLVMMBlazeInfo.a > lib/libLLVMMC.a >@@ -517,40 +554,54 @@ > lib/libLLVMMCParser.a > lib/libLLVMMSP430AsmPrinter.a > lib/libLLVMMSP430CodeGen.a >+lib/libLLVMMSP430Desc.a > lib/libLLVMMSP430Info.a >+lib/libLLVMMipsAsmPrinter.a > lib/libLLVMMipsCodeGen.a >+lib/libLLVMMipsDesc.a > lib/libLLVMMipsInfo.a > lib/libLLVMObject.a >+lib/libLLVMPTXAsmPrinter.a > lib/libLLVMPTXCodeGen.a >+lib/libLLVMPTXDesc.a > lib/libLLVMPTXInfo.a > lib/libLLVMPowerPCAsmPrinter.a > lib/libLLVMPowerPCCodeGen.a >+lib/libLLVMPowerPCDesc.a > lib/libLLVMPowerPCInfo.a >+lib/libLLVMRuntimeDyld.a > lib/libLLVMScalarOpts.a > lib/libLLVMSelectionDAG.a > lib/libLLVMSparcCodeGen.a >+lib/libLLVMSparcDesc.a > lib/libLLVMSparcInfo.a > lib/libLLVMSupport.a > lib/libLLVMSystemZCodeGen.a >+lib/libLLVMSystemZDesc.a > lib/libLLVMSystemZInfo.a >+lib/libLLVMTableGen.a > lib/libLLVMTarget.a > lib/libLLVMTransformUtils.a > lib/libLLVMX86AsmParser.a > lib/libLLVMX86AsmPrinter.a > lib/libLLVMX86CodeGen.a >+lib/libLLVMX86Desc.a > lib/libLLVMX86Disassembler.a > lib/libLLVMX86Info.a > lib/libLLVMX86Utils.a > lib/libLLVMXCoreCodeGen.a >+lib/libLLVMXCoreDesc.a > lib/libLLVMXCoreInfo.a > lib/libLLVMipa.a > lib/libLLVMipo.a > lib/libLTO.a > lib/libLTO.so >-lib/profile_rt.so >-%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz >+lib/libprofile_rt.a >+lib/libprofile_rt.so > %%PORTDOCS%%%%DOCSDIR%%/html/AliasAnalysis.html >+%%PORTDOCS%%%%DOCSDIR%%/html/Atomics.html > %%PORTDOCS%%%%DOCSDIR%%/html/BitCodeFormat.html >+%%PORTDOCS%%%%DOCSDIR%%/html/BranchWeightMetadata.html > %%PORTDOCS%%%%DOCSDIR%%/html/Bugpoint.html > %%PORTDOCS%%%%DOCSDIR%%/html/CFEBuildInstrs.html > %%PORTDOCS%%%%DOCSDIR%%/html/CMake.html >@@ -574,15 +625,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-nm.html > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-prof.html > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html >-%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmc.html >-%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgcc.html >-%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgxx.html > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/manpage.css > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/opt.html > %%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/tblgen.html > %%PORTDOCS%%%%DOCSDIR%%/html/CommandLine.html >-%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriver.html >-%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriverTutorial.html > %%PORTDOCS%%%%DOCSDIR%%/html/CompilerWriterInfo.html > %%PORTDOCS%%%%DOCSDIR%%/html/DebuggingJITedCode.html > %%PORTDOCS%%%%DOCSDIR%%/html/DeveloperPolicy.html >@@ -606,6 +652,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersManual.html > %%PORTDOCS%%%%DOCSDIR%%/html/Projects.html > %%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html >+%%PORTDOCS%%%%DOCSDIR%%/html/SegmentedStacks.html > %%PORTDOCS%%%%DOCSDIR%%/html/SourceLevelDebugging.html > %%PORTDOCS%%%%DOCSDIR%%/html/SystemLibrary.html > %%PORTDOCS%%%%DOCSDIR%%/html/TableGenFundamentals.html >@@ -625,6 +672,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl2.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl3.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl4.html >+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5-cfg.png > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl6.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl7.html >@@ -638,6 +686,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl8.html > %%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html >+%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz > %%PORTDOCS%%%%DOCSDIR%%/ps/FileCheck.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/bugpoint.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/lit.ps >@@ -655,35 +704,33 @@ > %%PORTDOCS%%%%DOCSDIR%%/ps/llvm-nm.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/llvm-prof.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ranlib.ps >-%%PORTDOCS%%%%DOCSDIR%%/ps/llvmc.ps >-%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgcc.ps >-%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgxx.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/opt.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/tblgen.ps >-@dirrm include/llvm/Transforms/Utils >-@dirrm include/llvm/Transforms/IPO >-@dirrm include/llvm/Transforms >-@dirrm include/llvm/Target >-@dirrm include/llvm/Support >-@dirrm include/llvm/Object >-@dirrm include/llvm/MC/MCParser >-@dirrm include/llvm/MC >-@dirrm include/llvm/ExecutionEngine >-@dirrm include/llvm/Config >-@dirrm include/llvm/CompilerDriver >+@dirrm include/llvm/ADT >+@dirrm include/llvm/Analysis >+@dirrm include/llvm/Assembly >+@dirrm include/llvm/Bitcode > @dirrm include/llvm/CodeGen/PBQP/Heuristics > @dirrm include/llvm/CodeGen/PBQP > @dirrm include/llvm/CodeGen >-@dirrm include/llvm/Bitcode >-@dirrm include/llvm/Assembly >-@dirrm include/llvm/Analysis >-@dirrm include/llvm/ADT >+@dirrm include/llvm/Config >+@dirrm include/llvm/DebugInfo >+@dirrm include/llvm/ExecutionEngine >+@dirrm include/llvm/MC/MCParser >+@dirrm include/llvm/MC >+@dirrm include/llvm/Object >+@dirrm include/llvm/Support >+@dirrm include/llvm/TableGen >+@dirrm include/llvm/Target >+@dirrm include/llvm/Transforms/IPO >+@dirrm include/llvm/Transforms/Utils >+@dirrm include/llvm/Transforms >+@dirrm include/llvm > @dirrm include/llvm-c/Transforms > @dirrm include/llvm-c >-@dirrm include/llvm >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img > %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/CommandGuide >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial > %%PORTDOCS%%@dirrm %%DOCSDIR%%/html >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps > %%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164324
: 121368