Hans Wennborg via llvm-dev
2017-Aug-18 23:08 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
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
Adam Nemet via llvm-dev
2017-Aug-24 23:51 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
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
Hans Wennborg via llvm-dev
2017-Aug-25 00:44 UTC
[llvm-dev] [5.0.0 Release] Please write release notes
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 >