diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index e53b4c377013..fc43569c55e0 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> @@ -284,7 +289,7 @@ times each day, making it a high volume list.</li> src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2011-05-30 05:36:58 +0200 (Mon, 30 May 2011) $ + Last modified: $Date: 2011-07-06 20:31:02 +0200 (Wed, 06 Jul 2011) $ </address> </body></html> |