Plangs!
Menu
Sun

LLVM

LLVM
83
Set of compiler and toolchain technologies that can be used to develop a frontend for any programming language and a backend for any instruction set architecture. LLVM is designed around a language-independent intermediate representation (IR) that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over multiple passes. The name LLVM originally stood for Low Level Virtual Machine, though the project has expanded and the name is no longer officially an initialism.
Details

Written With

NameDescription
C++General-purpose language designed by Bjarne Stroustrup, supporting multiple programming paradigms.