diff --git a/llvm/docs/ObjectFiles.html b/llvm/docs/ObjectFiles.html index c38a985eebee..34891eed9a27 100644 --- a/llvm/docs/ObjectFiles.html +++ b/llvm/docs/ObjectFiles.html @@ -1,12 +1,20 @@ - + Object Files: Understanding The Result Of LLVM Compilation + -
Object Files: Understanding The Result Of LLVM Compilation
-
+
+ Object Files: Understanding The Result Of LLVM Compilation +
+
  1. Abstract
  2. Introduction
  3. @@ -23,8 +31,6 @@

    Written by Reid Spencer

    -
    -
    Abstract
    @@ -52,220 +58,220 @@ needed in order to understand what files should be linked into your program.

    The table below provides a summary of the basic contents of each file.

    + style="width:80%; text-align: left; border: 2px solid gray; border-collapse: collapse;"> - - + + - - + - - + - - + - - + - - + - - + - - + + - - + + - - + - - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
    Summary Of LLVM Library And Object Files

    Library

    Description

    Library

    Description

    libipo.a + libipo.a An archive of all inter-procedural optimizations.
    libscalaropts.a + libscalaropts.a An archive of all scalar optimizations.
    libtransforms.a + libtransforms.a An archive of just the level raise pass.
    libtarget.a + libtarget.a An archive containing code generator support for describing target architectures.
    libanalysis.a + libanalysis.a An archive containing intra-procedural analyses.
    libdatastructure.a + libdatastructure.a An archive containing optimizations for data structures.
    libinstrument.aNo idea.libinstrument.aNo idea.
    libregalloc.aRegister Allocation code.libregalloc.aRegister Allocation code.
    libipa.a + libipa.a An archive containing inter-procedural analyses
    libtransformutils.a + libtransformutils.a Utiltities for transformations?
    libsupport.aGeneral support utilitieslibsupport.aGeneral support utilities
    libevar.aLive variable analysis for SPARClibevar.aLive variable analysis for SPARC

    Object File

    Description

    Object File

    Description

    support.oGeneral support utilitiessupport.oGeneral support utilities
    asmparser.oAssembler Parserasmparser.oAssembler Parser
    bcreader.oByte Code Readerbcreader.oByte Code Reader
    bcwriter.oByte Code Writerbcwriter.oByte Code Writer
    sched.oSPARC instruction schedulersched.oSPARC instruction scheduler
    selectiondag.oAggressive instruction selector for Directed Acyclic Graphsselectiondag.oAggressive instruction selector for Directed Acyclic Graphs
    transformutils.oUtilities for code transformationstransformutils.oUtilities for code transformations
    ipa.oInter-Procedural Analysis Optimizationsipa.oInter-Procedural Analysis Optimizations
    select.oSPARC instruction selectorselect.oSPARC instruction selector
    cwriter.o"C" Code Writercwriter.o"C" Code Writer
    profpaths.oPath profiling instrumentationprofpaths.oPath profiling instrumentation
    regalloc.oRegister Allocationregalloc.oRegister Allocation
    instrument.oInstrumentation? Of What?instrument.oInstrumentation? Of What?
    datastructure.oData Structure Analysisdatastructure.oData Structure Analysis
    codegen.oNative code generationcodegen.oNative code generation
    livevar.oLive Variable Analysislivevar.oLive Variable Analysis
    vmcore.oVirtual Machine Corevmcore.oVirtual Machine Core
    lli-interpreter.oInterpreter for LLVM ByteCodelli-interpreter.oInterpreter for LLVM ByteCode
    lli-jit.o + lli-jit.o Just-In-Time Compiler For LLVM ByteCode
    executionengine.oEngine for LLIexecutionengine.oEngine for LLI
    debugger.oSource Level Debugging Supportdebugger.oSource Level Debugging Support
    analysis.oGeneral Framework For Analysis?analysis.oGeneral Framework For Analysis?
    sparc.oSun SPARC Processor Specificsparc.oSun SPARC Processor Specific
    target.oTarget Machine Support?target.oTarget Machine Support?
    transforms.oCode Transformationstransforms.oCode Transformations
    x86.oIntel x86 Processor Specificx86.oIntel x86 Processor Specific
    powerpc.oPowerPC Processor Specificpowerpc.oPowerPC Processor Specific
    scalaropts.oOptimizations For Scalarsscalaropts.oOptimizations For Scalars
    ipo.oInter-Procedural Optimizationipo.oInter-Procedural Optimization
    trace.oSupport For Tracing/Debugging?trace.oSupport For Tracing/Debugging?
    profile_rt.oRuntime Library For Profilerprofile_rt.oRuntime Library For Profiler
    sample.oSample Program ?sample.oSample Program ?
    stkr_compiler.oStacker Language Compiler Librarystkr_compiler.oStacker Language Compiler Library
    stkr_runtime.oStacker Language Runtime Librarystkr_runtime.oStacker Language Runtime Library