Index: ProjectsWithLLVM/index.html =================================================================== --- ProjectsWithLLVM/index.html +++ ProjectsWithLLVM/index.html @@ -36,6 +36,7 @@
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with - traditional virtual machines, though it does provide helpful libraries that - can be used to build them. The name + traditional virtual machines. The name "LLVM" itself is not an acronym; it is the full name of the project.
LLVM began as a research @@ -89,10 +88,6 @@ provides an OpenMP runtime for use with the OpenMP implementation in Clang.
-The vmkit project is an - implementation of the Java and .NET Virtual Machines that is built on LLVM - technologies.
The polly project implements a suite of cache-locality optimizations as well as auto-parallelism and vectorization using a polyhedral model.