hanchenye-llvm-project/llvm
Simon Pilgrim e01b58f0ed Fix MSVC "not all control paths return a value" warning.
llvm-svn: 322719
2018-01-17 18:16:28 +00:00
..
bindings
cmake [CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE's 2018-01-12 04:01:41 +00:00
docs [MC] Fix -stack-size-section on ARM 2018-01-17 09:01:29 +00:00
examples
include [AMDGPU] add LDS f32 intrinsics 2018-01-17 14:05:05 +00:00
lib [ARC] Add missing condition codes. 2018-01-17 17:58:28 +00:00
projects
resources
runtimes
test [SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp. 2018-01-17 17:16:07 +00:00
tools Fix MSVC "not all control paths return a value" warning. 2018-01-17 18:16:28 +00:00
unittests Add tests for ConstantFoldTerminator preserving DomTree 2018-01-17 16:27:17 +00:00
utils [GlobalISel][TableGen] Add support for SDNodeXForm 2018-01-16 18:44:05 +00:00
.arcconfig [llvm] Set up .arcconfig to point to Diffusion L repository 2018-01-12 15:37:41 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
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.