diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-03 06:43:23 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-03 06:43:23 +0000 |
commit | f9dc5f8b21bffc17faf7153a1646a0dcedb9007f (patch) | |
tree | fb88256f095d2d85768103e99df67c648c6eb533 | |
parent | f1e68a8084e4afd714450dfe28078744be8b83b7 (diff) |
Merging r143348:
------------------------------------------------------------------------
r143348 | chapuni | 2011-10-31 04:21:59 -0700 (Mon, 31 Oct 2011) | 1 line
docs/*.html: Appease W3C Checker to add "charset=utf-8".
------------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143609 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/AliasAnalysis.html | 1 | ||||
-rw-r--r-- | docs/BranchWeightMetadata.html | 1 | ||||
-rw-r--r-- | docs/Bugpoint.html | 1 | ||||
-rw-r--r-- | docs/CMake.html | 1 | ||||
-rw-r--r-- | docs/CodingStandards.html | 1 | ||||
-rw-r--r-- | docs/DebuggingJITedCode.html | 1 | ||||
-rw-r--r-- | docs/ExtendingLLVM.html | 1 | ||||
-rw-r--r-- | docs/GoldPlugin.html | 1 | ||||
-rw-r--r-- | docs/HowToReleaseLLVM.html | 1 | ||||
-rw-r--r-- | docs/HowToSubmitABug.html | 1 | ||||
-rw-r--r-- | docs/LinkTimeOptimization.html | 1 | ||||
-rw-r--r-- | docs/Packaging.html | 1 | ||||
-rw-r--r-- | docs/Projects.html | 1 | ||||
-rw-r--r-- | docs/SystemLibrary.html | 1 | ||||
-rw-r--r-- | docs/TableGenFundamentals.html | 1 | ||||
-rw-r--r-- | docs/TestingGuide.html | 1 | ||||
-rw-r--r-- | docs/UsingLibraries.html | 3 | ||||
-rw-r--r-- | docs/index.html | 1 |
18 files changed, 19 insertions, 1 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 5e36ae14e8..d04e841d7a 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Alias Analysis Infrastructure</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/BranchWeightMetadata.html b/docs/BranchWeightMetadata.html index 6106e6ffac..38b87baa3b 100644 --- a/docs/BranchWeightMetadata.html +++ b/docs/BranchWeightMetadata.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Branch Weight Metadata</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 7a4e808d2b..5454ff40d2 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM bugpoint tool: design and usage</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/CMake.html b/docs/CMake.html index 6389c7f22a..feb1db05cb 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Building LLVM with CMake</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index a96f760e67..7b05573703 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="llvm.css" type="text/css"> <title>LLVM Coding Standards</title> </head> diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html index 3911ea75ff..2ed3eb1d82 100644 --- a/docs/DebuggingJITedCode.html +++ b/docs/DebuggingJITedCode.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Debugging JITed Code With GDB</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 795e2118dc..ca8d3e990b 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Extending LLVM: Adding instructions, intrinsics, types, etc.</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 92ba4116a0..375dd3c8ca 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM gold plugin</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index fb34eb6ed8..396b4fe0eb 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>How To Release LLVM To The Public</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 10ff9def9d..baefce3c8e 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>How to submit an LLVM bug report</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 52ab119707..c9c78b913c 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Link Time Optimization: Design and Implementation</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/Packaging.html b/docs/Packaging.html index 7261cc2ac0..ed7cfbefd7 100644 --- a/docs/Packaging.html +++ b/docs/Packaging.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Advice on Packaging LLVM</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/Projects.html b/docs/Projects.html index 910ebdb426..da4b06452b 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Creating an LLVM Project</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/SystemLibrary.html b/docs/SystemLibrary.html index 614737e956..a3629d9dcd 100644 --- a/docs/SystemLibrary.html +++ b/docs/SystemLibrary.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>System Library</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index e8fca32513..2a78465af3 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>TableGen Fundamentals</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index b4fa672976..59796b74ab 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Testing Infrastructure Guide</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 2973452532..8b94dd609f 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -1,7 +1,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <title>Using The LLVM Libraries</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>Using The LLVM Libraries</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> <body> diff --git a/docs/index.html b/docs/index.html index b647b29da8..f57231ac2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Documentation for the LLVM System at SVN head</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> |