llvm-project/llvm
Chandler Carruth dc2556934c [x86] NFC: Clean up two tests and generate precise checks for them.
Mostly this involved giving unnamed values names and running the IR
through `opt` to re-format it but merging in any important comments in
the original. I then deleted pointless comments and inlined the function
attributes for ease of reading and editting.

All of this is to make it much easier to see the instructions being
generated here and evaluate any updates to the tests.

llvm-svn: 311634
2017-08-24 07:38:36 +00:00
..
bindings
cmake Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchain 2017-08-23 00:40:58 +00:00
docs [docs] In the CMake primer, correct the description of the ARGV/ARGN variables. 2017-08-24 05:38:39 +00:00
examples
include [Support] Rewrite handleAllErrors in terms of cantFail. 2017-08-24 05:35:27 +00:00
lib [GlobalISel][X86] Support G_IMPLICIT_DEF. 2017-08-24 07:06:27 +00:00
projects
resources
runtimes
test [x86] NFC: Clean up two tests and generate precise checks for them. 2017-08-24 07:38:36 +00:00
tools Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchain 2017-08-23 00:40:58 +00:00
unittests [Support] Rewrite handleAllErrors in terms of cantFail. 2017-08-24 05:35:27 +00:00
utils Fixed invalid variable name in Dockerfile scripts. 2017-08-23 15:36:44 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Updated my email address. 2017-08-23 18:00:07 +00:00
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.