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
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
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
하태준 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
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