From 2161834d013f527b734950f8f73606233be1bba4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 5 Sep 2004 03:20:18 +0000 Subject: Fix object/library filenames that have changed, clarify descriptions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16177 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsingLibraries.html | 76 +++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 46 deletions(-) (limited to 'docs/UsingLibraries.html') diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 34891eed9a..6152f3ac91 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -70,7 +70,7 @@ needed in order to understand what files should be linked into your program. libipo.a - An archive of all inter-procedural optimizations. + An archive of all interprocedural optimizations. @@ -81,56 +81,40 @@ needed in order to understand what files should be linked into your program. libtransforms.a - - An archive of just the level raise pass. - + Uncategorized transformations. libtarget.a - - An archive containing code generator support for describing - target architectures. - + An archive containing generic code generator support. libanalysis.a - - An archive containing intra-procedural analyses. - + An archive containing intraprocedural analyses. libdatastructure.a - - An archive containing optimizations for data structures. - + An archive containing DataStructure Analysis. libinstrument.a - No idea. + Intraprocedural instrumentation and utilities. - libregalloc.a - Register Allocation code. + libsparcv9regalloc.a + SparcV9 graph-coloring register allocator. libipa.a - - An archive containing inter-procedural analyses + An archive containing interprocedural analyses libtransformutils.a - - Utiltities for transformations? - + Utility functions for transformations. libsupport.a General support utilities - - libevar.a - Live variable analysis for SPARC -

Object File

Description

@@ -145,15 +129,15 @@ needed in order to understand what files should be linked into your program. bcreader.o - Byte Code Reader + Bytecode Reader bcwriter.o - Byte Code Writer + Bytecode Writer sched.o - SPARC instruction scheduler + SparcV9 instruction scheduler selectiondag.o @@ -165,11 +149,11 @@ needed in order to understand what files should be linked into your program. ipa.o - Inter-Procedural Analysis Optimizations + Interprocedural Analyses - select.o - SPARC instruction selector + sparcv9select.o + SparcV9 instruction selector cwriter.o @@ -180,24 +164,24 @@ needed in order to understand what files should be linked into your program. Path profiling instrumentation - regalloc.o - Register Allocation + sparcv9regalloc.o + SparcV9 graph-coloring register allocator instrument.o - Instrumentation? Of What? + Intraprocedural instrumentation and utilities. datastructure.o - Data Structure Analysis + DataStructure Analysis codegen.o Native code generation - livevar.o - Live Variable Analysis + sparcv9livevar.o + SparcV9 Live Variable Analysis vmcore.o @@ -223,27 +207,27 @@ needed in order to understand what files should be linked into your program. analysis.o - General Framework For Analysis? + General framework for Analysis - sparc.o - Sun SPARC Processor Specific + sparcv9.o + SparcV9 backend target.o - Target Machine Support? + Generic backend support transforms.o - Code Transformations + Uncategorized transformations. x86.o - Intel x86 Processor Specific + Intel x86 backend powerpc.o - PowerPC Processor Specific + PowerPC backend scalaropts.o @@ -251,7 +235,7 @@ needed in order to understand what files should be linked into your program. ipo.o - Inter-Procedural Optimization + Interprocedural Optimizations trace.o -- cgit v1.2.3