diff --git a/docs/index.html b/docs/index.html
index b28993edbe0..50e9d8506b1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -55,34 +55,13 @@ provides reference information about the different tools in LLVM.
-- "Introduction to the LLVM Compiler Infrastructure"
Chris Lattner
- 2006 Itanium Conference and Expo, San Jose, California, April 2006.
-
-
-- "The LLVM Compiler Framework and
-Infrastructure Tutorial"
Chris Lattner and Vikram Adve
-LCPC'04 Mini Workshop on Compiler Research Infrastructures, West Lafayette, Indiana, Sep. 2004.
-
-- "LLVM: A Compilation Framework for
-Lifelong Program Analysis & Transformation"
Chris Lattner and Vikram
-Adve
Proc. of the 2004 International Symposium
-on Code Generation and Optimization (CGO'04), Palo Alto, California, Mar.
-2004.
-
-- "LLVA: A Low-level Virtual Instruction Set
-Architecture"
Vikram Adve, Chris Lattner, Michael Brukman, Anand Shukla,
-and Brian Gaeke
Proc. of the
-36th annual ACM/IEEE international symposium on Microarchitecture
-(MICRO-36), San Diego, CA, December 2003.
-
-- "Architecture For a Next-Generation
-GCC"
Chris Lattner & Vikram Adve
First Annual GCC Developers'
-Summit, Ottawa, Canada, May 2003.
-
-- "LLVM: An Infrastructure for
-Multi-Stage Optimization"
Chris Lattner
Masters Thesis,
-Computer Science Dept., University of Illinois at Urbana-Champaign,
-Dec. 2002
+- "Introduction to the LLVM Compiler Infrastructure" - Presentation describing LLVM.
+- "The LLVM Compiler Framework and
+Infrastructure Tutorial" - Tutorial for writing passes, exploring the system.
+- "LLVM: A Compilation Framework for
+Lifelong Program Analysis & Transformation" - Design overview.
+- "LLVM: An Infrastructure for
+Multi-Stage Optimization" - More details (somewhat old now).