Hans Wennborg via llvm-dev
2017-Aug-28 19:48 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
I'm sorry, but I don't think LLDB has any release notes. On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> wrote:> LLDB: > > Switched the NetBSD platform to new remote tracing capable framework. > > Preliminary support for tracing NetBSD(/amd64) processes and core files > with a single thread. > > On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: >> Thanks! r311738. >> >> On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> wrote: >>> Hi Hans, >>> >>> Opt-viewer is now installed rather than being an internal-only tool so here it goes: >>> >>> A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. >>> >>> Adam >>> >>>> On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>> >>>> Dear everyone, >>>> >>>> We're a couple of release candidates into the process, and the release >>>> notes are not in very good shape: >>>> http://prereleases.llvm.org/5.0.0/#rc2 >>>> >>>> If you committed anything noteworthy in the last six months, or saw >>>> someone else do it, please consider adding it to the release notes. >>>> People do read them. >>>> >>>> If you're responsible for a specific CPU target, please help give >>>> those notes some extra love. >>>> >>>> To add something to the notes, please just commit directly to the >>>> branches/release_50 svn branch. Or, just send me an email with some >>>> text, and I'll happily do it for you. >>>> >>>> Many thanks, >>>> Hans >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > >
Grang, Mandeep Singh via llvm-dev
2017-Aug-28 20:13 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Please write release notes
Can we add this: "A new CMake macro LLVM_REVERSE_ITERATION has been added. If enabled, all supported unordered LLVM containers would be iterated in reverse order. This is useful for uncovering non-determinism caused by iteration of unordered containers. Currently, it supports reverse iteration of SmallPtrSet and DenseMap." --Mandeep On 8/28/2017 12:48 PM, Hans Wennborg via cfe-dev wrote:> I'm sorry, but I don't think LLDB has any release notes. > > On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> wrote: >> LLDB: >> >> Switched the NetBSD platform to new remote tracing capable framework. >> >> Preliminary support for tracing NetBSD(/amd64) processes and core files >> with a single thread. >> >> On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: >>> Thanks! r311738. >>> >>> On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> wrote: >>>> Hi Hans, >>>> >>>> Opt-viewer is now installed rather than being an internal-only tool so here it goes: >>>> >>>> A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. >>>> >>>> Adam >>>> >>>>> On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>>> >>>>> Dear everyone, >>>>> >>>>> We're a couple of release candidates into the process, and the release >>>>> notes are not in very good shape: >>>>> http://prereleases.llvm.org/5.0.0/#rc2 >>>>> >>>>> If you committed anything noteworthy in the last six months, or saw >>>>> someone else do it, please consider adding it to the release notes. >>>>> People do read them. >>>>> >>>>> If you're responsible for a specific CPU target, please help give >>>>> those notes some extra love. >>>>> >>>>> To add something to the notes, please just commit directly to the >>>>> branches/release_50 svn branch. Or, just send me an email with some >>>>> text, and I'll happily do it for you. >>>>> >>>>> Many thanks, >>>>> Hans >>>>> _______________________________________________ >>>>> LLVM Developers mailing list >>>>> llvm-dev at lists.llvm.org >>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >> > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170828/ee24e9c9/attachment.html>
Hans Wennborg via llvm-dev
2017-Aug-28 20:18 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Please write release notes
Added in r311919. Thanks! On Mon, Aug 28, 2017 at 1:13 PM, Grang, Mandeep Singh <mgrang at codeaurora.org> wrote:> Can we add this: > > "A new CMake macro LLVM_REVERSE_ITERATION has been added. If enabled, all > supported unordered LLVM containers would be iterated in reverse order. This > is useful for uncovering non-determinism caused by iteration of unordered > containers. Currently, it supports reverse iteration of SmallPtrSet and > DenseMap." > > --Mandeep > > > On 8/28/2017 12:48 PM, Hans Wennborg via cfe-dev wrote: > > I'm sorry, but I don't think LLDB has any release notes. > > On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> wrote: > > LLDB: > > Switched the NetBSD platform to new remote tracing capable framework. > > Preliminary support for tracing NetBSD(/amd64) processes and core files > with a single thread. > > On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: > > Thanks! r311738. > > On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> wrote: > > Hi Hans, > > Opt-viewer is now installed rather than being an internal-only tool so here > it goes: > > A new tool opt-viewer.py has been added to visualize optimization remarks in > HTML. The tool processes the YAML files produced by clang with the > -fsave-optimization-record option. > > Adam > > On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Dear everyone, > > We're a couple of release candidates into the process, and the release > notes are not in very good shape: > http://prereleases.llvm.org/5.0.0/#rc2 > > If you committed anything noteworthy in the last six months, or saw > someone else do it, please consider adding it to the release notes. > People do read them. > > If you're responsible for a specific CPU target, please help give > those notes some extra love. > > To add something to the notes, please just commit directly to the > branches/release_50 svn branch. Or, just send me an email with some > text, and I'll happily do it for you. > > Many thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > >
Martell Malone via llvm-dev
2017-Aug-28 20:23 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Please write release notes
Hi Hans, A new tool llvm-dlltool has been added to create short import libraries from GNU style definition files. The tool utilizes the PE COFF SPEC Import Library Format and PE COFF Auxiliary Weak Externals Format to achieve compatibility with LLD and MSVC LINK. Best, Martell On Mon, Aug 28, 2017 at 9:13 PM, Grang, Mandeep Singh via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Can we add this: > > "A new CMake macro LLVM_REVERSE_ITERATION has been added. If enabled, all > supported unordered LLVM containers would be iterated in reverse order. > This is useful for uncovering non-determinism caused by iteration of > unordered containers. Currently, it supports reverse iteration of > SmallPtrSet and DenseMap." > > --Mandeep > > On 8/28/2017 12:48 PM, Hans Wennborg via cfe-dev wrote: > > I'm sorry, but I don't think LLDB has any release notes. > > On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> <n54 at gmx.com> wrote: > > LLDB: > > Switched the NetBSD platform to new remote tracing capable framework. > > Preliminary support for tracing NetBSD(/amd64) processes and core files > with a single thread. > > On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: > > Thanks! r311738. > > On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> <anemet at apple.com> wrote: > > Hi Hans, > > Opt-viewer is now installed rather than being an internal-only tool so here it goes: > > A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. > > Adam > > > On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> <llvm-dev at lists.llvm.org> wrote: > > Dear everyone, > > We're a couple of release candidates into the process, and the release > notes are not in very good shape:http://prereleases.llvm.org/5.0.0/#rc2 > > If you committed anything noteworthy in the last six months, or saw > someone else do it, please consider adding it to the release notes. > People do read them. > > If you're responsible for a specific CPU target, please help give > those notes some extra love. > > To add something to the notes, please just commit directly to the > branches/release_50 svn branch. Or, just send me an email with some > text, and I'll happily do it for you. > > Many thanks, > Hans > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > cfe-dev mailing listcfe-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170828/e4fe56d8/attachment.html>
Kamil Rytarowski via llvm-dev
2017-Aug-28 20:42 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
I see, pity. I noted that they were embedded in ARM target as "Hardware breakpoint support in LLDB.". It could be noted in the X86 section as: "Preliminary support for tracing NetBSD processes and core files with a single thread in LLDB.". But it's up to you. On 28.08.2017 21:48, Hans Wennborg wrote:> I'm sorry, but I don't think LLDB has any release notes. > > On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> wrote: >> LLDB: >> >> Switched the NetBSD platform to new remote tracing capable framework. >> >> Preliminary support for tracing NetBSD(/amd64) processes and core files >> with a single thread. >> >> On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: >>> Thanks! r311738. >>> >>> On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> wrote: >>>> Hi Hans, >>>> >>>> Opt-viewer is now installed rather than being an internal-only tool so here it goes: >>>> >>>> A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. >>>> >>>> Adam >>>> >>>>> On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>>> >>>>> Dear everyone, >>>>> >>>>> We're a couple of release candidates into the process, and the release >>>>> notes are not in very good shape: >>>>> http://prereleases.llvm.org/5.0.0/#rc2 >>>>> >>>>> If you committed anything noteworthy in the last six months, or saw >>>>> someone else do it, please consider adding it to the release notes. >>>>> People do read them. >>>>> >>>>> If you're responsible for a specific CPU target, please help give >>>>> those notes some extra love. >>>>> >>>>> To add something to the notes, please just commit directly to the >>>>> branches/release_50 svn branch. Or, just send me an email with some >>>>> text, and I'll happily do it for you. >>>>> >>>>> Many thanks, >>>>> Hans >>>>> _______________________________________________ >>>>> LLVM Developers mailing list >>>>> llvm-dev at lists.llvm.org >>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >> >>-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170828/d595ec8f/attachment.sig>
Hans Wennborg via llvm-dev
2017-Aug-28 20:54 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
That sounds good to me. r311932. On Mon, Aug 28, 2017 at 1:42 PM, Kamil Rytarowski <n54 at gmx.com> wrote:> I see, pity. > > I noted that they were embedded in ARM target as "Hardware breakpoint > support in LLDB.". > > It could be noted in the X86 section as: "Preliminary support for > tracing NetBSD processes and core files with a single thread in LLDB.". > > But it's up to you. > > On 28.08.2017 21:48, Hans Wennborg wrote: >> I'm sorry, but I don't think LLDB has any release notes. >> >> On Sat, Aug 26, 2017 at 9:49 PM, Kamil Rytarowski <n54 at gmx.com> wrote: >>> LLDB: >>> >>> Switched the NetBSD platform to new remote tracing capable framework. >>> >>> Preliminary support for tracing NetBSD(/amd64) processes and core files >>> with a single thread. >>> >>> On 25.08.2017 02:44, Hans Wennborg via llvm-dev wrote: >>>> Thanks! r311738. >>>> >>>> On Thu, Aug 24, 2017 at 4:51 PM, Adam Nemet <anemet at apple.com> wrote: >>>>> Hi Hans, >>>>> >>>>> Opt-viewer is now installed rather than being an internal-only tool so here it goes: >>>>> >>>>> A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. >>>>> >>>>> Adam >>>>> >>>>>> On Aug 18, 2017, at 4:08 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>>>> >>>>>> Dear everyone, >>>>>> >>>>>> We're a couple of release candidates into the process, and the release >>>>>> notes are not in very good shape: >>>>>> http://prereleases.llvm.org/5.0.0/#rc2 >>>>>> >>>>>> If you committed anything noteworthy in the last six months, or saw >>>>>> someone else do it, please consider adding it to the release notes. >>>>>> People do read them. >>>>>> >>>>>> If you're responsible for a specific CPU target, please help give >>>>>> those notes some extra love. >>>>>> >>>>>> To add something to the notes, please just commit directly to the >>>>>> branches/release_50 svn branch. Or, just send me an email with some >>>>>> text, and I'll happily do it for you. >>>>>> >>>>>> Many thanks, >>>>>> Hans >>>>>> _______________________________________________ >>>>>> LLVM Developers mailing list >>>>>> llvm-dev at lists.llvm.org >>>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>> >>> >>> > >