summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-17 09:38:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-17 09:38:50 +0000
commit85baf76eec765a9c7212bf57b025388e964f441d (patch)
tree817360e64dff04f17051e40b69b1ba0c43443c98 /docs/index.html
parentaaa3da966583bd64ea241369385ebeff8a801c1e (diff)
downloadexternal_llvm-85baf76eec765a9c7212bf57b025388e964f441d.zip
external_llvm-85baf76eec765a9c7212bf57b025388e964f441d.tar.gz
external_llvm-85baf76eec765a9c7212bf57b025388e964f441d.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index b207e75..cd50766 100644
--- a/docs/index.html
+++ b/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>