llvm-project/llvm
Cameron McInally cdaf5a069c Precommit FNeg InstCombine tests
Differential Revision: https://reviews.llvm.org/D61685

llvm-svn: 360281
2019-05-08 19:06:03 +00:00
..
benchmarks
bindings
cmake Fix whitespace mismatches. NFCI. 2019-05-08 13:02:32 +00:00
docs [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K 2019-05-03 16:40:16 +00:00
examples
include [SCEV] Suppress hoisting insertion point of binops when unsafe 2019-05-08 18:50:07 +00:00
lib [SCEV] Suppress hoisting insertion point of binops when unsafe 2019-05-08 18:50:07 +00:00
projects
resources
runtimes
test Precommit FNeg InstCombine tests 2019-05-08 19:06:03 +00:00
tools [llvm-objcopy] Improve error message for unrecognised archive member 2019-05-08 13:28:58 +00:00
unittests [Support] Fix unit test for fs::is_local 2019-05-08 14:42:13 +00:00
utils gn build: Merge r360151 2019-05-08 13:41:01 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: add option to disable unwind tables 2019-05-02 19:37:26 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

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.