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 Thom Holwerda on Thu 9th Oct 2008 21:04, submitted by ganges master
posted by David Adams on Wed 1st Oct 2008 14:32
posted by Amjith Ramanujam on Fri 19th Sep 2008 21:00 submitted by Ward D