32bitmicro
2012-Dec-03 19:54 UTC
[LLVMdev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3
Hello, - State of the 3.2 release Release is progressing as scheduled, RC2 has been created and is being tested. RC2 sources and binaries can be downloaded from: http://llvm.org/pre-releases/3.2/rc2/ - Release notes and documentation With RC2 the 3.2 release has reached the point where it is feature complete and we can turn the attention to updating documentation, especially the release notes! Most sections of the release notes still need TLC to bring them up to date. - External LLVM based projects There is a growing number of external projects based on LLVM, some of which are already described in the release notes. However, I think there are many more that are not mentioned and I would like to encourage owners of those projects to send me a short description to be included in the 3.2 release notes. - Release Candidate 3 (RC3) RC3 will be created on Wednesday Dec 5th 10 p.m. PST. Please let me know if there are any patches for release stopping issues that should be included in the RC3. Pawel
Justin Holewinski
2012-Dec-03 20:25 UTC
[LLVMdev] [cfe-dev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3
Are we going to have a mingw release this time? On Mon, Dec 3, 2012 at 2:54 PM, 32bitmicro <root at 32bitmicro.com> wrote:> Hello, > > - State of the 3.2 release > > Release is progressing as scheduled, RC2 has > been created and is being tested. RC2 sources > and binaries can be downloaded from: > > http://llvm.org/pre-releases/3.2/rc2/ > > > - Release notes and documentation > > With RC2 the 3.2 release has reached the point > where it is feature complete and we can turn the attention > to updating documentation, especially the release notes! > Most sections of the release notes still need TLC > to bring them up to date. > > > - External LLVM based projects > > There is a growing number of external projects based on LLVM, > some of which are already described in the release notes. > However, I think there are many more that are not mentioned > and I would like to encourage owners of those projects to send me > a short description to be included in the 3.2 release notes. > > > - Release Candidate 3 (RC3) > > RC3 will be created on Wednesday Dec 5th 10 p.m. PST. > Please let me know if there are any patches for release stopping > issues that should be included in the RC3. > > Pawel > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121203/83ed0f17/attachment.html>
32bitmicro
2012-Dec-03 21:12 UTC
[LLVMdev] [cfe-dev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3
Hi,> Are we going to have a mingw release this time?As far as I know there is no change from 3.1 and Mignw is considered experimental. Incidentally RC2 mingw32 binaries have been uploaded and are available for download and testing. http://llvm.org/pre-releases/3.2/rc2/clang+llvm-3.2rc2-i386-mingw32-EXPERIMENTAL.tar.gz Pawel> > > On Mon, Dec 3, 2012 at 2:54 PM, 32bitmicro <root at 32bitmicro.com> wrote: > >> Hello, >> >> - State of the 3.2 release >> >> Release is progressing as scheduled, RC2 has >> been created and is being tested. RC2 sources >> and binaries can be downloaded from: >> >> http://llvm.org/pre-releases/3.2/rc2/ >> >> >> - Release notes and documentation >> >> With RC2 the 3.2 release has reached the point >> where it is feature complete and we can turn the attention >> to updating documentation, especially the release notes! >> Most sections of the release notes still need TLC >> to bring them up to date. >> >> >> - External LLVM based projects >> >> There is a growing number of external projects based on LLVM, >> some of which are already described in the release notes. >> However, I think there are many more that are not mentioned >> and I would like to encourage owners of those projects to send me >> a short description to be included in the 3.2 release notes. >> >> >> - Release Candidate 3 (RC3) >> >> RC3 will be created on Wednesday Dec 5th 10 p.m. PST. >> Please let me know if there are any patches for release stopping >> issues that should be included in the RC3. >> >> Pawel >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >> > > >
Justin Bogner
2012-Dec-04 04:07 UTC
[LLVMdev] Bug 14465 (Was: 3.2 Release - Release Notes, Documentation, External Projects and the RC3)
32bitmicro <root at 32bitmicro.com> writes:> - Release Candidate 3 (RC3) > > RC3 will be created on Wednesday Dec 5th 10 p.m. PST. Please let me > know if there are any patches for release stopping issues that should > be included in the RC3.Is the fix for 14465 important enough for the 3.2 release? It's an ICE that I hit in RC1 that's still there in RC2. Benjamin Kramer fixed it in r169084 on the mainline. http://llvm.org/bugs/show_bug.cgi?id=14465
32bitmicro
2012-Dec-04 04:27 UTC
[LLVMdev] Bug 14465 (Was: 3.2 Release - Release Notes, Documentation, External Projects and the RC3)
> 32bitmicro <root at 32bitmicro.com> writes: >> - Release Candidate 3 (RC3) >> >> RC3 will be created on Wednesday Dec 5th 10 p.m. PST. Please let me >> know if there are any patches for release stopping issues that should >> be included in the RC3. > > Is the fix for 14465 important enough for the 3.2 release? It's an ICE > that I hit in RC1 that's still there in RC2. Benjamin Kramer fixed it in > r169084 on the mainline. >I would like to fix 14465 and r169084 has been sent for approval but I have not heard yet from Chandler.> http://llvm.org/bugs/show_bug.cgi?id=14465 > >Pawel
John Criswell
2012-Dec-05 14:35 UTC
[LLVMdev] [cfe-dev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3
On 12/3/12 1:54 PM, 32bitmicro wrote:> Hello, > > [snip] > > - External LLVM based projects > > There is a growing number of external projects based on LLVM, > some of which are already described in the release notes. > However, I think there are many more that are not mentioned > and I would like to encourage owners of those projects to send me > a short description to be included in the 3.2 release notes.Should LLVM sub-projects like SAFECode be listed here? SAFECode is an external project in that it is not integrated into the LLVM/Clang source trees, but it's also an LLVM sub-project. -- John T.
Reasonably Related Threads
- [LLVMdev] Bug 14465 (Was: 3.2 Release - Release Notes, Documentation, External Projects and the RC3)
- [LLVMdev] Bug 14465 (Was: 3.2 Release - Release Notes, Documentation, External Projects and the RC3)
- [LLVMdev] Bug 14465 (Was: 3.2 Release - Release Notes, Documentation, External Projects and the RC3)
- [LLVMdev] [cfe-dev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3
- [LLVMdev] [cfe-dev] !!! 3.2 Release - Release Notes, Documentation, External Projects and the RC3