llvm-project/llvm
Sanjay Patel b06d283909 [InstSimplify] add tests for minnum/maxnum with shared op; NFC
llvm-svn: 339142
2018-08-07 14:13:40 +00:00
..
bindings
cmake Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) 2018-08-01 07:51:55 +00:00
docs [docs] Continue working around broken Sphinx parsing of LLVM code blocks 2018-08-06 10:20:05 +00:00
examples
include [GVN,NewGVN] Move patchReplacementInstruction to Utils/Local.h 2018-08-07 13:27:33 +00:00
lib [SystemZ] Comment update. 2018-08-07 13:48:09 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [InstSimplify] add tests for minnum/maxnum with shared op; NFC 2018-08-07 14:13:40 +00:00
tools [DebugInfo] Reduce debug_str_offsets section size 2018-08-07 09:54:52 +00:00
unittests [DebugInfo] Reduce debug_str_offsets section size 2018-08-07 09:54:52 +00:00
utils [lit, tests] Fix failing lit test: shtest-format.py 2018-08-07 04:08:46 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt CMake: Remove LLVM_DYLIB_SYMBOL_VERSIONING 2018-08-02 18:16:10 +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.