Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig04-Nov-201474
.clang-format04-Nov-201420
.gitignore04-Nov-20141.7K
Android.mk04-Nov-20142.7K
android_test.sh04-Nov-2014334
autoconf/04-Nov-2014
bindings/04-Nov-2014
CleanSpec.mk04-Nov-20142.8K
clear_tblgen_vars.mk04-Nov-201434
cmake/04-Nov-2014
CMakeLists.txt04-Nov-201420K
CODE_OWNERS.TXT04-Nov-20143.3K
configure04-Nov-2014582.7K
CREDITS.TXT04-Nov-201410.5K
device/04-Nov-2014
docs/04-Nov-2014
examples/04-Nov-2014
host/04-Nov-2014
include/04-Nov-2014
lib/04-Nov-2014
LICENSE.TXT04-Nov-20143.2K
llvm-device-build.mk04-Nov-20141.8K
llvm-gen-intrinsics.mk04-Nov-2014720
llvm-host-build.mk04-Nov-20141.5K
llvm-tblgen-rules.mk04-Nov-20149.1K
llvm.mk04-Nov-2014481
llvm.spec.in04-Nov-20141.8K
LLVMBuild.txt04-Nov-2014744
Makefile04-Nov-20148.7K
Makefile.common04-Nov-20142.5K
Makefile.config.in04-Nov-201412.7K
Makefile.rules04-Nov-201471.7K
MODULE_LICENSE_BSD_LIKE04-Nov-20140
patches/04-Nov-2014
projects/04-Nov-2014
README.txt04-Nov-2014687
shared_llvm.mk04-Nov-20143.4K
test/04-Nov-2014
tools/04-Nov-2014
unittests/04-Nov-2014
utils/04-Nov-2014

README.txt

      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