From: Misha Brukman Date: Mon, 6 Sep 2004 23:00:01 +0000 (+0000) Subject: Add link to new howto on writing backends. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=96bba388312d01bd31ea47bf491b1aaa801c3849;p=oota-llvm.git Add link to new howto on writing backends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16204 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index c1fc973e9de..8255644249b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -131,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