X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.html;h=1b6694156fdaf50d278bdb8205b3be801c068a06;hb=0a18934a232457d99425cf9baafae434043ae790;hp=7f61fdef1b7194dd8a04857c9ec500301c2c5f5e;hpb=a6536563f471d54b0cf1144d969a0f675df907da;p=oota-llvm.git diff --git a/docs/index.html b/docs/index.html index 7f61fdef1b7..1b6694156fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,10 +28,10 @@ @@ -128,6 +131,9 @@ Browser
  • Writing an LLVM Pass - Information on how to write LLVM transformations and analyses.
  • +
  • Writing an LLVM Backend - Information +on how to write LLVM backends for machine targets.
  • +
  • The LLVM Target-Independent Code Generator - The design and implementation of the LLVM code generator. Useful if you are working on retargetting LLVM to a new architecture, designing @@ -156,6 +162,10 @@ source-level debugger.
  • Bugpoint automatic bug finder and test-case reducer description and usage information.
  • +
  • Compiler Driver (llvmc) - This document +describes the design and configuration of the LLVM compiler driver tool, +llvmc.
  • +