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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Dec 14 12:36:40 PST 2004



Changes in directory reopt/docs:

index.html added (r1.1)
---
Log message:

Add Reopt documentation index.


---
Diffs of the changes:  (+27 -0)

Index: reopt/docs/index.html
diff -c /dev/null reopt/docs/index.html:1.1
*** /dev/null	Tue Dec 14 14:36:40 2004
--- reopt/docs/index.html	Tue Dec 14 14:36:30 2004
***************
*** 0 ****
--- 1,27 ----
+ <html>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <title>The LLVM Compiler Infrastructure Project</title>
+   <link rel="stylesheet" href="/llvm.css" type="text/css">
+ </head>
+ 
+ <body leftmargin="0" marginwidth="0">
+ 
+ <div class="www_title">
+   LLVM Reoptimizer
+ </div>
+ 
+ <ul>
+ <li><a href="ReoptPresentation.pdf">Presentation on the Reoptimizer's
+ design</a> (Dec 6, 2004; PDF)</li>
+ <li><a href="ReoptUsersGuide.rtf">Reoptimizer user's guide</a>
+ (Dec 14, 2004; Microsoft RTF)</li>
+ <li>Anand Shukla's
+ <a href="http://llvm.cs.uiuc.edu/pubs/2003-07-18-ShuklaMSThesis.html">
+ "Lightweight, Cross-Procedure Tracing for Runtime Optimization"</a>
+ M.S. thesis (July 2003; PS & PDF)</li>
+ </ul>
+ <hr>
+ <address>gaeke at uiuc.edu</address>
+ </body>
+ </html>






More information about the llvm-commits mailing list