Re: [Activity] Week 12

2015-03-22 Thread Prathamesh Kulkarni
On 23 March 2015 at 11:24, Prathamesh Kulkarni wrote: > TCWG-619: > - Cross compiled v8 on ARM using linaro toolchain (binary release). > - Built chromium LTO native > - Building v8 on ARM with LTO results in ICE at lto_tag_to_tree_code. > - Buiilding v8 (without LTO) with linaro-4.9-bran

Re: [ACTIVITY] Week 12

2013-03-25 Thread Richard Earnshaw
hanks, Andrew From: Zhenqiang Chen [zhenqiang.c...@linaro.org] Sent: Sunday, March 24, 2013 9:34 PM To: Pinski, Andrew Cc: linaro-toolchain Subject: Re: [ACTIVITY] Week 12 On 25 March 2013 12:05, Pinski, Andrew wrote: * Investigate how to expand conditional compare GIMPLE to RTL and

RE: [ACTIVITY] Week 12

2013-03-24 Thread Pinski, Andrew
To: Pinski, Andrew Cc: linaro-toolchain Subject: Re: [ACTIVITY] Week 12 On 25 March 2013 12:05, Pinski, Andrew wrote: >>* Investigate how to expand conditional compare GIMPLE to RTL and emit asm. > > I think maybe we should start adding target specific expanders. Then all you >

Re: [ACTIVITY] Week 12

2013-03-24 Thread Zhenqiang Chen
On 25 March 2013 12:05, Pinski, Andrew wrote: >>* Investigate how to expand conditional compare GIMPLE to RTL and emit asm. > > I think maybe we should start adding target specific expanders. Then all you > need to do is take that expander and when you get a COND_EXPR and then looks > at TRE pr

RE: [ACTIVITY] Week 12

2013-03-24 Thread Pinski, Andrew
>* Investigate how to expand conditional compare GIMPLE to RTL and emit asm. I think maybe we should start adding target specific expanders. Then all you need to do is take that expander and when you get a COND_EXPR and then looks at TRE provided information which then can exapnd the conditiona