GCC vs. Open64

2007-06-25 Thread Jiahua He
Hi All, I am looking for an open source compiler, such as GCC, Open64, Scale and SUIF, as the infrastructure of my research. Though I have read some of their documents, they are still complicate to me and it is difficult to decide which one is better. Can you please help me to compare these

Re: GCC vs. Open64

2007-06-25 Thread Jiahua He
2007/6/25, Basile STARYNKEVITCH [EMAIL PROTECTED]: Jiahua He wrote: Hi All, I am looking for an open source compiler, such as GCC, Open64, Scale and SUIF, as the infrastructure of my research. Though I have read some of their documents, they are still complicate to me and it is difficult

Re: [Autovect]dependencies of virtual defs/uses

2007-02-15 Thread Jiahua He
2007/2/15, Dorit Nuzman [EMAIL PROTECTED]: Jiahua He [EMAIL PROTECTED] wrote on 12/02/2007 22:54:08: Oh, I see. For reduction and induction, you don't need to deal with the condition with vdef. I am considering how to implement an idiom with vdef, like SCAN (prefix sum). And by the way, do

[Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
Hi, I am reading the code of autovect branch and curious about how to deal with the dependencies of virtual defs/uses. In the function vect_analyze_scalar_cycles( ), I found the statement Skip virtual phi's. The data dependences that are associated with virtual defs/uses ( i.e., memory accesses)

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
Thanks! In fact, I should ask how to deal with idiom (such as reduction, induction) recognition for virtual defs/uses. Jiahua 2007/2/12, Daniel Berlin [EMAIL PROTECTED]: On 2/12/07, Jiahua He [EMAIL PROTECTED] wrote: Hi, I am reading the code of autovect branch and curious about how

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
PROTECTED]: On 2/12/07, Jiahua He [EMAIL PROTECTED] wrote: Hi, I am reading the code of autovect branch and curious about how to deal with the dependencies of virtual defs/uses. In the function vect_analyze_scalar_cycles( ), I found the statement Skip virtual phi's. The data dependences