• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-2015210

autoconf/H24-Oct-201415

bindings/H24-Oct-20147

build_llvmH A D24-Oct-201410.5 KiB

cmake/H24-Oct-20146

CMakeLists.txtH A D24-Oct-201416.1 KiB

CODE_OWNERS.TXTH A D24-Oct-20141.1 KiB

configureH A D24-Oct-2014632.8 KiB

CREDITS.TXTH A D24-Oct-20149.7 KiB

docs/H24-Oct-201472

examples/H24-Oct-201413

GNUmakefileH A D24-Oct-20143.6 KiB

include/H20-Mar-20134

lib/H24-Oct-201420

LICENSE.TXTH A D24-Oct-20143.2 KiB

llvm.spec.inH A D24-Oct-20141.8 KiB

LLVMBuild.txtH A D24-Oct-2014752

MakefileH A D24-Oct-20148.2 KiB

Makefile.commonH A D24-Oct-20142.5 KiB

Makefile.config.inH A D24-Oct-201411.2 KiB

Makefile.rulesH A D24-Oct-201477.8 KiB

projects/H24-Oct-20146

README.txtH A D24-Oct-2014566

runtime/H24-Oct-20147

tools/H24-Oct-201433

unittests/H24-Oct-201412

utils/H24-Oct-201456

README.txt

1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a toolkit for the construction of highly optimized compilers,
6optimizers, and runtime environments.
7
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.
13
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
16
17
18