llvm-project/llvm
Daniel Sanders 1eaf300fac [arc] Update TargetInfo to include the new backend name argument
Also update a comment about the usage of RegisterTarget() that didn't mention
the new argument.

llvm-svn: 318441
2017-11-16 19:10:26 +00:00
..
bindings Update go bindings to use new functions from rL317135. 2017-11-02 10:22:26 +00:00
cmake [globalisel][tablegen] Generate rule coverage and use it to identify untested rules 2017-11-16 00:46:35 +00:00
docs [libFuzzer] add docs for -reduce_inputs 2017-11-16 18:58:14 +00:00
examples
include [arc] Update TargetInfo to include the new backend name argument 2017-11-16 19:10:26 +00:00
lib [arc] Update TargetInfo to include the new backend name argument 2017-11-16 19:10:26 +00:00
projects Resubmit "Refactor debuginfo-tests" 2017-11-16 18:26:20 +00:00
resources
runtimes [CMake][runtimes] Don't process common options in runtimes build 2017-11-14 23:56:05 +00:00
test [PPC] Change i32 constant in store instruction to i64 2017-11-16 18:27:34 +00:00
tools Add ELF dynamic symbol support to yaml2obj/obj2yaml 2017-11-16 18:10:15 +00:00
unittests [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumTables and IDiaTable. 2017-11-16 14:33:09 +00:00
utils Resubmit "Refactor debuginfo-tests" 2017-11-16 18:26:20 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Resubmit "Refactor debuginfo-tests" 2017-11-16 18:26:20 +00:00
CODE_OWNERS.TXT Update my email addresses, NFC. 2017-10-26 10:16:54 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT Update my email addresses, NFC. 2017-10-26 10:16:54 +00:00
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.