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

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 24 11:53:51 PDT 2004



Changes in directory llvm/docs:

Lexicon.html updated: 1.4 -> 1.5
---
Log message:

Add some details


---
Diffs of the changes:  (+4 -2)

Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.4 llvm/docs/Lexicon.html:1.5
--- llvm/docs/Lexicon.html:1.4	Tue Aug 24 13:34:10 2004
+++ llvm/docs/Lexicon.html	Tue Aug 24 13:53:39 2004
@@ -79,7 +79,9 @@
 <div class="doc_text">
   <dl>
     <dt><a name="BURS"><b>BURS</b></a></dt>
-    <dd>Bottom Up Rewriting System</dd>
+    <dd>Bottom Up Rewriting System - A method of instruction selection for
+        code generation.  An example is the <a 
+href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
   </dl>
 </div>
 <!-- _______________________________________________________________________ -->
@@ -126,7 +128,7 @@
  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/24 18:34:10 $
+Last modified: $Date: 2004/08/24 18:53:39 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list