Mercurial > hg > CbC > CbC_llvm
comparison README.txt @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 54457678186b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 Low Level Virtual Machine (LLVM) | |
2 ================================ | |
3 | |
4 This directory and its subdirectories contain source code for the Low Level | |
5 Virtual Machine, a toolkit for the construction of highly optimized compilers, | |
6 optimizers, and runtime environments. | |
7 | |
8 LLVM is open source software. You may freely distribute it under the terms of | |
9 the license agreement found in LICENSE.txt. | |
10 | |
11 Please see the documentation provided in docs/ for further | |
12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting | |
13 started with LLVM and docs/README.txt for an overview of LLVM's | |
14 documentation setup. | |
15 | |
16 If you're writing a package for LLVM, see docs/Packaging.rst for our | |
17 suggestions. | |
18 |