Re: New C compiler and analyzer lang/cparser in ports

2008-11-28 Thread Alexander Leidinger
Quoting Christoph Mallon <[EMAIL PROTECTED]> (from Thu, 27 Nov 2008 21:39:45 +0100): cparser is a C compiler, which can parse C89 and C99 as well as many GCC and some MSVC extensions. The handled GCC extensions include __attribute__, inline assembler, computed goto and statement expressio

Re: New C compiler and analyzer lang/cparser in ports

2008-11-28 Thread Christoph Mallon
Alexander Leidinger schrieb: Quoting Christoph Mallon <[EMAIL PROTECTED]> (from Thu, 27 Nov 2008 21:39:45 +0100): cparser is a C compiler, which can parse C89 and C99 as well as many GCC and some MSVC extensions. The handled GCC extensions include __attribute__, inline assembler, computed got

Re: New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Christoph Mallon
Max Laier schrieb: On Thursday 27 November 2008 21:39:45 Christoph Mallon wrote: A few days ago libFIRM[1] and cparser were added to the ports tree. If you want to see, what other compilers besides GCC have to offer, this might be of interest for you. libFIRM is a modern optimizing intermediate

Re: New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Eygene Ryabinkin
Christoph, Thu, Nov 27, 2008 at 11:22:22PM +0100, Christoph Mallon wrote: > Both LLVM and FIRM use SSA as an important aspect of their IR. FIRM uses [...] Very interesting, thanks for a good review! > Did you find the frontend examples interesting or are you mainly > interested in optimization a

Re: New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Christoph Mallon
Eygene Ryabinkin schrieb: Christoph, good day. Thu, Nov 27, 2008 at 09:39:45PM +0100, Christoph Mallon wrote: A few days ago libFIRM[1] and cparser were added to the ports tree. If you want to see, what other compilers besides GCC have to offer, this might be of interest for you. libFIRM is a m

Re: New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Max Laier
On Thursday 27 November 2008 21:39:45 Christoph Mallon wrote: > A few days ago libFIRM[1] and cparser were added to the ports tree. If > you want to see, what other compilers besides GCC have to offer, this > might be of interest for you. libFIRM is a modern optimizing > intermediate representation

Re: New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Eygene Ryabinkin
Christoph, good day. Thu, Nov 27, 2008 at 09:39:45PM +0100, Christoph Mallon wrote: > A few days ago libFIRM[1] and cparser were added to the ports tree. If > you want to see, what other compilers besides GCC have to offer, this > might be of interest for you. libFIRM is a modern optimizing > inte

New C compiler and analyzer lang/cparser in ports

2008-11-27 Thread Christoph Mallon
A few days ago libFIRM[1] and cparser were added to the ports tree. If you want to see, what other compilers besides GCC have to offer, this might be of interest for you. libFIRM is a modern optimizing intermediate representation (IR) library. cparser is a C compiler providing many useful warni