llvm-project/llvm
David Blaikie 6e08abdc25 [Demangle] Add support for multiple identifiers in D qualified names
Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D114305
2021-11-29 16:05:33 -08:00
..
benchmarks
bindings
cmake [CMake] Add new cmake option to control adding comments in GenDAGISel 2021-11-25 12:11:35 -06:00
docs [AMDGPU] Fix list indentation in docs 2021-11-29 15:06:01 +00:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [AMDGPU][GlobalISel] Transform (fsub (fpext (fneg (fmul x, y))), z) -> (fneg (fma (fpext x), (fpext y), z)) 2021-11-29 16:27:22 +01:00
lib [Demangle] Add support for multiple identifiers in D qualified names 2021-11-29 16:05:33 -08:00
projects
resources
runtimes
test [DebugInfo][InstrRef] Terminate overlapping variable fragments 2021-11-29 23:37:20 +00:00
tools [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist 2021-11-26 11:08:01 -05:00
unittests [Demangle] Add support for multiple identifiers in D qualified names 2021-11-29 16:05:33 -08:00
utils [llvm][ubsan] Inclusive language: replace use of blacklist HandleLLVMOptions.cmake but use old option name 2021-11-25 10:23:14 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Add new cmake option to control adding comments in GenDAGISel 2021-11-25 12:11:35 -06:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.