llvm-capstone/llvm
Jan Svoboda d1487670ee
[llvm][ADT] Implement IntrusiveRefCntPtr::useCount() (#65502)
This function has the same semantics as
`std::shared_ptr<T>::use_count()`, and enables implementing
copy-on-write semantics.
2023-09-06 10:37:10 -07:00
..
benchmarks
bindings
cmake
docs [TableGen][GlobalISel] Add MIR Pattern Builtins 2023-09-05 08:19:07 +02:00
examples
include [llvm][ADT] Implement IntrusiveRefCntPtr::useCount() (#65502) 2023-09-06 10:37:10 -07:00
lib Emit line numbers in CodeView for trailing (after ret) blocks from inlined functions 2023-09-06 10:19:30 -07:00
projects
resources
runtimes
test Emit line numbers in CodeView for trailing (after ret) blocks from inlined functions 2023-09-06 10:19:30 -07:00
tools [llvm-cov] - Output better error message when the error kind is coveragemap_error::malforme. (#65264) 2023-09-06 15:02:31 +01:00
unittests [llvm][ADT] Implement IntrusiveRefCntPtr::useCount() (#65502) 2023-09-06 10:37:10 -07:00
utils [gn build] Port 065dc485bd 2023-09-06 00:01:57 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.