[3.9 Release] Please write release notes!

Dear everyone,

It's time for the release notes nagging email.

We have release notes for LLVM, Clang, clang-tools-extra, lld, and
Polly. (If there are more, please let me know.)

Most of these are pretty empty files; see e.g. the LLVM one at [1].
The internet does read these notes when we release, so please help
make them informative!

If you made any interesting changes during the past six months, or
know someone who did, please write something for the release notes.
You can commit them directly to the branch, or send a patch to me and
I'll happily commit them for you.

If you feel responsible for a particular target, e.g. X86, ARM, MIPS,
etc., please help give those release notes some love.

Here are some examples we might want to mention (thanks LLVM Weekly!).
If you're cc'd on this email, you're mentioned below.

- Dmitry, Renato: the Clang notes mention abi_tag. Do we want to
expand the text here a little? Link to the PR?

- Teresa, Mehdi: there's a "Introduction of ThinLTO [..] ping
Mehdi/Teresa before the release if not done" note, so here's the ping
:slight_smile: We should link to the blog post as well.

- Chris Bieneman, there's a "note about autoconf build having been
removed". Do you want to expand this? :slight_smile:

- Danny, George: do you want to add something about MemorySSA?

- Nico, do you want to mention clang-cl's precompiled header support?

- James, do you want to mention the removal of the CppBackend?

- Chris Dewhurst, do you want to mention soft-float SPARC support (and
potentially other SPARC improvements)?

- Benjamin, should we mention include-fixer somewhere?

Many thanks,
Hans

[1] http://llvm.org/viewvc/llvm-project/llvm/branches/release_39/docs/ReleaseNotes.rst?view=markup

We certainly do. This is a big deal. I'll write up something and let
Dmitry correct my mistakes. :slight_smile:

We'll also add the ARM/AArch64 changelogs.

cheers,
--renato

We certainly do. This is a big deal. I'll write up something and let
Dmitry correct my mistakes. :slight_smile:

Done.

We'll also add the ARM/AArch64 changelogs.

Done. :slight_smile:

cheers,
--renato

Dear everyone,

It's time for the release notes nagging email.

We have release notes for LLVM, Clang, clang-tools-extra, lld, and
Polly. (If there are more, please let me know.)

Most of these are pretty empty files; see e.g. the LLVM one at [1].
The internet does read these notes when we release, so please help
make them informative!

If you made any interesting changes during the past six months, or
know someone who did, please write something for the release notes.
You can commit them directly to the branch, or send a patch to me and
I'll happily commit them for you.

If you feel responsible for a particular target, e.g. X86, ARM, MIPS,
etc., please help give those release notes some love.

Here are some examples we might want to mention (thanks LLVM Weekly!).
If you're cc'd on this email, you're mentioned below.

- Dmitry, Renato: the Clang notes mention abi_tag. Do we want to
expand the text here a little? Link to the PR?

- Teresa, Mehdi: there's a "Introduction of ThinLTO [..] ping
Mehdi/Teresa before the release if not done" note, so here's the ping
:slight_smile: We should link to the blog post as well.

Will do so later today.

Dear everyone,

It's time for the release notes nagging email.

We have release notes for LLVM, Clang, clang-tools-extra, lld, and
Polly. (If there are more, please let me know.)

Most of these are pretty empty files; see e.g. the LLVM one at [1].
The internet does read these notes when we release, so please help
make them informative!

If you made any interesting changes during the past six months, or
know someone who did, please write something for the release notes.
You can commit them directly to the branch, or send a patch to me and
I'll happily commit them for you.

If you feel responsible for a particular target, e.g. X86, ARM, MIPS,
etc., please help give those release notes some love.

Here are some examples we might want to mention (thanks LLVM Weekly!).
If you're cc'd on this email, you're mentioned below.

- Dmitry, Renato: the Clang notes mention abi_tag. Do we want to
expand the text here a little? Link to the PR?

- Teresa, Mehdi: there's a "Introduction of ThinLTO [..] ping
Mehdi/Teresa before the release if not done" note, so here's the ping
:slight_smile: We should link to the blog post as well.

- Chris Bieneman, there's a "note about autoconf build having been
removed". Do you want to expand this? :slight_smile:

Updated in r277617. Thanks!
-Chris

Dear everyone,

It's time for the release notes nagging email.

We have release notes for LLVM, Clang, clang-tools-extra, lld, and
Polly. (If there are more, please let me know.)

Most of these are pretty empty files; see e.g. the LLVM one at [1].
The internet does read these notes when we release, so please help
make them informative!

If you made any interesting changes during the past six months, or
know someone who did, please write something for the release notes.
You can commit them directly to the branch, or send a patch to me and
I'll happily commit them for you.

If you feel responsible for a particular target, e.g. X86, ARM, MIPS,
etc., please help give those release notes some love.

Here are some examples we might want to mention (thanks LLVM Weekly!).
If you're cc'd on this email, you're mentioned below.

- Dmitry, Renato: the Clang notes mention abi_tag. Do we want to
expand the text here a little? Link to the PR?

- Teresa, Mehdi: there's a "Introduction of ThinLTO [..] ping
Mehdi/Teresa before the release if not done" note, so here's the ping
:slight_smile: We should link to the blog post as well.

Will do so later today.

Done in r277628.

Renato,

Thank you for the summary of abi_tags changes for the release notes. I think everything is correct. Sorry, I was out for a while.

Dmitry

Added MSSA note in r277739. Thanks for the heads up!