[hellogcc] Re: Re: 关于LLVM后端移植

  • From: Yao Qi <qiyaoltc@xxxxxxxxx>
  • To: hellogcc@xxxxxxxxxxxxx
  • Date: Wed, 11 Jul 2012 16:09:18 +0200

On Tue, Jul 10, 2012 at 01:43:49PM +0800, Triple Yang wrote:
> 在 2012年7月10日 上午9:49,Yao Qi <qiyaoltc@xxxxxxxxx> 写道:
> > On Sat, Jul 07, 2012 at 06:12:22PM +0800, Triple Yang wrote:
> >> Hey,
> >>
> >> 我前一段时间做了一个LLVM的后端,target是一个VLIW的DSP,到目前为止完成了基本框架,即支持C90,但是还没有VLIW的指令调度功能,目前正在了解VLIW的支持方式(以3.1中的hexagon为例子)。
> >>
> >> 我计划一边了解VLIW的实现方式,一边整理下前期实现过程的文档。该文档作为官方文档的补充,尽量不与已有文档重复,包含实现过程中的一些细节说明和解释,以及对于LLVM后端接口框架的结构介绍。意在让后来者能够较快地理解LLVM后端实现。
> >>
> >> 今天拟了大纲,写完了第一章。具体内容见附件。
> >
> > I haven't read your article in attachment yet.  Do you plan to post
> > your article on our blog on hellogcc.org, or you just want us to read
> > it and give comments?
> >
> 
> 我是想在文档基本定稿后再贴到hellogcc.org上面,免得文档改动需要两边维护。
> 

Fantastic!  I'll read it next week, when I am back to Beijing.

Other related posts:

  • » [hellogcc] Re: Re: 关于LLVM后端移植 - Yao Qi