llvm-capstone/llvm
Cyndy Ishida 5656d7971b [llvm][tapi-diff] Transition diff-tool to be more general purpose
This is the first of transition tapi-diff to be readtapi.
This tool will eventually replace functionality for Xcode's `xcrun tapi stubify` and
`xcrun tapi archive`.
This patch updates the tool name and is a minor refactor for the driver to handle more options.

Reviewed By: zixuw

Differential Revision: https://reviews.llvm.org/D153045
2023-07-31 09:32:26 -07:00
..
benchmarks
bindings
cmake [CMake] Use LLVM_ENABLE_ASSERTIONS to enable the hardened mode in libc++. 2023-07-26 23:09:23 -07:00
docs [llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCallKind 2023-07-31 08:30:39 -07:00
examples [emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output. 2023-07-30 08:51:42 -07:00
include [llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCallKind 2023-07-31 08:30:39 -07:00
lib [AMDGPU] AMDGPUTargetStreamer::getArchNameFromElfMach - use GPUKind::GK_NONE for unknown AMDGPU ElfMach flags 2023-07-31 17:25:04 +01:00
projects
resources
runtimes
test [llvm][tapi-diff] Transition diff-tool to be more general purpose 2023-07-31 09:32:26 -07:00
tools [llvm][tapi-diff] Transition diff-tool to be more general purpose 2023-07-31 09:32:26 -07:00
unittests Reland [FuncSpec] Add Phi nodes to the InstCostVisitor. 2023-07-31 08:25:48 +01:00
utils [GlobalISel] convergent intrinsics 2023-07-31 12:15:39 +05:30
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [LIT] Added an option to llvm-lit to emit the necessary test coverage data, divided per test case 2023-07-26 16:47:17 +05:30
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.