llvm-project/llvm
Simon Pilgrim 564762cf32 [X86] Use isNullConstant helper. NFCI.
llvm-svn: 338530
2018-08-01 13:06:14 +00:00
..
bindings
cmake Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) 2018-08-01 07:51:55 +00:00
docs [llvm-mca][docs] Replace "temporary" with "physical registers". NFC. 2018-07-31 18:59:46 +00:00
examples
include [DebugInfo] Remove ambiguity to fix Windows bots 2018-08-01 10:40:08 +00:00
lib [X86] Use isNullConstant helper. NFCI. 2018-08-01 13:06:14 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [MC] Report fatal error for DWARF types for non-ELF object files 2018-08-01 12:53:06 +00:00
tools [llvm-mca] Improve code comments. NFC. 2018-08-01 10:49:01 +00:00
unittests [DebugInfo] Have custom std::reverse_iterator<DWARFDie> 2018-08-01 10:24:17 +00:00
utils Fix build bot after r338521 2018-08-01 12:07:32 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add PerfJITEventListener for perf profiling support. 2018-07-24 00:54:06 +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.