diff --git a/docs/ObjectFiles.html b/docs/ObjectFiles.html
index d6ce8fa4ccc..5201f718a68 100644
--- a/docs/ObjectFiles.html
+++ b/docs/ObjectFiles.html
@@ -74,19 +74,20 @@ needed in order to understand what files should be linked into your program.
libtransforms.a |
- An archive of all code transformations.
+ An archive of just the level raise pass.
|
libtarget.a |
- An archive containing target (machine) specific code.
+ An archive containing code generator support for describing
+ target architectures.
|
libanalysis.a |
- An archive containing analysis code.
+ An archive containing intra-procedural analyses.
|
@@ -105,7 +106,8 @@ needed in order to understand what files should be linked into your program.
libipa.a |
- Inter-procedural ?? |
+
+ An archive containing inter-procedural analyses |
libtransformutils.a |
@@ -117,6 +119,10 @@ needed in order to understand what files should be linked into your program.
libsupport.a |
General support utilities |
+
+ libevar.a |
+ Live variable analysis for SPARC |
+
Object File |
Description |
@@ -139,11 +145,11 @@ needed in order to understand what files should be linked into your program.
sched.o |
- Scheduler? For What? |
+ SPARC instruction scheduler |
selectiondag.o |
- Selection Directed Acyclic Graph? |
+ Aggressive instruction selector for Directed Acyclic Graphs |
transformutils.o |
@@ -155,7 +161,7 @@ needed in order to understand what files should be linked into your program.
select.o |
- Select Statement? |
+ SPARC instruction selector |
cwriter.o |
@@ -163,7 +169,7 @@ needed in order to understand what files should be linked into your program.
profpaths.o |
- Profile Paths? |
+ Path profiling instrumentation |
regalloc.o |
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index d6ce8fa4ccc..5201f718a68 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -74,19 +74,20 @@ needed in order to understand what files should be linked into your program.
libtransforms.a |
- An archive of all code transformations.
+ An archive of just the level raise pass.
|
libtarget.a |
- An archive containing target (machine) specific code.
+ An archive containing code generator support for describing
+ target architectures.
|
libanalysis.a |
- An archive containing analysis code.
+ An archive containing intra-procedural analyses.
|
@@ -105,7 +106,8 @@ needed in order to understand what files should be linked into your program.
libipa.a |
- Inter-procedural ?? |
+
+ An archive containing inter-procedural analyses |
libtransformutils.a |
@@ -117,6 +119,10 @@ needed in order to understand what files should be linked into your program.
libsupport.a |
General support utilities |
+
+ libevar.a |
+ Live variable analysis for SPARC |
+
Object File |
Description |
@@ -139,11 +145,11 @@ needed in order to understand what files should be linked into your program.
sched.o |
- Scheduler? For What? |
+ SPARC instruction scheduler |
selectiondag.o |
- Selection Directed Acyclic Graph? |
+ Aggressive instruction selector for Directed Acyclic Graphs |
transformutils.o |
@@ -155,7 +161,7 @@ needed in order to understand what files should be linked into your program.
select.o |
- Select Statement? |
+ SPARC instruction selector |
cwriter.o |
@@ -163,7 +169,7 @@ needed in order to understand what files should be linked into your program.
profpaths.o |
- Profile Paths? |
+ Path profiling instrumentation |
regalloc.o |