diff --git a/llvm/docs/LLVMVsTheWorld.html b/llvm/docs/LLVMVsTheWorld.html index a69ae20c1024..70f15233312e 100644 --- a/llvm/docs/LLVMVsTheWorld.html +++ b/llvm/docs/LLVMVsTheWorld.html @@ -60,8 +60,8 @@ machine code to memory. Supports one backend at a time.

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 Lifelong +compilation frameworks. (See our document on Lifelong Code Optimization for more.)

GCC: Many relatively mature platform backends support assembly-language code diff --git a/llvm/docs/index.html b/llvm/docs/index.html index fa37e1c37e95..c01fdbdf1ba2 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -120,11 +120,11 @@ LLVM Design Overview:

- LLVM : A Compilation Framework for Lifelong Program Analysis - and Transformation: + LLVM: A Compilation Framework for Lifelong Program Analysis + & Transformation
- - http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html + + http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html