llvm-project/llvm
Kevin P. Neal 339594e4dc New document skeleton describing how to add a constrained floating-point
intrinsic.

Reviewed by:	andrew.w.kaylor, cameron.mcinally
Differential Revision:	https://reviews.llvm.org/D59833

llvm-svn: 358194
2019-04-11 17:16:03 +00:00
..
benchmarks
bindings [LLVM-C] Correct The Current Debug Location Accessors (Again) 2019-04-10 14:19:05 +00:00
cmake
docs New document skeleton describing how to add a constrained floating-point 2019-04-11 17:16:03 +00:00
examples
include Use llvm::lower_bound. NFC 2019-04-11 10:25:41 +00:00
lib [ConstantFold] ExtractConstantBytes - handle shifts on large integer types 2019-04-11 16:39:31 +00:00
projects
resources
runtimes
test [ConstantFold] ExtractConstantBytes - handle shifts on large integer types 2019-04-11 16:39:31 +00:00
tools Make llvm-nm -help great again 2019-04-11 15:22:48 +00:00
unittests YAMLIO: Fix serialization of strings with embedded nuls 2019-04-11 14:57:34 +00:00
utils [llvm] [lit] Add target-x86* features 2019-04-11 14:58:39 +00:00
.arcconfig
.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

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.