[Fwd: Re: Parallelized loads and widening mults cont:ed (was: Re: GCC porting tutorials)]

2010-05-03 Thread Jonas Paulsson
>> Date: Thu, 29 Apr 2010 08:55:56 +0200 (CEST) >> From: "Jonas Paulsson" > >> It feels good to know that the widening mults issue has been >> resolved > > Yes, nice, and as late as last week too, though the patch was > from February. > >

Re: GCC porting tutorials

2010-04-28 Thread Jonas Paulsson
, for e g doing a wide load into two adjacent narrow registers with one instruction. This was resolved earlier on the mailinglist to not be handleable on RTL, so I wonder now if anything has been done for this, as it too seems rather reasonable, just like the widening loads? /Jonas Paulsson >

Re: GCC porting tutorials

2010-04-27 Thread Jonas Paulsson
erely my immediate thoughts, so please correct me. If somebody believes in correcting this GCC behaviour and have the time to guide me, I would be happy to participate. /Jonas >> From: "Jonas Paulsson" >> Date: Mon, 26 Apr 2010 11:07:04 +0200 > >> I recently c

Re: GCC porting tutorials

2010-04-26 Thread Jonas Paulsson
that concluded my experiences during the project. When setting out, I was completely new to GCC internals. I also found the Bombay links quite useful. Good luck, Jonas Paulsson LTH, Sweden - Original Message - From: "Radu Hobincu" To: Cc: "Vali Codreanu" ; "

FW: http://gcc.gnu.org/ml/gcc/2009-07/msg00484.html

2010-01-28 Thread Jonas Paulsson J
ys clobber the corresponding cc-register. Is this possible to implement, in terms of defining a new mode? The trick would be to add a new register next to the register-pair in the hard registers definition array, so as to always reference the cc-reg with an offsetting mode. I tried this a bit, bu