I posted to the list a few weeks ago about the possibility of getting a backend XMOS has developed for a new processor accepted back upstream, see http://thread.gmane.org/gmane.comp.compilers.llvm.devel/16005. I've finally got around to updating the backend to build against the svn trunk and got approval to contribute the code. Shall I just just submit the patch to the llvm-commits list? The current patch I have is rather large (188K), but I feel it would be difficult to split into incremental changes at this point. Richard Osborne | XMOS http://www.xmos.com
Hello, Richard> the patch to the llvm-commits list? The current patch I have is rather > large (188K), but I feel it would be difficult to split into incremental > changes at this point.Are there any changes to existing code (except 'glue' parts)? If no - just ask Chris for commit access and you've done. Otherwise - submit such patches separately for review. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
On Nov 4, 2008, at 10:27 AM, Richard Osborne wrote:> I posted to the list a few weeks ago about the possibility of > getting a > backend XMOS has developed for a new processor accepted back upstream, > see http://thread.gmane.org/gmane.comp.compilers.llvm.devel/16005. > I've > finally got around to updating the backend to build against the svn > trunk and got approval to contribute the code. Shall I just just > submit > the patch to the llvm-commits list? The current patch I have is rather > large (188K), but I feel it would be difficult to split into > incremental > changes at this point.Hi Richard, Please try to break it up where possible (even if each piece is not separately compilable) for review. Once it gets reviewed, it would be great for it to go in! -Chris
Reasonably Related Threads
- [LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
- [LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
- XCore target
- [LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
- [LLVMdev] Code Owner - XCore Backend