diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-17 09:38:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-17 09:38:50 +0000 |
commit | 9f093edf1a507ec02913e1fe111c7fb05da96608 (patch) | |
tree | 4505b9056fe34276d64d721ef3a7d48a13423207 /llvm/docs/index.html | |
parent | be6a243b9f8e9ae8fb3849394c00e1aaaae48841 (diff) | |
download | bcm5719-llvm-9f093edf1a507ec02913e1fe111c7fb05da96608.tar.gz bcm5719-llvm-9f093edf1a507ec02913e1fe111c7fb05da96608.zip |
Added a *very* initial cut at a lexicon for LLVM. I don't plan to write
this whole thing. Just use the pattern in the file to add entries as you
think of them. This will be really helpful for newbies to advanced compiler
optimization techniques such as myself.
llvm-svn: 15878
Diffstat (limited to 'llvm/docs/index.html')
-rw-r--r-- | llvm/docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index b207e75a010..cd50766efd9 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -110,6 +110,9 @@ to add instructions and intrinsics to LLVM.</li> <li><a href="CodingStandards.html">Coding Standards</a> - Guidelines for hacking LLVM source.</li> +<li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms +and concepts used in LLVM.</li> + <li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html"> classes</a>)</li> |