From 4148266c9dda70ee08cdfe5043e250a8019f97f6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 31 Oct 2004 23:24:31 +0000 Subject: [PATCH] Wrap to 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17385 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsingLibraries.html | 102 +++++++++++++++++++++++++-------------- 1 file changed, 67 insertions(+), 35 deletions(-) diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 20bc5f0305a..d41b1468364 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -13,8 +13,8 @@
  • Library Descriptions
  • Linkage Rules Of Thumb
      -
    1. Always Link vmcore.o, support.a -
    2. Placeholder +
    3. Always link LLVMCore, LLVMSupport, LLVMSystem +
    4. Never link both archive and re-linked
  • @@ -72,48 +72,80 @@ - - - - - - - + + + + + + + + + + + + + + - - - + + + + + + - - - - - - - + + + + + + + + + + + + + - + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + +
    LibraryFormsDescription
    Core Libraries
    LLVMAsmParser.oLLVM Assembly Parsing
    LLVMBCReader.oLLVM Bytecode Reading
    LLVMBCWriter.oLLVM Bytecode Writing
    LLVMDebugger.oSource Level Debugging Support
    LLVMSupport.a .oGeneral support utilities
    LLVMSystem.a .oOperating system abstraction
    LLVMCore.oLLVM Core IR
    LLVMAsmParser.oLLVM Assembly Parsing
    LLVMBCReader.oLLVM Bytecode Reading
    LLVMBCWriter.oLLVM Bytecode Writing
    LLVMDebugger.oSource Level Debugging Support
    LLVMSupport.a .oGeneral support utilities
    LLVMSystem.a .oOperating system abstraction
    LLVMCore.oLLVM Core IR
    Analysis Libraries
    LLVMAnalysis.a .oVarious analysis passes.
    LLVMDataStructure.a .oData structure analysis passes.
    LLVMipa.a .oInter-procedural analysis passes.
    LLVMAnalysis.a .oVarious analysis passes.
    LLVMDataStructure.a .oData structure analysis passes.
    LLVMipa.a .oInter-procedural analysis passes.
    Transformation Libraries
    LLVMInstrumentation.a .oInstrumentation passes.
    LLVMipo.a .oAll inter-procedural optimization passes.
    LLVMScalarOpts.a .oAll scalar optimization passes.
    LLVMTransforms.a .oUncategorized transformation passes.
    LLVMTransformUtils.a .oTransformation utilities.
    LLVMProfilePaths.oProfile paths for instrumentation.
    Transformation Libraries
    LLVMInstrumentation.a .oInstrumentation passes.
    LLVMipo.a .oAll inter-procedural optimization passes.
    LLVMScalarOpts.a .oAll scalar optimization passes.
    LLVMTransforms.a .oUncategorized transformation passes.
    LLVMTransformUtils.a .oTransformation utilities.
    LLVMProfilePaths.oProfile paths for instrumentation.
    Code Generation Libraries
    LLVMCodeGen.oNative code generation infrastructure
    LLVMCodeGen.oNative code generation infrastructure
    Target Libraries
    LLVMCBackend.o'C' language code generator.
    LLVMPowerPC.oPowerPC code generation backend
    LLVMSelectionDAG.oAggressive instruction selector for Directed Acyclic Graphs.
    LLVMSkeleton.a .oSkeleton for a code generation backend.
    LLVMSparcV9.oCode generation for SparcV9.
    LLVMSparcV9RegAlloc.a .oGraph-coloring register allocator for SparcV9.
    LLVMSparcV9InstrSched.oInstruction scheduling for SparcV9.
    LLVMSparcV9LiveVar.oLive variable analysis SparcV9.
    LLVMSparcV9ModuloSched.oModulo scheduling for SparcV9.
    LLVMTarget.a .oGeneric code generation utilities.
    LLVMX86.oIntel x86 code generation backend
    LLVMCBackend.o'C' language code generator.
    LLVMPowerPC.oPowerPC code generation backend
    LLVMSelectionDAG.oAggressive instruction selector for Directed Acyclic Graphs.
    LLVMSkeleton.a .oSkeleton for a code generation backend.
    LLVMSparcV9.oCode generation for SparcV9.
    LLVMSparcV9RegAlloc.a .oGraph-coloring register allocator for SparcV9.
    LLVMSparcV9InstrSched.oInstruction scheduling for SparcV9.
    LLVMSparcV9LiveVar.oLive variable analysis SparcV9.
    LLVMSparcV9ModuloSched.oModulo scheduling for SparcV9.
    LLVMTarget.a .oGeneric code generation utilities.
    LLVMX86.oIntel x86 code generation backend
    Runtime Libraries
    LLVMInterpreter.oBytecode Interpreter
    LLVMJIT.oBytecode JIT Compiler
    LLVMExecutionEngine.oVirtual machine engine
    LLVMexecve.oexecve(2) replacement for llee
    LLVMInterpreter.oBytecode Interpreter
    LLVMJIT.oBytecode JIT Compiler
    LLVMExecutionEngine.oVirtual machine engine
    LLVMexecve.oexecve(2) replacement for llee