Bill Wendling
2012-May-11 20:55 UTC
[LLVMdev] [3.1 Release] Release Notes and External Projects
Hi all! Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). Thanks! -bw
Benjamin Kramer
2012-May-13 14:01 UTC
[LLVMdev] [3.1 Release] Release Notes and External Projects
On 11.05.2012, at 22:55, Bill Wendling wrote:> Hi all! > > Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date.I added some bigger picture notes to http://llvm.org/docs/ReleaseNotes.html this morning, but we're still missing a lot of text, specifically: - clang: clang has it's own release notes residing at http://clang.llvm.org/docs/ReleaseNotes.html As you can see there isn't much stuff there at the moment. If you know about any major feature or want to extend the existing keywords please add it and commit to docs/ReleaseNotes.html in trunk asap. - Backend developers: What's new and hot in ARM and MIPS land? What's so cool about the hexagon DSP that we have an entire new backend for it? Please extend the stubs in the LLVM release notes. - compiler_rt, libc++, LLDB: What happened in your project over the last 6 months? We need at least a few bullet points! I'd also like some blurb about the AddressSanitizer project, it's a major new feature and we only have a link to the documentation. Have a currently unaccounted breaking API change in LLVM in mind? An awesome major change that we forgot? Put it in the release notes! Our projected release date is May 14th aka TOMORROW and we need to have the relnotes finished by then. The process is easy, just commit to docs/ReleaseNotes.html in trunk and it will get pulled into the final tarballs. Don't panic - Ben> > Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). > > Thanks! > > -bw > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Jean-Daniel Dupas
2012-May-13 14:42 UTC
[LLVMdev] [3.1 Release] Release Notes and External Projects
Le 13 mai 2012 à 16:01, Benjamin Kramer a écrit :> > On 11.05.2012, at 22:55, Bill Wendling wrote: > >> Hi all! >> >> Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. > > I added some bigger picture notes to http://llvm.org/docs/ReleaseNotes.html this morning, but we're still missing a lot of text, specifically: > > - clang: > clang has it's own release notes residing at http://clang.llvm.org/docs/ReleaseNotes.html As you can see there isn't much stuff there at the moment. If you know about any major feature or want to extend the existing keywords please add it and commit to docs/ReleaseNotes.html in trunk asap. > > - Backend developers: > What's new and hot in ARM and MIPS land? What's so cool about the hexagon DSP that we have an entire new backend for it? Please extend the stubs in the LLVM release notes. > > - compiler_rt, libc++, LLDB: > What happened in your project over the last 6 months? We need at least a few bullet points! I'd also like some blurb about the AddressSanitizer project, it's a major new feature and we only have a link to the documentation. > > - BenJust a question about the release notes. Does LLDB really mean "Low Level Debugger" ? -- Jean-Daniel
Alex Rønne Petersen
2012-May-13 14:51 UTC
[LLVMdev] [cfe-dev] [3.1 Release] Release Notes and External Projects
Hey, Do you want projects which specifically use LLVM 3.1 or just LLVM in general? Regards, Alex On Fri, May 11, 2012 at 10:55 PM, Bill Wendling <wendling at apple.com> wrote:> Hi all! > > Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. > > Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). > > Thanks! > > -bw > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Bill Wendling
2012-May-14 02:01 UTC
[LLVMdev] [cfe-dev] [3.1 Release] Release Notes and External Projects
Those using 3.1 (or at least which are up-to-date with LLVM) are preferred. -bw On May 13, 2012, at 7:51 AM, Alex Rønne Petersen wrote:> Hey, > > Do you want projects which specifically use LLVM 3.1 or just LLVM in general? > > Regards, > Alex > > On Fri, May 11, 2012 at 10:55 PM, Bill Wendling <wendling at apple.com> wrote: >> Hi all! >> >> Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. >> >> Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). >> >> Thanks! >> >> -bw >> >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Ehsan Akhgari
2012-May-17 21:21 UTC
[LLVMdev] [cfe-dev] [3.1 Release] Release Notes and External Projects
Hi Bill, It would be great if you can add Emscripten to the list as well. It is already mentioned in <http://llvm.org/ProjectsWithLLVM/#emscripten>, and you can use the same description in the release notes as well. Thanks! -- Ehsan <http://ehsanakhgari.org/> On Fri, May 11, 2012 at 4:55 PM, Bill Wendling <wendling at apple.com> wrote:> Hi all! > > Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. > > Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). > > Thanks! > > -bw > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Maybe Matching Threads
- [LLVMdev] [3.1 Release] Release Notes and External Projects
- [LLVMdev] [3.1 Release] Release Notes and External Projects
- [LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0
- [LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0
- [LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0