Linked by Eugenia Loli-Queru on Sat 2nd Jun 2007 22:44 UTC, submitted by Hakime
Thread beginning with comment 244949
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-06-18
You can find out everything about LLVM at:
http://llvm.org/
In a nutshell, LLVM is:
1. A compiler toolkit including a mid-level IR, many
optimization passes, a machine-level IR and code gen
for many targets.
2. A set of libraries for building compiler related
tools such as translators, assemblers, linkers,
archive tools, etc.
3. A competent C/C++/Obj-C compiler based on GCC 4.0
4. A framework for program analysis and other compiler
related research.