llvm-project/llvm
Simon Pilgrim ad1c5566a7 [X86][TBM] Add tests showing failure to fold RFLAGS result into TBM instructions.
And fails to select TBM instructions at all.

llvm-svn: 310790
2017-08-13 12:16:00 +00:00
..
bindings
cmake
docs Fix some minor typos in the llvm XRay exemple 2017-08-12 15:08:11 +00:00
examples
include [Triple] Add isThumb and isARM functions. 2017-08-12 17:40:18 +00:00
lib [X86][AsmParser][AVX512] Error appropriately when K0 is tried as a write-mask 2017-08-13 12:03:00 +00:00
projects
resources
runtimes
test [X86][TBM] Add tests showing failure to fold RFLAGS result into TBM instructions. 2017-08-13 12:16:00 +00:00
tools Output S_SECTION symbols to the Linker module. 2017-08-11 20:46:28 +00:00
unittests
utils Revert r310716 (and r310735): [globalisel][tablegen] Support zero-instruction emission. 2017-08-11 19:19:21 +00:00
.arcconfig
.clang-format
.clang-tidy
.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.