llvm-project/llvm
Sanjay Patel 83a1b66c43 [x86] add test with optsize attribute for scalar->vector transform; NFC
llvm-svn: 342755
2018-09-21 18:03:49 +00:00
..
benchmarks Pull google/benchmark library to the LLVM tree 2018-08-28 09:42:41 +00:00
bindings [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs 2018-09-18 13:36:03 +00:00
cmake Test commit access 2018-09-14 19:43:11 +00:00
docs [Docs] [Support] Correct a missed reference and use up to date .inc examples. 2018-09-21 01:53:51 +00:00
examples
include [ADT] restrict bit_cast to trivially-constructible To 2018-09-21 14:31:25 +00:00
lib [Hexagon] Avoid functions with exception handling in HexagonConstExtenders 2018-09-21 17:40:35 +00:00
projects
resources
runtimes
test [x86] add test with optsize attribute for scalar->vector transform; NFC 2018-09-21 18:03:49 +00:00
tools [MCA] Remove dependency on CodeGen. 2018-09-21 01:54:08 +00:00
unittests Fix DenseSet::ConstIterator typedefs 2018-09-20 23:11:27 +00:00
utils [WebAssembly] Made assembler only use stack instruction tablegen defs 2018-09-21 17:47:58 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_TARGTS." 2018-09-21 03:24:42 +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.