From f249fdc1c95cb2bcaeaa1696338b262fdf71101c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Jun 2004 17:18:11 +0000 Subject: [PATCH] Add a warning about incompleteness, fix validation errors llvm-svn: 13916 --- llvm/docs/CodeGenerator.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 4729cc089f6c..8480d34d3a2b 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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.