[llvm-commits] CVS: llvm/docs/Lexicon.html index.html

Reid Spencer reid at x10sys.com
Tue Aug 17 02:39:01 PDT 2004



Changes in directory llvm/docs:

Lexicon.html added (r1.1)
index.html updated: 1.26 -> 1.27
---
Log message:

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.


---
Diffs of the changes:  (+65 -1)

Index: llvm/docs/Lexicon.html
diff -c /dev/null llvm/docs/Lexicon.html:1.1
*** /dev/null	Tue Aug 17 04:39:00 2004
--- llvm/docs/Lexicon.html	Tue Aug 17 04:38:50 2004
***************
*** 0 ****
--- 1,61 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+ <html>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+   <title>The LLVM Lexicon</title>
+   <link rel="stylesheet" href="llvm.css" type="text/css">
+   <style type="text/css">
+     TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
+     TH { border: 2px solid gray; font-weight: bold; font-size: 105%; }
+     TABLE { text-align: center; border: 2px solid black; 
+       border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
+       margin-right: 1em; margin-bottom: 1em; }
+     .td_left { border: 2px solid gray; text-align: left; }
+   </style>
+   <meta name="author" content="Various">
+   <meta name="description" 
+   content="A glossary of terms used with the LLVM project.">
+ </head>
+ <body>
+ <div class="doc_title">The LLVM Lexicon</div>
+ <p class="doc_warning">NOTE: This document is a work in progress!</p>
+ <!-- *********************************************************************** -->
+ <div class="doc_section">Table Of Contents</div>
+ <!-- *********************************************************************** -->
+ <div class="doc_text">
+   <table>
+     <tr><td colspan="8"><b>- A -</b></td></tr>
+     <tr>
+       <td><a href="#ADCE">ADCE</a></td>
+       <td></td>
+       <td></td>
+     </tr>
+   </table>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ <div class="doc_section">Definitions</div>
+ <!-- *********************************************************************** -->
+ <!-- _______________________________________________________________________ -->
+ <div class="doc_subsection"><a name="A">- A -</a></div>
+ <div class="doc_text">
+   <dl>
+     <dt><b>ADCE</b></dt>
+     <dd><u>A</u>ggressive <u>D</u>ead <u>C</u>ode <u>E</u>limination</dd>
+   </dl>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ <hr>
+ <address> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><a
+  href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
+  href="http://llvm.org/">The LLVM Team</a><br>
+ <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
+ Last modified: $Date: 2004/08/17 09:38:50 $
+ </address>
+ <!-- vim: sw=2
+ -->
+ </body>
+ </html>


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.26 llvm/docs/index.html:1.27
--- llvm/docs/index.html:1.26	Tue Aug 17 03:01:57 2004
+++ llvm/docs/index.html	Tue Aug 17 04:38:50 2004
@@ -110,6 +110,9 @@
 <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>
@@ -199,6 +202,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/17 08:01:57 $
+  Last modified: $Date: 2004/08/17 09:38:50 $
 </address>
 






More information about the llvm-commits mailing list