Micah, can you document this in the release notes? On Wed, Oct 24, 2012 at 4:34 PM, Eli Friedman <eli.friedman at gmail.com> wrote:> On Wed, Oct 24, 2012 at 4:11 PM, Ryan Taylor <ryta1203 at gmail.com> wrote: >> Has this been removed/replaced? Couldn't find anything in the release notes. > > Renamed DataLayout. > > -Eli > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Sure> -----Original Message----- > From: Chandler Carruth [mailto:chandlerc at google.com] > Sent: Wednesday, October 24, 2012 4:39 PM > To: Eli Friedman; Villmow, Micah > Cc: Ryan Taylor; LLVM Developers Mailing List > Subject: Re: [LLVMdev] TargetData class? > > Micah, can you document this in the release notes? > > On Wed, Oct 24, 2012 at 4:34 PM, Eli Friedman <eli.friedman at gmail.com> > wrote: > > On Wed, Oct 24, 2012 at 4:11 PM, Ryan Taylor <ryta1203 at gmail.com> > wrote: > >> Has this been removed/replaced? Couldn't find anything in the release > notes. > > > > Renamed DataLayout. > > > > -Eli > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Here is my patch for it: Index: ReleaseNotes.html ==================================================================--- ReleaseNotes.html (revision 166627) +++ ReleaseNotes.html (working copy) @@ -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 the dependency on Target </p> + <ul> <li>...</li> </ul> I'll add information on the multi-pointer additions once it is finalized. Micah> -----Original Message----- > From: Chandler Carruth [mailto:chandlerc at google.com] > Sent: Wednesday, October 24, 2012 4:39 PM > To: Eli Friedman; Villmow, Micah > Cc: Ryan Taylor; LLVM Developers Mailing List > Subject: Re: [LLVMdev] TargetData class? > > Micah, can you document this in the release notes? > > On Wed, Oct 24, 2012 at 4:34 PM, Eli Friedman <eli.friedman at gmail.com> > wrote: > > On Wed, Oct 24, 2012 at 4:11 PM, Ryan Taylor <ryta1203 at gmail.com> > wrote: > >> Has this been removed/replaced? Couldn't find anything in the release > notes. > > > > Renamed DataLayout. > > > > -Eli > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
LGTM for this bit. On Oct 25, 2012 7:52 AM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote:> Here is my patch for it: > Index: ReleaseNotes.html > ==================================================================> --- ReleaseNotes.html (revision 166627) > +++ ReleaseNotes.html (working copy) > @@ -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 the dependency on Target </p> > + > <ul> > <li>...</li> > </ul> > > I'll add information on the multi-pointer additions once it is finalized. > > Micah > > > -----Original Message----- > > From: Chandler Carruth [mailto:chandlerc at google.com] > > Sent: Wednesday, October 24, 2012 4:39 PM > > To: Eli Friedman; Villmow, Micah > > Cc: Ryan Taylor; LLVM Developers Mailing List > > Subject: Re: [LLVMdev] TargetData class? > > > > Micah, can you document this in the release notes? > > > > On Wed, Oct 24, 2012 at 4:34 PM, Eli Friedman <eli.friedman at gmail.com> > > wrote: > > > On Wed, Oct 24, 2012 at 4:11 PM, Ryan Taylor <ryta1203 at gmail.com> > > wrote: > > >> Has this been removed/replaced? Couldn't find anything in the release > > notes. > > > > > > Renamed DataLayout. > > > > > > -Eli > > > _______________________________________________ > > > LLVM Developers mailing list > > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121025/3e5bc0db/attachment.html>