hanchenye-llvm-project/llvm
Zachary Turner 3a758e22df [llvm-undname Add an option to dump back references.
This is useful for understanding how our demangler processes
back references and for investigating issues related to
back references.  But it's a feature only useful for debugging
the demangling process itself, so I'm marking it hidden.

llvm-svn: 338609
2018-08-01 18:33:04 +00:00
..
bindings
cmake Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) 2018-08-01 07:51:55 +00:00
docs Clear release notes and update version 2018-08-01 13:58:00 +00:00
examples
include [llvm-undname Add an option to dump back references. 2018-08-01 18:33:04 +00:00
lib [llvm-undname Add an option to dump back references. 2018-08-01 18:33:04 +00:00
projects
resources
runtimes
test [MS Demangler] Properly demangle templated operators. 2018-08-01 18:32:47 +00:00
tools [llvm-undname Add an option to dump back references. 2018-08-01 18:33:04 +00:00
unittests [llvm-exegesis] Provide a way to handle memory instructions. 2018-08-01 14:41:45 +00:00
utils Bump the trunk version to 8.0.0svn 2018-08-01 13:25:30 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump the trunk version to 8.0.0svn 2018-08-01 13:25:30 +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.