Saw this mentioned on Lambda, and thought it was worth pointing out (though I'm betting most of you are Lambda readers). Looks like it's a new approach to mapping out optimizations and picking the best ordering/grouping. http://www.cse.ucsd.edu/~rtate/publications/eqsat/ Just watched the video and am settling down to read the paper, and it looks interesting so far. Anyone more well-versed in compiler optimization theory see this and want to comment? Jonathan _________________________________________________________________ Express your personality in color! Preview and select themes for HotmailĀ®. http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme
Hi, I have completed enough of the Nios2 code generator that I think it is appropriate to bring it into the source tree. What is the best approach to take? It all sits in one directory, of course: lib/Targets/Nios2. Besides that directory, the only other change I've made is to configure. The code generator is complete, but requires more testing. How should I proceed? Should I commit just the sources to the tree for review and not the changes to the configure system? How extensive do I need to make the test cases? -Rich
On Tue, Mar 3, 2009 at 2:41 PM, Richard Pennington <rich at pennware.com> wrote:> Hi, > > I have completed enough of the Nios2 code generator that I think it is > appropriate to bring it into the source tree. > > What is the best approach to take? It all sits in one directory, of > course: lib/Targets/Nios2. > > Besides that directory, the only other change I've made is to configure. > > The code generator is complete, but requires more testing. > > How should I proceed? Should I commit just the sources to the tree for > review and not the changes to the configure system? > > How extensive do I need to make the test cases? >As extensive as you care to make them. :-) The more the better, IMHO. -bw
Please submit the patches to llvmdev for review first. Thanks! Evan On Mar 3, 2009, at 2:41 PM, Richard Pennington wrote:> Hi, > > I have completed enough of the Nios2 code generator that I think it is > appropriate to bring it into the source tree. > > What is the best approach to take? It all sits in one directory, of > course: lib/Targets/Nios2. > > Besides that directory, the only other change I've made is to > configure. > > The code generator is complete, but requires more testing. > > How should I proceed? Should I commit just the sources to the tree for > review and not the changes to the configure system? > > How extensive do I need to make the test cases? > > -Rich > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev