[llvm-commits] CVS: llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html

Chris Lattner lattner at cs.uiuc.edu
Mon May 19 10:33:01 PDT 2003


Changes in directory llvm/www/pubs:

2002-08-09-LLVMCompilationStrategy.html added (r1.1)

---
Log message:

New file


---
Diffs of the changes:

Index: llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html
diff -c /dev/null llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html:1.1
*** /dev/null	Mon May 19 10:32:58 2003
--- llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html	Mon May 19 10:32:47 2003
***************
*** 0 ****
--- 1,58 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html><head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>The LLVM Instruction Set and Compilation Strategy</title>
+ </head>
+ <body bgcolor="#FFFFFF" text="#000000"> <!-- leftmargin="0" marginwidth="0" -->
+ 
+ <p align="center"><br>
+ 
+ <font size="6" face="Georgia,Palatino,Times,Roman"><b>
+   The LLVM Instruction Set and Compilation Strategy
+ </b></font><br>
+ 
+ <font size=4>
+    <a href="http://www.nondot.org/sabre/">Chris Lattner</a> and
+    <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>
+ </font></p>
+ 
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ This document introduces the LLVM compiler infrastructure and instruction set, a
+ simple approach that enables sophisticated code transformations at link time,
+ runtime, and in the field.  It is a pragmatic approach to compilation,
+ interfering with programmers and tools as little as possible, while still
+ retaining extensive high-level information from source-level compilers for later
+ stages of an application's lifetime.  We describe the LLVM instruction set,
+ the design of the LLVM system, and some of its key components.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <ul>
+   "The LLVM Instruction Set and Compilation Strategy",
+       Chris Lattner & Vikram Adve<br>
+   Technical Report #UIUCDCS-R-2002-2292, Computer Science Dept., Univ. of Illinois, Aug. 2002.
+ </ul>
+ 
+ <h2>Download:</h2>
+ <ul>
+ <li><a href="2002-08-09-LLVMCompilationStrategy.ps">The LLVM Instruction Set and Compilation Strategy</a> (PS)
+ <li><a href="2002-08-09-LLVMCompilationStrategy.pdf">The LLVM Instruction Set and Compilation Strategy</a> (PDF)
+ </ul>
+ 
+ <h2>Bibtex Entry:</h2>
+ <pre>
+   @TechReport{LattnerAdve:LLVM:ISCS,
+     Author      = {Chris Lattner and Vikram Adve},
+     Title       = {The {LLVM} Instruction Set and Compilation Strategy},
+     Institution = {Computer Science Dept.,
+                    Univ. of Illinois at Urbana-Champaign},
+     Number      = {UIUCDCS-R-2002-2292},
+     Type        = {Tech. Report},
+     Month       = {Aug},
+     Year        = {2002}
+   }
+ </pre>
+ 
+ </body></html>





More information about the llvm-commits mailing list