Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2017-04-23 21:23:27 +00:00
bindings
cmake
docs Update documentation for the NetBSD target 2017-04-22 16:11:23 +00:00
examples
include [APInt] Make clearUnusedBits branch free. 2017-04-23 17:16:26 +00:00
lib [X86][SSE] Add scheduler class support for SSE42 (PCMPGT) instructions 2017-04-23 21:23:27 +00:00
projects
resources
runtimes
test [X86][SSE] Add scheduler class support for SSE42 (PCMPGT) instructions 2017-04-23 21:23:27 +00:00
tools Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of protected dtor in the base, final derived classes with public non-virtual dtors) 2017-04-22 02:18:00 +00:00
unittests [APInt] In sext single word case, use SignExtend64 and let the APInt constructor mask off any excess bits. 2017-04-23 17:16:24 +00:00
utils [globalisel][tablegen] Add support for RegisterOperand. 2017-04-22 15:53:21 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.