Hi All, A few of us got together and started an official LLVM (and its sub-projects) blog: http://blog.llvm.org/ I think that a blog is a potentially great way to cover some areas of LLVM that we're lacking in the community: 1. A place to describe cool new features and enhancements (which we can link to from the release notes). 2. Description of the motivation behind major API changes. 3. Higher level algorithmic descriptions. 4. A place for people to write about how they're *using* LLVM 5. a place for expanded information like version of http://llvm.org/ProjectsWithLLVM/ and http://llvm.org/Users.html 6. Updates on major accomplishments for sub-projects that are still in development (clang, dragonegg, MC, etc). More than anything else, while LLVM is a highly dynamic project, our web page isn't. I'm hoping to add sidebars to the llvm.org and clang.llvm.org web page that will show the blog feeds to get some of this information more visible. In any case, for it to be successful, we need writers! If you'd like to write an entry, please let me know. The only request that I have is that the entries be about things that you have *done* and are checked in, not about crazy ideas. Once the crazy idea manifests as something great, it can show up on the blog :) -Chris
Hi everyone, What about llvm planet ,If most of the contributors already have blogs, like gentoo planet http://planet.gentoo.org and gnu planet http://planet.gnu.org ? Yours , Ling Kun On Mon, Dec 21, 2009 at 4:13 PM, Chris Lattner <clattner at apple.com> wrote:> Hi All, > > A few of us got together and started an official LLVM (and its sub-projects) blog: > http://blog.llvm.org/ > > I think that a blog is a potentially great way to cover some areas of LLVM that we're lacking in the community: > > 1. A place to describe cool new features and enhancements (which we can link to from the release notes). > 2. Description of the motivation behind major API changes. > 3. Higher level algorithmic descriptions. > 4. A place for people to write about how they're *using* LLVM > 5. a place for expanded information like version of http://llvm.org/ProjectsWithLLVM/ and http://llvm.org/Users.html > 6. Updates on major accomplishments for sub-projects that are still in development (clang, dragonegg, MC, etc). > > More than anything else, while LLVM is a highly dynamic project, our web page isn't. I'm hoping to add sidebars to the llvm.org and clang.llvm.org web page that will show the blog feeds to get some of this information more visible. > > In any case, for it to be successful, we need writers! If you'd like to write an entry, please let me know. The only request that I have is that the entries be about things that you have *done* and are checked in, not about crazy ideas. Once the crazy idea manifests as something great, it can show up on the blog :) > > -Chris > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- Hi,this is an email from Ling Kun. Wish you every success in the future. 您好,这是来自Erlv的邮件。 祝您事事顺心,一生平安!
Great! I just subscribed. Rajika On Mon, Dec 21, 2009 at 1:43 PM, Chris Lattner <clattner at apple.com> wrote:> Hi All, > > A few of us got together and started an official LLVM (and its > sub-projects) blog: > http://blog.llvm.org/ > > I think that a blog is a potentially great way to cover some areas of LLVM > that we're lacking in the community: > > 1. A place to describe cool new features and enhancements (which we can > link to from the release notes). > 2. Description of the motivation behind major API changes. > 3. Higher level algorithmic descriptions. > 4. A place for people to write about how they're *using* LLVM > 5. a place for expanded information like version of > http://llvm.org/ProjectsWithLLVM/ and http://llvm.org/Users.html > 6. Updates on major accomplishments for sub-projects that are still in > development (clang, dragonegg, MC, etc). > > More than anything else, while LLVM is a highly dynamic project, our web > page isn't. I'm hoping to add sidebars to the llvm.org and clang.llvm.orgweb page that will show the blog feeds to get some of this information more > visible. > > In any case, for it to be successful, we need writers! If you'd like to > write an entry, please let me know. The only request that I have is that the > entries be about things that you have *done* and are checked in, not about > crazy ideas. Once the crazy idea manifests as something great, it can show > up on the blog :) > > -Chris > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091221/651401a8/attachment.html>
On Monday 21 December 2009 02:13, Chris Lattner wrote:> Hi All, > > A few of us got together and started an official LLVM (and its > sub-projects) blog: http://blog.llvm.org/> In any case, for it to be successful, we need writers! If you'd like to > write an entry, please let me know. The only request that I have is that > the entries be about things that you have *done* and are checked in, not > about crazy ideas. Once the crazy idea manifests as something great, it > can show up on the blog :)Cool idea! I've been looking for a way to introduce the AVX stuff to a wider audience and this is probably one of them. Sign me up as a writer. I could also do a series on writing backends, now that I've hacked TableGen guts. :) -Dave
On Dec 21, 2009, at 1:56 AM, erlv wrote:> Hi everyone, > What about llvm planet ,If most of the contributors already have > blogs, like gentoo planet http://planet.gentoo.org and gnu planet > http://planet.gnu.org ?Sure, you're welcome to do that, but we're only going to include the content from blog.llvm.org on the sidebar of llvm.org and clang.llvm.org -Chris
2009/12/21 Chris Lattner <clattner at apple.com>:> Hi All, > > A few of us got together and started an official LLVM (and its sub-projects) blog: > http://blog.llvm.org/Is it online? I cannot open it. If it's online, I highly suspect it's blocked by the GFW.> > I think that a blog is a potentially great way to cover some areas of LLVM that we're lacking in the community: > > 1. A place to describe cool new features and enhancements (which we can link to from the release notes). > 2. Description of the motivation behind major API changes. > 3. Higher level algorithmic descriptions. > 4. A place for people to write about how they're *using* LLVM > 5. a place for expanded information like version of http://llvm.org/ProjectsWithLLVM/ and http://llvm.org/Users.html > 6. Updates on major accomplishments for sub-projects that are still in development (clang, dragonegg, MC, etc). > > More than anything else, while LLVM is a highly dynamic project, our web page isn't. I'm hoping to add sidebars to the llvm.org and clang.llvm.org web page that will show the blog feeds to get some of this information more visible. > > In any case, for it to be successful, we need writers! If you'd like to write an entry, please let me know. The only request that I have is that the entries be about things that you have *done* and are checked in, not about crazy ideas. Once the crazy idea manifests as something great, it can show up on the blog :) > > -Chris > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
On Dec 21, 2009, at 5:30 PM, Zhongxing Xu wrote:> 2009/12/21 Chris Lattner <clattner at apple.com>: >> Hi All, >> >> A few of us got together and started an official LLVM (and its sub- >> projects) blog: >> http://blog.llvm.org/ > > Is it online? I cannot open it. If it's online, I highly suspect it's > blocked by the GFW.Yep, it's online. It's a blogger.com blog. -Chris