Dear All, First, we're pushing back the creation of the release branch until tonight. This means two things: 1. If you want something to go into LLVM 1.5, you have until I create the release branch to get it in. I am tentatively scheduling this for 5:00 pm today (CST). 2. If you don't want something to go into LLVM 1.5, please refrain from adding it until I create the release branch. For example, please don't add regression tests for features that you have not implemented yet. My suggestion is to only commit bug fixes. Please don't add anything new. Second, I would like to recuit people to help with reviewing the documentation. Right now all we need to do is to make sure that the documents accurately describe LLVM 1.5. Here's my list of suggestions about how to divy up the reviewing: Myself: LLVM Reference Manual How to Build the C/C++ Frontend LLVM Test Suite Manual Chris: LLVM Command Guide (note changes to llc command line options) LLVM Lexicon Misha: Release Notes Writing an LLVM Backend Reid: Bytecode Format Guide Compiler Driver (llvmc) Guide LLVM Makefile Guide Rob: LLVM Getting Started Guide FAQ Dinakar: Writing an LLVM Pass Jeff Cohen: Getting Started Guide for MS Visual Studio If you can volunteer to review the docs listed under your name, please email the list and let us know. Also, feel free to volunteer even if your name isn't listed or you want to review a document other than the ones listed. :) Thanks for your help so far, everybody! -- John T. -- John T. Criswell Research Programmer University of Illinois at Urbana-Champaign "It's today!" said Piglet. "My favorite day," said Pooh.
On Fri, 13 May 2005, John Criswell wrote:> Chris: > LLVM Command Guide (note changes to llc command line options) > LLVM LexiconDone. There are a few more code changes I want to make in the X86 backend, then I'll start hacking on the release notes. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
On Fri, 2005-05-13 at 13:59 -0500, John Criswell wrote:> Reid: > Compiler Driver (llvmc) Guide > LLVM Makefile GuideThese two are done. No changes. Seems these were maintained fairly well. There also hasn't been much activity in these areas. The Bytecode Format is another matter .. still looking at it. Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050513/60d4d1d6/attachment.sig>
Okay, the bytecode format update is done now. Reid. On Fri, 2005-05-13 at 16:19 -0700, Reid Spencer wrote:> On Fri, 2005-05-13 at 13:59 -0500, John Criswell wrote: > > Reid: > > Compiler Driver (llvmc) Guide > > LLVM Makefile Guide > > These two are done. No changes. Seems these were maintained fairly well. > There also hasn't been much activity in these areas. > > The Bytecode Format is another matter .. still looking at it. > > Reid. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050513/7c572897/attachment.sig>
John Criswell wrote:> Jeff Cohen: > Getting Started Guide for MS Visual StudioDone.
On Fri, May 13, 2005 at 01:59:09PM -0500, John Criswell wrote:> Misha: > Release Notes > Writing an LLVM BackendI think the others have done a great job with the first one, and they are much more qualified to do it than I am. I sprinkled the second one with some fresh links to other docs. -- Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
I corrected a few grammaros in the Release Notes. As far as content goes, I believe it is pretty complete. There are several minor features that were implemented and not mentioned, but that's probably okay. Reid. On Mon, 2005-05-16 at 21:34 -0500, Misha Brukman wrote:> On Fri, May 13, 2005 at 01:59:09PM -0500, John Criswell wrote: > > Misha: > > Release Notes > > Writing an LLVM Backend > > I think the others have done a great job with the first one, and they > are much more qualified to do it than I am. I sprinkled the second one > with some fresh links to other docs. >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050516/515ed9ab/attachment.sig>