Displaying 2 results from an estimated 2 matches for "newil".
Did you mean:
neil
2004 Jul 10
0
[LLVMdev] GCC frontend
On Sat, 10 Jul 2004, Ramu Ramamurthy wrote:
> LLVM is an excellent piece of work,
Thanks!
> LLVM is one of the few project I know that has used the mysterious GCC
> front-end. I think it will be a great contribution to the community if
> you could writeup and document how to interface to the GCC front-end
> data-structures (like LLVM has done). Specifically:
>
> a)
2004 Jul 10
3
[LLVMdev] GCC frontend
Chris,
LLVM is an excellent piece of work,
LLVM is one of the few project I know that has used the
mysterious GCC front-end. I think it will be a great
contribution to the community if you could writeup and document how to
interface to
the GCC front-end data-structures (like LLVM has done). Specifically:
a) detail the gcc front-end tree data-structures
b) how to go about interfacing to them