llvm-project/llvm
Machiel van Hooren 7063a83a7c Add MSVC natvis visualisation of llvm::Type
llvm::Type has some difficult to decode member variables with different meanings
depending on the TypeID. Specifically SubclassData and ContainedTys. This natvis
visualisation decodes and visualises those members.
2020-05-15 09:38:37 -04:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake [cmake] fix typo. 2020-05-13 17:42:46 -07:00
docs [DebugInfo] support for DW_AT_data_location in llvm 2020-05-15 11:33:17 +05:30
examples [examples] Skip building the Bye pass plugin on windows 2020-05-13 13:40:56 +03:00
include [DebugInfo] - DWARFDebugFrame: do not call abort() on errors. 2020-05-15 13:05:35 +03:00
lib DAGCombiner.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling. NFC. 2020-05-15 12:41:35 +01:00
projects
resources
runtimes
test [NFC][ARM] Intrinsic CostModel Tests 2020-05-15 13:38:42 +01:00
tools [DebugInfo] - DWARFDebugFrame: do not call abort() on errors. 2020-05-15 13:05:35 +03:00
unittests [DebugInfo] support for DW_AT_data_location in llvm 2020-05-15 11:33:17 +05:30
utils Add MSVC natvis visualisation of llvm::Type 2020-05-15 09:38:37 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04: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.