[ACTIVITY] 18-22 March 2013

2013-03-24 Thread Kugan
== Progress == - Worked on VRP based zero/sign extension elimination at tree level - Some regression test cases are failing; investigating them == Plan == - Analyse the reason for test case failure and fix them - Extend the code to handle all the possible cases (currently implemented for

[ACTIVITY] Week 12

2013-03-24 Thread Zhenqiang Chen
Summary: * Send out shrink-wrap related patches for review. * Investigate how to add a new tree code. Details: 1. Fix lp:1157050 and lp:1107659 for Linaro toolchain binaries. 2. Test shrink-wrap dwarf/unwind info and send out the patches for review. 3. Make progress on conditional compare

[ACTIVITY] 18-22 March 2013

2013-03-24 Thread Venkataramanan Kumar
== Progress == - Looking at TLS relocs and coming up with test cases for garbage collecting them. - Patch for missedout testcases in gc section is up streamed. Thanks to Marcus. == Plan == - Complete gc section test cases for TLS relocs. - Understand and evaluate gprof support work for Aarch64

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