summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-11 19:13:12 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-11 19:13:12 +0000
commite0db815ccf108bec3182de77d045131ebed101d6 (patch)
tree4a31f078809e5b08fa9394a117aa461a092dfed6 /docs
parentbdb41194dd4890dc1572d630d078708e095981f1 (diff)
downloadllvm-e0db815ccf108bec3182de77d045131ebed101d6.tar.gz
llvm-e0db815ccf108bec3182de77d045131ebed101d6.tar.bz2
llvm-e0db815ccf108bec3182de77d045131ebed101d6.tar.xz
* Added pointers to the README files in emacs/ and vim/ directories.
* Added slashes to distinguish directories and tools from simple scripts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html14
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>