caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Announcing CIL: Infrastructure and tools for C program analysis a nd transformations
@ 2002-08-20 19:43 George Necula
  2002-08-22 14:58 ` Richard Nyberg
  0 siblings, 1 reply; 2+ messages in thread
From: George Necula @ 2002-08-20 19:43 UTC (permalink / raw)
  To: 'caml-list@inria.fr'

 
 We have released a stable version of CIL. It consists of a complete C
parser (both for ANSI C and also the GCC and Microsoft Visual C extensions),
pretty-printer and an intermediate language that hides most of the dark
corners of the C language. This allows you for example to implement a
Stackguard instrumentation for your programs in about 80 lines of code and
apply it to ugly code such as the Linux kernel modules. CIL can impersonate
both the GCC and MSVC compilers allowing you to use your existing Makefiles
and can also merge your entire program into one source file for a quick
whole-program analysis. 

 CIL has been tested on many millions of lines of code, including the Linux
kernel and GIMP. 

 More information, a manual, ocamldoc API documentation and the distribution
can be found at http://www.cs.berkeley.edu/~necula/cil. 

 George.  
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-22 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-20 19:43 [Caml-list] Announcing CIL: Infrastructure and tools for C program analysis a nd transformations George Necula
2002-08-22 14:58 ` Richard Nyberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).