summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-03 06:43:23 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-03 06:43:23 +0000
commit75981ed191e512840a72eb85701bceaba53e0542 (patch)
treed388a92cadc55742824376a6c91614ac87fe53f3
parente8bdd73f8025b69a1150f0be7598e27c9246256c (diff)
downloadllvm-75981ed191e512840a72eb85701bceaba53e0542.tar.gz
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". ------------------------------------------------------------------------ llvm-svn: 143609
-rw-r--r--llvm/docs/AliasAnalysis.html1
-rw-r--r--llvm/docs/BranchWeightMetadata.html1
-rw-r--r--llvm/docs/Bugpoint.html1
-rw-r--r--llvm/docs/CMake.html1
-rw-r--r--llvm/docs/CodingStandards.html1
-rw-r--r--llvm/docs/DebuggingJITedCode.html1
-rw-r--r--llvm/docs/ExtendingLLVM.html1
-rw-r--r--llvm/docs/GoldPlugin.html1
-rw-r--r--llvm/docs/HowToReleaseLLVM.html1
-rw-r--r--llvm/docs/HowToSubmitABug.html1
-rw-r--r--llvm/docs/LinkTimeOptimization.html1
-rw-r--r--llvm/docs/Packaging.html1
-rw-r--r--llvm/docs/Projects.html1
-rw-r--r--llvm/docs/SystemLibrary.html1
-rw-r--r--llvm/docs/TableGenFundamentals.html1
-rw-r--r--llvm/docs/TestingGuide.html1
-rw-r--r--llvm/docs/UsingLibraries.html3
-rw-r--r--llvm/docs/index.html1
18 files changed, 19 insertions, 1 deletions
diff --git a/llvm/docs/AliasAnalysis.html b/llvm/docs/AliasAnalysis.html
index 5e36ae14e85a..d04e841d7a1a 100644
--- a/llvm/docs/AliasAnalysis.html
+++ b/llvm/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/llvm/docs/BranchWeightMetadata.html b/llvm/docs/BranchWeightMetadata.html
index 6106e6ffac71..38b87baa3b70 100644
--- a/llvm/docs/BranchWeightMetadata.html
+++ b/llvm/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/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html
index 7a4e808d2b9c..5454ff40d2bb 100644
--- a/llvm/docs/Bugpoint.html
+++ b/llvm/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/llvm/docs/CMake.html b/llvm/docs/CMake.html
index 6389c7f22afd..feb1db05cbaa 100644
--- a/llvm/docs/CMake.html
+++ b/llvm/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/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html
index a96f760e6745..7b05573703bc 100644
--- a/llvm/docs/CodingStandards.html
+++ b/llvm/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/llvm/docs/DebuggingJITedCode.html b/llvm/docs/DebuggingJITedCode.html
index 3911ea75ffb9..2ed3eb1d822b 100644
--- a/llvm/docs/DebuggingJITedCode.html
+++ b/llvm/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/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html
index 795e2118dc9b..ca8d3e990bd9 100644
--- a/llvm/docs/ExtendingLLVM.html
+++ b/llvm/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/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html
index 92ba4116a071..375dd3c8ca78 100644
--- a/llvm/docs/GoldPlugin.html
+++ b/llvm/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/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html
index fb34eb6ed887..396b4fe0ebef 100644
--- a/llvm/docs/HowToReleaseLLVM.html
+++ b/llvm/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/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index 10ff9def9df9..baefce3c8e46 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/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/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html
index 52ab119707cd..c9c78b913c70 100644
--- a/llvm/docs/LinkTimeOptimization.html
+++ b/llvm/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/llvm/docs/Packaging.html b/llvm/docs/Packaging.html
index 7261cc2ac0f7..ed7cfbefd75d 100644
--- a/llvm/docs/Packaging.html
+++ b/llvm/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/llvm/docs/Projects.html b/llvm/docs/Projects.html
index 910ebdb426db..da4b06452b59 100644
--- a/llvm/docs/Projects.html
+++ b/llvm/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/llvm/docs/SystemLibrary.html b/llvm/docs/SystemLibrary.html
index 614737e9561b..a3629d9dcdaf 100644
--- a/llvm/docs/SystemLibrary.html
+++ b/llvm/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/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index e8fca325130b..2a78465af3fb 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/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/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index b4fa672976d9..59796b74aba4 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/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/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html
index 297345253296..8b94dd609fa3 100644
--- a/llvm/docs/UsingLibraries.html
+++ b/llvm/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/llvm/docs/index.html b/llvm/docs/index.html
index b647b29da86c..f57231ac2b7c 100644
--- a/llvm/docs/index.html
+++ b/llvm/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>