Re: [Activity] Week 12

2015-03-23 Thread Prathamesh Kulkarni
On 23 March 2015 at 11:24, Prathamesh Kulkarni prathamesh.kulka...@linaro.org 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

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

Re: [ACTIVITY] Week 12

2013-03-24 Thread Zhenqiang Chen
On 25 March 2013 12:05, Pinski, Andrew andrew.pin...@caviumnetworks.com 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