From: Chris Lattner Date: Tue, 1 Jun 2004 17:18:11 +0000 (+0000) Subject: Add a warning about incompleteness, fix validation errors X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=10d6800742cc773bc7578fbd8b5cd516e2563d03;p=oota-llvm.git Add a warning about incompleteness, fix validation errors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13916 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 4729cc089f6..8480d34d3a2 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -36,7 +36,7 @@
  • Target description implementations
  • @@ -45,6 +45,10 @@

    Written by Chris Lattner

    +
    +

    Warning: This is a work in progress.

    +
    +
    Introduction @@ -126,12 +130,11 @@ implement radically different code generators in the LLVM system that do not make use of any of the built-in components. Doing so is not recommended at all, but could be required for radically different targets that do not fit into the LLVM machine description model: programmable FPGAs for example.

    -

    - The high-level design of the code generator + The high-level design of the code generator
    @@ -195,7 +198,7 @@ targets with unusual requirements can be supported with custom passes as needed.
    @@ -273,7 +276,7 @@ target, and whether the target is little- or big-endian.

    @@ -310,17 +313,17 @@ href="TableGenFundamentals.html">TableGen description of the register file.