diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 633b1e84a5..6486bd7784 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -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> |