llvm-project/llvm
Vedant Kumar 6e28bcdc27 [llvm-cov] Refactor logic for storing demangled symbols, NFC
llvm-svn: 294135
2017-02-05 20:10:58 +00:00
..
bindings
cmake Fix LLDB Android AArch64 GCC debug info build 2017-02-02 01:17:49 +00:00
docs MC: Introduce the ABS8 symbol modifier. 2017-01-31 18:28:44 +00:00
examples Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
include [CodeGen] Add v32i1 to is32BitVector and v64i1 to is64BitVector. 2017-02-04 03:09:42 +00:00
lib [X86] Fix printing of sha256rnds2 to include the implicit %xmm0 argument. 2017-02-05 18:33:31 +00:00
projects
resources
runtimes
test [X86] Fix printing of sha256rnds2 to include the implicit %xmm0 argument. 2017-02-05 18:33:31 +00:00
tools [llvm-cov] Refactor logic for storing demangled symbols, NFC 2017-02-05 20:10:58 +00:00
unittests TripleTest.FileFormat: check non-default value 2017-02-04 22:49:22 +00:00
utils Add lld to the test-release.sh script 2017-02-04 22:24:55 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt This addresses LLDB bug 31699, which was caused by LLVM using static linking on Windows. 2017-01-28 07:39:52 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt Test commit: remove a blank line. 2017-02-03 10:56:57 +00:00
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.