Teach the verifier to check the condition on a branch and ensure that it has
[llvm/stm8.git] / README.txt
blob7388752fb1c03e206cc0c11e99a48875228f8636
1 Low Level Virtual Machine (LLVM)
2 ================================
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.
8 LLVM is open source software. You may freely distribute it under the terms of
9 the license agreement found in LICENSE.txt.
11 Please see the HTML documentation provided in docs/index.html for further
12 assistance with LLVM.