New LLVM C front-end

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi Sparsers,

We've recently been building a new C front-end for LLVM from scratch. Information about it is here:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009817.html

The work is still somewhat early (for example, though the parser is quite far along, we don't emit all warnings and errors that we should, and the code generator doesn't support many constructs yet), but we're pursuing it aggressively. Over the next couple years, we hope to grow it out to include full C++ support as well as C.

Compared to sparse, some goals are similiar: provide an extremely fast C parser (including preprocessor, type checker, etc) which can be reused by many different clients (static analysis, refactoring, indexing, etc).

Others goal are different. In contrast to sparse, we aim (in the short term) to provide strict ISO standards compliance, support for a full suite of GCC extensions (whether they are well considered or not :-/ ), and code generation support through LLVM. Also, the code is BSD licensed.

This email is only intended as an FYI, so I'll keep it short. If you have any questions, please ask on the cfe-dev list:
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

-Chris

--
http://nondot.org/sabre/
http://llvm.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux