blob: c78a9ee159f98bf1b87d27d95fa7924eb500def4 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001Low Level Virtual Machine (LLVM)
2================================
3
Evan Phoenix15671662009-10-05 22:29:11 +00004This directory and its subdirectories contain source code for the Low Level
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005Virtual Machine, a toolkit for the construction of highly optimized compilers,
Evan Phoenix15671662009-10-05 22:29:11 +00006optimizers, and runtime environments.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007
8LLVM is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Please see the HTML documentation provided in docs/index.html for further
12assistance with LLVM.
John Mosby57da1442009-03-23 21:00:45 +000013