projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7cd1d
)
Update the release notes to note the change from TargetData to DataLayout.
author
Micah Villmow
<villmow@gmail.com>
Thu, 25 Oct 2012 18:06:47 +0000
(18:06 +0000)
committer
Micah Villmow
<villmow@gmail.com>
Thu, 25 Oct 2012 18:06:47 +0000
(18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166702
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.html
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.html
b/docs/ReleaseNotes.html
index 9a1b547b4a5271964c141400fdae1751195c9969..eb12b339a470dd7c036895f21478c4140c7716fe 100644
(file)
--- a/
docs/ReleaseNotes.html
+++ b/
docs/ReleaseNotes.html
@@
-669,6
+669,9
@@
Release Notes</a>.</h1>
"TargetTransformInfo" provides a number of low-level interfaces.
LSR and LowerInvoke already use the new interface. </p>
+<p> The TargetData structure has been renamed to DataLayout and moved to VMCore
+to remove a dependency on Target. </p>
+
<ul>
<li>...</li>
</ul>