summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-31 11:21:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-31 11:21:59 +0000
commit5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a (patch)
treec6522cb099e59b70c13a79558a5d4afc1006b7ab /docs
parent782c8fbd6e5f210f6273622c2df588d0e0b01761 (diff)
downloadllvm-5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a.tar.gz
llvm-5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a.tar.bz2
llvm-5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a.tar.xz
docs/*.html: Appease W3C Checker to add "charset=utf-8".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AliasAnalysis.html1
-rw-r--r--docs/BranchWeightMetadata.html1
-rw-r--r--docs/Bugpoint.html1
-rw-r--r--docs/CMake.html1
-rw-r--r--docs/CodingStandards.html1
-rw-r--r--docs/DebuggingJITedCode.html1
-rw-r--r--docs/ExtendingLLVM.html1
-rw-r--r--docs/GoldPlugin.html1
-rw-r--r--docs/HowToReleaseLLVM.html1
-rw-r--r--docs/HowToSubmitABug.html1
-rw-r--r--docs/LinkTimeOptimization.html1
-rw-r--r--docs/Packaging.html1
-rw-r--r--docs/Projects.html1
-rw-r--r--docs/SystemLibrary.html1
-rw-r--r--docs/TableGenFundamentals.html1
-rw-r--r--docs/TestingGuide.html1
-rw-r--r--docs/UsingLibraries.html3
-rw-r--r--docs/index.html1
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 90ead41df5..087d69304b 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 ee44bddf96..6db1827b3b 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 0f73d6d5be..3309ac3b33 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 0c58e54cb5..c86e660002 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>