diff --git a/docs/ObjectFiles.html b/docs/ObjectFiles.html index c38a985eebe..34891eed9a2 100644 --- a/docs/ObjectFiles.html +++ b/docs/ObjectFiles.html @@ -1,12 +1,20 @@ - +
Written by Reid Spencer
-The table below provides a summary of the basic contents of each file.
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.a | -No idea. | +libinstrument.a | +No idea. |
libregalloc.a | -Register Allocation code. | +libregalloc.a | +Register Allocation code. |
libipa.a | -+ | libipa.a | +An archive containing inter-procedural analyses |
libtransformutils.a | -+ | libtransformutils.a | +Utiltities for transformations? |
libsupport.a | -General support utilities | +libsupport.a | +General support utilities |
libevar.a | -Live variable analysis for SPARC | +libevar.a | +Live variable analysis for SPARC |
Object File |
- Description |
+ Object File |
+ Description |
support.o | -General support utilities | +support.o | +General support utilities |
asmparser.o | -Assembler Parser | +asmparser.o | +Assembler Parser |
bcreader.o | -Byte Code Reader | +bcreader.o | +Byte Code Reader |
bcwriter.o | -Byte Code Writer | +bcwriter.o | +Byte Code Writer |
sched.o | -SPARC instruction scheduler | +sched.o | +SPARC instruction scheduler |
selectiondag.o | -Aggressive instruction selector for Directed Acyclic Graphs | +selectiondag.o | +Aggressive instruction selector for Directed Acyclic Graphs |
transformutils.o | -Utilities for code transformations | +transformutils.o | +Utilities for code transformations |
ipa.o | -Inter-Procedural Analysis Optimizations | +ipa.o | +Inter-Procedural Analysis Optimizations |
select.o | -SPARC instruction selector | +select.o | +SPARC instruction selector |
cwriter.o | -"C" Code Writer | +cwriter.o | +"C" Code Writer |
profpaths.o | -Path profiling instrumentation | +profpaths.o | +Path profiling instrumentation |
regalloc.o | -Register Allocation | +regalloc.o | +Register Allocation |
instrument.o | -Instrumentation? Of What? | +instrument.o | +Instrumentation? Of What? |
datastructure.o | -Data Structure Analysis | +datastructure.o | +Data Structure Analysis |
codegen.o | -Native code generation | +codegen.o | +Native code generation |
livevar.o | -Live Variable Analysis | +livevar.o | +Live Variable Analysis |
vmcore.o | -Virtual Machine Core | +vmcore.o | +Virtual Machine Core |
lli-interpreter.o | -Interpreter for LLVM ByteCode | +lli-interpreter.o | +Interpreter for LLVM ByteCode |
lli-jit.o | -+ | lli-jit.o | +Just-In-Time Compiler For LLVM ByteCode |
executionengine.o | -Engine for LLI | +executionengine.o | +Engine for LLI |
debugger.o | -Source Level Debugging Support | +debugger.o | +Source Level Debugging Support |
analysis.o | -General Framework For Analysis? | +analysis.o | +General Framework For Analysis? |
sparc.o | -Sun SPARC Processor Specific | +sparc.o | +Sun SPARC Processor Specific |
target.o | -Target Machine Support? | +target.o | +Target Machine Support? |
transforms.o | -Code Transformations | +transforms.o | +Code Transformations |
x86.o | -Intel x86 Processor Specific | +x86.o | +Intel x86 Processor Specific |
powerpc.o | -PowerPC Processor Specific | +powerpc.o | +PowerPC Processor Specific |
scalaropts.o | -Optimizations For Scalars | +scalaropts.o | +Optimizations For Scalars |
ipo.o | -Inter-Procedural Optimization | +ipo.o | +Inter-Procedural Optimization |
trace.o | -Support For Tracing/Debugging? | +trace.o | +Support For Tracing/Debugging? |
profile_rt.o | -Runtime Library For Profiler | +profile_rt.o | +Runtime Library For Profiler |
sample.o | -Sample Program ? | +sample.o | +Sample Program ? |
stkr_compiler.o | -Stacker Language Compiler Library | +stkr_compiler.o | +Stacker Language Compiler Library |
stkr_runtime.o | -Stacker Language Runtime Library | +stkr_runtime.o | +Stacker Language Runtime Library |
Written by Reid Spencer
The table below provides a summary of the basic contents of each file.
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.a | -No idea. | +libinstrument.a | +No idea. |
libregalloc.a | -Register Allocation code. | +libregalloc.a | +Register Allocation code. |
libipa.a | -+ | libipa.a | +An archive containing inter-procedural analyses |
libtransformutils.a | -+ | libtransformutils.a | +Utiltities for transformations? |
libsupport.a | -General support utilities | +libsupport.a | +General support utilities |
libevar.a | -Live variable analysis for SPARC | +libevar.a | +Live variable analysis for SPARC |
Object File |
- Description |
+ Object File |
+ Description |
support.o | -General support utilities | +support.o | +General support utilities |
asmparser.o | -Assembler Parser | +asmparser.o | +Assembler Parser |
bcreader.o | -Byte Code Reader | +bcreader.o | +Byte Code Reader |
bcwriter.o | -Byte Code Writer | +bcwriter.o | +Byte Code Writer |
sched.o | -SPARC instruction scheduler | +sched.o | +SPARC instruction scheduler |
selectiondag.o | -Aggressive instruction selector for Directed Acyclic Graphs | +selectiondag.o | +Aggressive instruction selector for Directed Acyclic Graphs |
transformutils.o | -Utilities for code transformations | +transformutils.o | +Utilities for code transformations |
ipa.o | -Inter-Procedural Analysis Optimizations | +ipa.o | +Inter-Procedural Analysis Optimizations |
select.o | -SPARC instruction selector | +select.o | +SPARC instruction selector |
cwriter.o | -"C" Code Writer | +cwriter.o | +"C" Code Writer |
profpaths.o | -Path profiling instrumentation | +profpaths.o | +Path profiling instrumentation |
regalloc.o | -Register Allocation | +regalloc.o | +Register Allocation |
instrument.o | -Instrumentation? Of What? | +instrument.o | +Instrumentation? Of What? |
datastructure.o | -Data Structure Analysis | +datastructure.o | +Data Structure Analysis |
codegen.o | -Native code generation | +codegen.o | +Native code generation |
livevar.o | -Live Variable Analysis | +livevar.o | +Live Variable Analysis |
vmcore.o | -Virtual Machine Core | +vmcore.o | +Virtual Machine Core |
lli-interpreter.o | -Interpreter for LLVM ByteCode | +lli-interpreter.o | +Interpreter for LLVM ByteCode |
lli-jit.o | -+ | lli-jit.o | +Just-In-Time Compiler For LLVM ByteCode |
executionengine.o | -Engine for LLI | +executionengine.o | +Engine for LLI |
debugger.o | -Source Level Debugging Support | +debugger.o | +Source Level Debugging Support |
analysis.o | -General Framework For Analysis? | +analysis.o | +General Framework For Analysis? |
sparc.o | -Sun SPARC Processor Specific | +sparc.o | +Sun SPARC Processor Specific |
target.o | -Target Machine Support? | +target.o | +Target Machine Support? |
transforms.o | -Code Transformations | +transforms.o | +Code Transformations |
x86.o | -Intel x86 Processor Specific | +x86.o | +Intel x86 Processor Specific |
powerpc.o | -PowerPC Processor Specific | +powerpc.o | +PowerPC Processor Specific |
scalaropts.o | -Optimizations For Scalars | +scalaropts.o | +Optimizations For Scalars |
ipo.o | -Inter-Procedural Optimization | +ipo.o | +Inter-Procedural Optimization |
trace.o | -Support For Tracing/Debugging? | +trace.o | +Support For Tracing/Debugging? |
profile_rt.o | -Runtime Library For Profiler | +profile_rt.o | +Runtime Library For Profiler |
sample.o | -Sample Program ? | +sample.o | +Sample Program ? |
stkr_compiler.o | -Stacker Language Compiler Library | +stkr_compiler.o | +Stacker Language Compiler Library |
stkr_runtime.o | -Stacker Language Runtime Library | +stkr_runtime.o | +Stacker Language Runtime Library |