diff --git a/docs/ObjectFiles.html b/docs/ObjectFiles.html
index 34891eed9a2..6152f3ac918 100644
--- a/docs/ObjectFiles.html
+++ b/docs/ObjectFiles.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 |
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 34891eed9a2..6152f3ac918 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 |