Re: Dumping Low Level Intermediate Representation for Another Compiler

2005-03-29 Thread tm_gccmail
On Mon, 28 Mar 2005, Wei Qin wrote: > Hello GCC developers, > > I am avid user of gcc and have 5 cross-gcc's installed on my machine. > Thanks for your great work. Recently I want to do some compiler work > that involves analyzing low level intermediate representation. I > thought about using re

Re: A plan for eliminating cc0

2005-03-28 Thread tm_gccmail
On 25 Mar 2005, Ian Lance Taylor wrote: > Paul Schlie <[EMAIL PROTECTED]> writes: > > > > 2) Reload requires the ability to insert arbitrary instructions > > >between any pair of instructions. The instructions inserted by > > >reload will load registers from memory, store registers to me

Re: reload question

2005-03-25 Thread tm_gccmail
On 22 Mar 2005, Ian Lance Taylor wrote: > Miles Bader <[EMAIL PROTECTED]> writes: > > > I've defined SECONDARY_*_RELOAD_CLASS (and PREFERRED_* to try to help > > things along), and am now running into more understandable reload > > problems: "unable to find a register to spill in class" :-/ > >