diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-22 05:45:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-22 05:45:02 +0000 |
commit | 8b1dc164449be9e60f8dcfd6b1c512c67d94f01b (patch) | |
tree | 4eae130a6538ea89588738308b6c163bc90e1757 /docs/LLVMVsTheWorld.html | |
parent | c6bd1953366ec3ff109792c0ce260b26b60e1f94 (diff) | |
download | external_llvm-8b1dc164449be9e60f8dcfd6b1c512c67d94f01b.zip external_llvm-8b1dc164449be9e60f8dcfd6b1c512c67d94f01b.tar.gz external_llvm-8b1dc164449be9e60f8dcfd6b1c512c67d94f01b.tar.bz2 |
Link to most recent "LLVM document"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LLVMVsTheWorld.html')
-rw-r--r-- | docs/LLVMVsTheWorld.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index a69ae20..70f1523 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -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 |