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

Reid Spencer reid at x10sys.com
Sat Dec 2 08:35:57 PST 2006



Changes in directory llvm/docs/CommandGuide:

index.html updated: 1.29 -> 1.30
---
Log message:

Document the llvm-upgrade tool.


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

 index.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.29 llvm/docs/CommandGuide/index.html:1.30
--- llvm/docs/CommandGuide/index.html:1.29	Sun Aug 27 19:34:19 2006
+++ llvm/docs/CommandGuide/index.html	Sat Dec  2 10:35:42 2006
@@ -38,6 +38,9 @@
 <li><a href="html/llvm-dis.html"><b>llvm-dis</b></a> -
     disassemble a bytecode file into a human-readable .ll file</li>
 
+<li><a href="html/llvm-upgrade.html"><b>llvm-upgrade</b></a> -
+    upgrade LLVM assembly from previous version</li>
+
 <li><a href="html/opt.html"><b>opt</b></a> -
     run a series of LLVM-to-LLVM optimizations on a bytecode file</li>
 
@@ -156,7 +159,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/08/28 00:34:19 $
+  Last modified: $Date: 2006/12/02 16:35:42 $
 </address>
 
 </body>






More information about the llvm-commits mailing list