aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorJakub Staszak <jstaszak@apple.com>2011-07-06 18:31:02 +0000
committerJakub Staszak <jstaszak@apple.com>2011-07-06 18:31:02 +0000
commit29057766f741edc16d0faa70d4babec700b254e4 (patch)
tree2bf013e15751048745a7ea84be14ad4f8ee6be8f /docs/index.html
parent9da9934e27dfb48de77b80a3e20ed2d869b52024 (diff)
downloadexternal_llvm-29057766f741edc16d0faa70d4babec700b254e4.zip
external_llvm-29057766f741edc16d0faa70d4babec700b254e4.tar.gz
external_llvm-29057766f741edc16d0faa70d4babec700b254e4.tar.bz2
Add documenation about "branch_weight" metadata and __builtin_expect instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index f9ebaa1..fa9f1fa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -164,6 +164,7 @@ understand how to use the libraries produced when LLVM is compiled.</li>
<li><a href="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This
is a guide to preparing LLVM releases. Most developers can ignore it.</li>
+
<li><a href="http://llvm.org/doxygen/">Doxygen generated
documentation</a> (<a
href="http://llvm.org/doxygen/inherits.html">classes</a>)
@@ -239,6 +240,10 @@ programs with link-time optimization on Linux.</li>
<li><a href="DebuggingJITedCode.html">The GDB JIT interface</a> - How to debug
JITed code with GDB.</li>
+
+<li><a href="BranchWeightMetadata.html">Branch Weight Metadata</a> - Provides
+information about Branch Prediction Information.</li>
+
</ul>