llvm-project/llvm
Jakob Bornecrantz bfed654e98 [LLVM-C] Use NameLen in LLVMGetNamedGlobalAlias
I tried to look over the file and didn't see any other non-use of *Len variables.

Reviewed By: deadalnix

Differential Revision: https://reviews.llvm.org/D116482
2022-01-19 08:58:57 -08:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." 2022-01-16 05:48:30 +00:00
docs [LangRef] Mangle all vector operands in insert/extract intrinsics 2022-01-19 15:23:15 +00:00
examples [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
include [OMPIRBuilder] Add support for simd (loop) directive. 2022-01-19 11:32:17 -05:00
lib [LLVM-C] Use NameLen in LLVMGetNamedGlobalAlias 2022-01-19 08:58:57 -08:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [PowerPC] Fix issue with strict float to int conversion. 2022-01-19 10:57:22 -06:00
tools [llvm-objcopy] Preserve ARM and AArch64 mapping symbols 2022-01-19 14:41:21 +07:00
unittests [OMPIRBuilder] Add support for simd (loop) directive. 2022-01-19 11:32:17 -05:00
utils [gn build] port c22329972f (lldb REPL/Clang) 2022-01-19 11:32:53 -05:00
.clang-format
.clang-tidy
.gitattributes Adding gitattributes for split-file tests 2022-01-18 15:37:18 -06:00
.gitignore
CMakeLists.txt Update LLVM CMakeFiles to include BOLT 2022-01-11 21:19:12 -08: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.