Re: Porting Clang to a new architecture

2015-11-02 Thread Ariel Arelovich via cfe-commits
ndard libraries in a new arquitecture) On Sun, Nov 1, 2015 at 9:45 PM, Justin Bogner wrote: > Ariel Arelovich via cfe-commits writes: > > Great. > > > > So this is what I wanted to know. I think understand what you are saying. > > You are saying that most of the work tha

Re: Porting Clang to a new architecture

2015-10-26 Thread Ariel Arelovich via cfe-commits
iel Arelovich via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Hi: >> >> Where I'm working I've been asked to look into developing a C (by this I >> mean C89 C standard) compiler a new processor architecture being created >> inhouse. >

Porting Clang to a new architecture

2015-10-26 Thread Ariel Arelovich via cfe-commits
Hi: Where I'm working I've been asked to look into developing a C (by this I mean C89 C standard) compiler a new processor architecture being created inhouse. On looking at the options and brushing up on compiler theory, I came up with Flex/Bison, Writing the compiler from scratch or use Clang. I