posted by Thom Holwerda on Sat 29th Sep 2007 21:26 UTC, submitted by Chris Lattner
IconThe LLVM Project recently released a new version of their compiler, optimizer and code generators. LLVM includes a drop-in GCC-compatible C/C++ and ObjC compiler, mature optimization technology (including cross file/whole program optimization), and a highly optimizing code generator. For people who enjoy hacking on compilers and runtimes, LLVM provides libraries for implementing custom optimizers and code generators including JIT compiler support. This release is the first to provide beta GCC 4.2 compatibility as well as the new "clang" C/ObjC front-end, which provides capabilities to build source-to-source translators and many other tools.
e p (0)    70 Comment(s)

Related Articles

posted by David Adams on Sat 5th Jul 2008 05:03, submitted by Pfeifer
posted by Eugenia Loli-Queru on Thu 3rd Jul 2008 07:20, submitted by jmalasko