summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-17 18:33:50 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-17 18:33:50 +0000
commitd9779f15cf0983fb101479eb91238893d91605d9 (patch)
tree79d14fbad35aa8bdd5970e783c958c8db5c64be4 /llvm/docs
parente5e1c643df573df4124e1ab7f95f12d0a3e28103 (diff)
downloadbcm5719-llvm-d9779f15cf0983fb101479eb91238893d91605d9.tar.gz
bcm5719-llvm-d9779f15cf0983fb101479eb91238893d91605d9.zip
Update the release notes about the new TargetTransformInfo API changes.
llvm-svn: 166115
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index bc3ce643888..c3a06bcd9a5 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -649,6 +649,11 @@ Release Notes</a>.</h1>
<p>In addition, many APIs have changed in this release. Some of the major
LLVM API changes are:</p>
+<p> We've added a new interface for allowing IR-level passes to access
+ target-specific information. A new IR-level pass, called
+ "TargetTransformInfo" provides a number of low-level interfaces.
+ LSR and LowerInvoke already use the new interface. </p>
+
<ul>
<li>...</li>
</ul>
OpenPOWER on IntegriCloud