llvm-capstone/llvm
Alex Bradbury 5dabe03b41 [RISCV][NFC] Add nounwind attribute to functions missing it in test/CodeGen/RISCV
r360897 was incomplete, must have applied an old/wip patch. This is in preparation for emitting CFI directives.

llvm-svn: 361493
2019-05-23 12:43:13 +00:00
..
benchmarks
bindings
cmake Unbreak non-PIC builds after r361340/D62174 2019-05-22 15:48:12 +00:00
docs FileCheck: Improve FileCheck variable terminology 2019-05-23 00:10:14 +00:00
examples Add a HowToUseLLJIT example project. 2019-05-22 21:38:41 +00:00
include [MergeICmps] Make the pass compatible with the new pass manager. 2019-05-23 12:35:26 +00:00
lib [MergeICmps] Make the pass compatible with the new pass manager. 2019-05-23 12:35:26 +00:00
projects
resources
runtimes [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest 2019-05-22 21:42:06 +00:00
test [RISCV][NFC] Add nounwind attribute to functions missing it in test/CodeGen/RISCV 2019-05-23 12:43:13 +00:00
tools [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Object.cpp. 2019-05-23 09:18:57 +00:00
unittests [FileCheck] Introduce substitution subclasses 2019-05-23 00:10:29 +00:00
utils gn build: Merge r361418. 2019-05-23 00:31:55 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: enable CMake policy 0077 2019-05-21 20:28:32 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT add Qiu Chaofan (qiucf@cn.ibm.com) to the CREDITS.txt 2019-04-23 02:37:48 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.