K 10 svn:author V 6 dinoex K 8 svn:date V 27 2011-04-07T18:45:00.000000Z K 7 svn:log V 450 Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation. This port is only to build the Etoile project. WWW: http://llvm.cs.uiuc.edu/ END