llvm-project/llvm
Craig Topper 94753520c6 [TableGen] Make sure to recursively factor any ScopeMatchers created while forming a SwitchType node. Remove a couple hundred bytes from the X86 matcher table.
llvm-svn: 268611
2016-05-05 06:19:27 +00:00
..
bindings
cmake Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
docs [NVPTX:doc] Update code examples to conform to the latest IR. 2016-05-04 17:34:57 +00:00
examples
include [Profile] Raw profile header clean up 2016-05-05 04:07:30 +00:00
lib [X86] Use the right type when folding xor (truncate (shift)) -> setcc 2016-05-05 06:00:56 +00:00
projects
resources
test [X86] Use the right type when folding xor (truncate (shift)) -> setcc 2016-05-05 06:00:56 +00:00
tools [codeview] Move dumper into lib/DebugInfo/CodeView 2016-05-05 00:34:33 +00:00
unittests Fix build of DebugInfoPDBTests. 2016-05-04 21:06:12 +00:00
utils [TableGen] Make sure to recursively factor any ScopeMatchers created while forming a SwitchType node. Remove a couple hundred bytes from the X86 matcher table. 2016-05-05 06:19:27 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt cmake: Prefix Polly options with LLVM_ to avoid variable shadowing 2016-05-04 20:04:40 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Fix typos 2016-05-02 19:06:51 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
configure
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

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.