Link to most recent "LLVM document"

llvm-svn: 11703
This commit is contained in:
Chris Lattner 2004-02-22 05:45:02 +00:00
parent 8d0bacbb9e
commit 132f6bb60f
2 changed files with 6 additions and 6 deletions

View File

@ -60,8 +60,8 @@ machine code to memory. Supports one backend at a time.</p>
<p>LLVM: Supports compilation of C and C++ (with more languages coming soon),
strong SSA-based optimization at compile-time, link-time, run-time, and
off-line, and multiple platform backends with Just-in-Time and ahead-of-time
compilation frameworks. (See our tech report on <a
href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">Lifelong
compilation frameworks. (See our document on <a
href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">Lifelong
Code Optimization</a> for more.)</p>
<p>GCC: Many relatively mature platform backends support assembly-language code

View File

@ -121,10 +121,10 @@ LLVM Design Overview:
<dl compact>
<dt>
LLVM: A Compilation Framework for Lifelong Program Analysis
and Transformation:
&amp; Transformation
<dd>
<a href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">
http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html </a>
<a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">
http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html </a>
</dl>