Re: i want to connect gcc's front-end to my'back-end

2005-04-01 Thread Mike Stump
On Thursday, March 31, 2005, at 10:38 PM, GOEBAX wrote: my project is that Connect to Gcc's front-end and My back-end We generally don't support this concept. We'd rather you enhance and extend gcc's back end. Because of this, this is beyond the scope of this list. On topic for this list, w

Re: i want to connect gcc's front-end to my'back-end

2005-04-01 Thread Stefan Strasser
a) what makes your backend different from gcc's backend so it is worth porting it? 하태준 schrieb: > sorry, my english is not good, > > Umm... > > my project is that Connect to Gcc's front-end and My back-end > > first gcc parse sorce code there is an IR created while parsing which is simply ca

i want to connect gcc's front-end to my'back-end

2005-03-31 Thread "하태준"
sorry, my english is not good, Umm... my project is that Connect to Gcc's front-end and My back-end first gcc parse sorce code next gcc make a GENERIC next gcc change GENERIC to GIMPLE next gcc change GIMPLE to RTL next gcc change RTL to assemblely code next ... is it correct? Umm

Re: i want to connect gcc's front-end to my'back-end

2005-03-29 Thread Stefan Strasser
하태준 schrieb: > i want to connect gcc's front-end to my'back-end > > how to connect it? > > first i want to connect gcc's tree IR and my back-end's IR > > but i can't > > then i try to connect gcc's RTL that was made -dr option > &g

i want to connect gcc's front-end to my'back-end

2005-03-29 Thread "하태준"
i want to connect gcc's front-end to my'back-end how to connect it? first i want to connect gcc's tree IR and my back-end's IR but i can't then i try to connect gcc's RTL that was made -dr option but that is impossible so, i try to use gcc 4.0 i want to