hanchenye-llvm-project/llvm
Evandro Menezes 84e74362c1 [SLC] Refactor simplification of pow() (NFC)
llvm-svn: 338730
2018-08-02 15:43:57 +00:00
..
bindings
cmake Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) 2018-08-01 07:51:55 +00:00
docs Clear release notes and update version 2018-08-01 13:58:00 +00:00
examples
include Add include guard 2018-08-02 09:45:59 +00:00
lib [SLC] Refactor simplification of pow() (NFC) 2018-08-02 15:43:57 +00:00
projects
resources
runtimes
test [X86][SSE] Add uniform/non-uniform exact sdiv vector tests covering all paths 2018-08-02 15:34:51 +00:00
tools [llvm-ar] Correct help text 2018-08-02 11:27:38 +00:00
unittests [llvm-exegesis] Rename InstructionInstance into InstructionBuilder. 2018-08-02 11:12:02 +00:00
utils [emacs] Indent statement continuation to match clang-format 2018-08-02 08:50:41 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump the trunk version to 8.0.0svn 2018-08-01 13:25:30 +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.