hanchenye-llvm-project/llvm
Quentin Colombet 07334f05de [TargetRegisterInfo] Fix the comment of SuperRegClassIterator::getMask.
llvm-svn: 265721
2016-04-07 21:04:30 +00:00
..
bindings
cmake [CMake] Check for sys/types.h in config-ix.cmake 2016-04-07 08:36:13 +00:00
docs [PPC] Added a note to release notes 2016-04-07 16:47:35 +00:00
examples
include [TargetRegisterInfo] Fix the comment of SuperRegClassIterator::getMask. 2016-04-07 21:04:30 +00:00
lib [AArch64] gcc does not like litteral without quotes even on preprocessor macros. 2016-04-07 20:49:15 +00:00
projects
resources
test AMDGPU/SI: Implement atomic load/store for i32 and i64 2016-04-07 19:23:11 +00:00
tools fix r265645: target dependent printf formatting flags. 2016-04-07 08:38:20 +00:00
unittests Revert "ValueMapper: Make LocalAsMetadata match function-local Values" 2016-04-07 02:10:50 +00:00
utils vim: add missing keyword 2016-04-06 17:42:16 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Update owners to reflect recent changes 2016-04-01 20:40:49 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.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.