From f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Dec 2008 18:23:24 +0000 Subject: Removed warnings from HTML 4.01 validator: trailing slashes in
and tags are not needed in HTML, only XML. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 2 +- docs/DeveloperPolicy.html | 2 +- docs/ExtendingLLVM.html | 2 +- docs/GetElementPtr.html | 2 +- docs/GettingStarted.html | 12 ++++++------ docs/GettingStartedVS.html | 2 +- docs/HowToReleaseLLVM.html | 4 ++-- docs/HowToSubmitABug.html | 2 +- docs/MakefileGuide.html | 2 +- docs/Projects.html | 10 +++++----- docs/UsingLibraries.html | 2 +- docs/WritingAnLLVMPass.html | 2 +- docs/doxygen.footer | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 28575b88a7..009ecd6767 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2031,7 +2031,7 @@ makes it convenient to locate programatically and during debugging.

Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
The LLVM Compiler Infrastructure
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 1e0d433027..6ea772407e 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -565,7 +565,7 @@ Changes Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Written by the LLVM Oversight Group
The LLVM Compiler Infrastructure
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 988b94facc..647fa01d53 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -380,7 +380,7 @@ void calcTypeName(const Type *Ty, Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> The LLVM Compiler Infrastructure
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 9b3f4f8af9..0684b2c78a 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -362,7 +362,7 @@ idx3 = (char*) &MyVar + 8 Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> The LLVM Compiler Infrastructure
Last modified: $Date$ diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 071d5764ea..04ca83a89e 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -672,17 +672,17 @@ compressed with the gzip program.

The files are as follows, with x.y marking the version number:

llvm-x.y.tar.gz
-
Source release for the LLVM libraries and tools.
+
Source release for the LLVM libraries and tools.
llvm-test-x.y.tar.gz
Source release for the LLVM test suite.
llvm-gcc4-x.y.source.tar.gz
Source release of the llvm-gcc4 front end. See README.LLVM in the root - directory for build instructions.
+ directory for build instructions.
llvm-gcc4-x.y-platform.tar.gz
-
Binary release of the llvm-gcc4 front end for a specific platform.
+
Binary release of the llvm-gcc4 front end for a specific platform.
@@ -881,7 +881,7 @@ script to configure the build system:

native compiler (no cross-compiler targets available). The "native" target is selected as the target of the build host. You can also specify a comma separated list of target names that you want available in llc. The target - names use all lower case. The current set of targets is:
+ names use all lower case. The current set of targets is:
alpha, ia64, powerpc, skeleton, sparc, x86.

--enable-doxygen
@@ -1411,7 +1411,7 @@ information is in the Command Guide.

opt reads LLVM bitcode, applies a series of LLVM to LLVM transformations (which are specified on the command line), and then outputs the resultant bitcode. The 'opt --help' command is a good way to - get a list of the program transformations available in LLVM.
+ get a list of the program transformations available in LLVM.
opt can also be used to run a specific analysis on an input LLVM bitcode file and print out the results. It is primarily useful for debugging analyses, or familiarizing yourself with what an analysis does.
@@ -1638,7 +1638,7 @@ out:

Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
Reid Spencer
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 8992d5926e..e47f09ee6d 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -401,7 +401,7 @@ out:

Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Jeff Cohen
The LLVM Compiler Infrastructure
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index b0372bbf8e..8533ed7daa 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -591,9 +591,9 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \ Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> The LLVM Compiler Infrastructure -
+
Last modified: $Date$ diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 23aabbcc68..82d17ecd6d 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -343,7 +343,7 @@ the following:

Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
The LLVM Compiler Infrastructure diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index a9645af5bb..30e8f4727d 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -1031,7 +1031,7 @@ Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Reid Spencer
The LLVM Compiler Infrastructure
diff --git a/docs/Projects.html b/docs/Projects.html index a937d3c368..a2223044a4 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -131,9 +131,9 @@ can find LLVM:
--with-llvmsrc=<directory>
Tell your project where the LLVM source tree is located.
-

--with-llvmobj=<directory>
+

--with-llvmobj=<directory>
Tell your project where the LLVM object tree is located.
-

--prefix=<directory>
+

--prefix=<directory>
Tell your project where it should get installed.
@@ -210,14 +210,14 @@ directories:

how to run the test. See the TestingGuide for more details. You can easily write Makefile support similar to the Makefiles in - llvm/test to use Dejagnu to run your project's tests.
+ llvm/test to use Dejagnu to run your project's tests.
  • LLVM contains an optional package called llvm-test which provides benchmarks and programs that are known to compile with the LLVM GCC front ends. You can use these programs to test your code, gather statistics information, and compare it to the current LLVM performance statistics. -
    Currently, there is no way to hook your tests directly into the +
    Currently, there is no way to hook your tests directly into the llvm/test testing harness. You will simply need to find a way to use the source provided within that directory on your own. @@ -448,7 +448,7 @@ Mailing List.

    Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> John Criswell
    The LLVM Compiler Infrastructure diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 0c511983ab..ded2d812f7 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -438,7 +438,7 @@ Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Reid Spencer The LLVM Compiler Infrastructure diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 5ef2f466c3..0f37ec276c 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1815,7 +1815,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.

    Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
    The LLVM Compiler Infrastructure
    diff --git a/docs/doxygen.footer b/docs/doxygen.footer index ddf752379c..7941b33952 100644 --- a/docs/doxygen.footer +++ b/docs/doxygen.footer @@ -2,7 +2,7 @@ -- cgit v1.2.3