From: NAKAMURA Takumi Date: Sat, 9 Apr 2011 09:51:57 +0000 (+0000) Subject: docs/*.html: Make W3C HTML 4.01 Strict more compliant. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d6deb099ee63f2b19f3abbe11e8e3c106fd8493;p=oota-llvm.git docs/*.html: Make W3C HTML 4.01 Strict more compliant. FIXME: The logo handling in ReleaseNotes.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129208 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 844e6cc5052..c1603be1299 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -567,7 +567,7 @@ which are intended to allow a pass to keep an AliasAnalysis consistent, however there's no way for a pass to declare in its getAnalysisUsage that it does so. Some passes attempt to use AU.addPreserved<AliasAnalysis>, however this doesn't -actually have any effect. +actually have any effect.

AliasAnalysisCounter (-count-aa) and AliasDebugger (-debug-aa) are implemented as ModulePass classes, so if your diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 8ac444c876a..36d31c9cefb 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -980,7 +980,7 @@ index in the table of MODULE_CODE_GCNAME entries.

  • unnamed_addr: If present and non-zero, indicates that the function -has unnamed_addr
  • +has unnamed_addr diff --git a/docs/CMake.html b/docs/CMake.html index 002c29d1bc1..fcf2972a728 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -342,7 +342,7 @@
    LLVM_LIT_TOOLS_DIR:STRING
    The path to GnuWin32 tools for tests. Valid on Windows host. Defaults to "", then Lit seeks tools according to %PATH%. - Lit can find tools(eg. grep, sort, &c) on LLVM_LIT_TOOLS_DIR at first, + Lit can find tools(eg. grep, sort, &c) on LLVM_LIT_TOOLS_DIR at first, without specifying GnuWin32 to %PATH%.
    LLVM_ENABLE_FFI:BOOL
    diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index d5fe258ba15..bd114b562fc 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -151,14 +151,14 @@ collector models. For instance, the intrinsics permit:

    support a broad class of garbage collected languages including Scheme, ML, Java, C#, Perl, Python, Lua, Ruby, other scripting languages, and more.

    -

    However, LLVM does not itself provide a garbage collector—this should +

    However, LLVM does not itself provide a garbage collector—this should be part of your language's runtime library. LLVM provides a framework for compile time code generation plugins. The role of these plugins is to generate code and data structures which conforms to the binary interface specified by the runtime library. This is similar to the relationship between LLVM and DWARF debugging info, for example. The difference primarily lies in the lack of an established standard in the domain -of garbage collection—thus the plugins.

    +of garbage collection—thus the plugins.

    The aspects of the binary interface with which LLVM's GC support is concerned are:

    diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 7b6759bf870..d6706119708 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -116,7 +116,7 @@ and performance.
  • Read the documentation.
  • Remember that you were warned twice about reading the documentation.
  • Install the llvm-gcc-4.2 front end if you intend to compile C or C++ - (see Install the GCC Front End for details):
  • + (see Install the GCC Front End for details):
    1. cd where-you-want-the-C-front-end-to-live
    2. gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -
    3. @@ -344,9 +344,9 @@ up ActivePerl, as these have Windows-specifics that will cause the build to fail.
    4. To use LLVM modules on Win32-based system, - you may configure LLVM with "--enable-shared".
    5. + you may configure LLVM with "--enable-shared".
    6. To compile SPU backend, you need to add - "LDFLAGS=-Wl,--stack,16777216" to configure.
    7. + "LDFLAGS=-Wl,--stack,16777216" to configure.
    @@ -801,11 +801,11 @@ instructions to successfully get and build the LLVM GCC front-end.

    sync automatically with each Subversion commit and contain all necessary git-svn marks (so, you can recreate git-svn metadata locally). Note that right now mirrors reflect only trunk for each project. You can do the - read-only GIT clone of LLVM via: + read-only GIT clone of LLVM via:

    +
     % git clone http://llvm.org/git/llvm.git
     
    -

    @@ -1238,7 +1238,7 @@ $ ./hello.bc

    This allows you to execute LLVM bitcode files directly. On Debian, you -can also use this command instead of the 'echo' command above:

    +can also use this command instead of the 'echo' command above:

    diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index cbc1df430c1..49d10b46d7a 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -213,14 +213,15 @@

    Note that quite a few of these test will fail.

    -
  • A specific test or test directory can be run with:
  • +
  • A specific test or test directory can be run with:
     % llvm-lit test/path/to/test
     
    - +
  • +
    diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index 019b5644257..85398d4fca6 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -82,12 +82,13 @@ diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c67766cbef4..29d10aff03a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -3,7 +3,6 @@ - LLVM 2.9 Release Notes @@ -119,8 +118,6 @@ look at the language compatibility guide to make sure this is not intentional or a known issue.

    -
      -
    diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 2eb9aec8f58..aed42943a33 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -804,7 +804,7 @@ DW_TAG_return_variable = 258

    This intrinsic provides information about a local element (ex. variable.) The - first argument is metadata holding alloca for the variable.. The + first argument is metadata holding alloca for the variable. The second argument is metadata containing description of the variable.

    diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 051772ec62c..5886c85242c 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -295,6 +295,7 @@ that subdirectory.

    +

    To run debugging information tests simply checkout the tests inside clang/test directory.

    diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 5ed8bb34a92..4883db2d939 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -26,7 +26,7 @@

    Warning: This document is out of date, for more information please see llvm-config or, - if you use CMake, the CMake LLVM + if you use CMake, the CMake LLVM guide.

    @@ -191,12 +191,12 @@

    This graph shows the dependency of archive libraries on other archive libraries or objects. Where a library has both archive and object forms, only the archive form is shown.

    - Library Dependencies + Library Dependencies

    Dependency Relationships Of Object Files

    This graph shows the dependency of object files on archive libraries or other objects. Where a library has both object and archive forms, only the dependency to the archive form is shown.

    - Object File Dependencies + Object File Dependencies

    The following list shows the dependency relationships between libraries in textual form. The information is the same as shown on the graphs but arranged alphabetically.

    @@ -280,8 +280,8 @@
  • libLLVMSystem.a
  • libLLVMbzip2.a
  • -
    libLLVMSystem.a
      -
    +
    libLLVMSystem.a
    +
    libLLVMTarget.a
    • libLLVMCore.a
    • libLLVMSupport.a
    • @@ -295,8 +295,8 @@
    • libLLVMTarget.a
    • libLLVMipa.a
    -
    libLLVMbzip2.a
      -
    +
    libLLVMbzip2.a
    +
    libLLVMipa.a
    • libLLVMAnalysis.a
    • libLLVMCore.a
    • @@ -430,7 +430,7 @@