[llvm-commits] [llvm] r166702 - /llvm/trunk/docs/ReleaseNotes.html

Micah Villmow villmow at gmail.com
Thu Oct 25 11:06:48 PDT 2012


Author: mvillmow
Date: Thu Oct 25 13:06:47 2012
New Revision: 166702

URL: http://llvm.org/viewvc/llvm-project?rev=166702&view=rev
Log:
Update the release notes to note the change from TargetData to DataLayout.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=166702&r1=166701&r2=166702&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Oct 25 13:06:47 2012
@@ -669,6 +669,9 @@
   "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>





More information about the llvm-commits mailing list