From 29057766f741edc16d0faa70d4babec700b254e4 Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Wed, 6 Jul 2011 18:31:02 +0000 Subject: 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 --- docs/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/index.html') 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.
  • How To Release LLVM To The Public - This is a guide to preparing LLVM releases. Most developers can ignore it.
  • +
  • Doxygen generated documentation (classes) @@ -239,6 +240,10 @@ programs with link-time optimization on Linux.
  • The GDB JIT interface - How to debug JITed code with GDB.
  • + +
  • Branch Weight Metadata - Provides +information about Branch Prediction Information.
  • + -- cgit v1.1