[llvm-commits] CVS: llvm/www/docs/GettingStarted.html
Michael Brukman
brukman at cs.uiuc.edu
Mon Aug 11 14:14:01 PDT 2003
Changes in directory llvm/www/docs:
GettingStarted.html updated: 1.31 -> 1.32
---
Log message:
* Added pointers to the README files in emacs/ and vim/ directories.
* Added slashes to distinguish directories and tools from simple scripts.
---
Diffs of the changes:
Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.31 llvm/www/docs/GettingStarted.html:1.32
--- llvm/www/docs/GettingStarted.html:1.31 Mon Aug 11 13:53:14 2003
+++ llvm/www/docs/GettingStarted.html Mon Aug 11 14:13:12 2003
@@ -886,7 +886,7 @@
they are code generators for parts of LLVM infrastructure.
<dl compact>
- <td><tt><b>Burg</b></tt><dd> <tt>Burg</tt> is an instruction selector
+ <td><tt><b>Burg/</b></tt><dd> <tt>Burg</tt> is an instruction selector
generator -- it builds trees on which it then performs pattern-matching to
select instructions according to the patterns the user has specified. Burg
is currently used in the Sparc V9 backend.<p>
@@ -905,10 +905,11 @@
top of your LLVM CVS tree, running <tt>utils/cvsupdate</tt> is the
preferred way of updating the tree.<p>
- <dt><tt><b>emacs</b></tt><dd> The <tt>emacs</tt> directory contains
+ <dt><tt><b>emacs/</b></tt><dd> The <tt>emacs</tt> directory contains
syntax-highlighting files which will work with Emacs and XEmacs editors,
providing syntax highlighting support for LLVM assembly files and TableGen
- description files.<p>
+ description files. For information on how to use the syntax files, consult
+ the <tt>README</tt> file in that directory.<p>
<dt><tt><b>getsrcs.sh</b></tt><dd> The <tt>getsrcs.sh</tt> script finds
and outputs all non-generated source files, which is useful if one wishes
@@ -931,15 +932,16 @@
tools, and the results can be seen by following the appropriate link on
the <a href="http://llvm.cs.uiuc.edu/">LLVM homepage</a>.<p>
- <dt><tt><b>TableGen</b></tt><dd> The <tt>TableGen</tt> directory contains
+ <dt><tt><b>TableGen/</b></tt><dd> The <tt>TableGen</tt> directory contains
the tool used to generate register descriptions, instruction set
descriptions, and even assemblers from common TableGen description
files.<p>
- <dt><tt><b>vim</b></tt><dd> The <tt>vim</tt> directory contains
+ <dt><tt><b>vim/</b></tt><dd> The <tt>vim</tt> directory contains
syntax-highlighting files which will work with the VIM editor, providing
syntax highlighting support for LLVM assembly files and TableGen
- description files.<p>
+ description files. For information on how to use the syntax files, consult
+ the <tt>README</tt> file in that directory.<p>
</dl>
More information about the llvm-commits
mailing list