summaryrefslogtreecommitdiff
path: root/devel/llvm29/pkg-descr
blob: ba43ebf6c8428e5d9102295ddf6c7f7cc8805ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.

WWW:	http://llvm.cs.uiuc.edu/