llvm-project/llvm
Jake Ehrlich 941095100f Add owner for llvm-objcopy
llvm-svn: 339394
2018-08-09 22:05:19 +00:00
..
bindings
cmake [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
docs Add a CommandGuide for llvm-objdump 2018-08-08 14:39:22 +00:00
examples
include [LICM] hoist fences out of loops w/o memory operations 2018-08-09 20:18:42 +00:00
lib [NFC] ConstantMerge: factor out some functions 2018-08-09 21:56:09 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [RISC-V] Fixed alias for addi x2, x2, 0 2018-08-09 20:51:53 +00:00
tools [llvm-objcopy] Add --prefix-symbols option 2018-08-09 17:49:04 +00:00
unittests [Demangle] Add another test for ItaniumPartialDemangler 2018-08-08 22:38:23 +00:00
utils [MC][PredicateExpander] Extend the grammar to support simple switch and return statements. 2018-08-09 15:32:48 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Fix typo 2018-08-09 20:15:13 +00:00
CODE_OWNERS.TXT Add owner for llvm-objcopy 2018-08-09 22:05:19 +00:00
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.