aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-25 20:33:27 +0000
committerChris Lattner <sabre@nondot.org>2011-11-25 20:33:27 +0000
commit6a007d11e31c646a46c0991af0529fc94150a059 (patch)
treecdc19c3ad9306ba620633104f86393940c0c63d8 /docs
parentadb417afa6168771077e84dd1174e716316a9473 (diff)
downloadexternal_llvm-6a007d11e31c646a46c0991af0529fc94150a059.zip
external_llvm-6a007d11e31c646a46c0991af0529fc94150a059.tar.gz
external_llvm-6a007d11e31c646a46c0991af0529fc94150a059.tar.bz2
add some notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 68bd0f4..8b533e6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -752,6 +752,9 @@ be used to verify some algorithms.
Better code generation for Cortex-A9
Many APIs take ArrayRef's now.
Pass manager extension API.
+
+
+Information about branch probability and basic block frequency is now available within LLVM based on a combination of static branch prediction heuristics and __builtin_expect calls. That information is currently used for register spill placement and if-conversion, with additional optimizations planned for future releases. The same frameworks are intended for eventual use with profile-guided optimization, but that is not yet implemented.
-->