llvm-project/llvm
Vasileios Porpodas aac943cf9f [NFC] Replaced BB->getInstList().front() with BB->front()
Differential Revision: https://reviews.llvm.org/D138620
2022-11-23 23:55:35 -08:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [cmake] Fix Findzstd.cmake to handle OpenBSD shared libraries 2022-11-23 06:50:53 +01:00
docs Revert "Make -fsanitize=scudo use scudo_standalone. Delete check-scudo." 2022-11-23 16:07:07 +01:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include [LTO] Move cl::opt inside llvm:: after D53294 2022-11-23 23:22:26 -08:00
lib [LTO] Move cl::opt inside llvm:: after D53294 2022-11-23 23:22:26 -08:00
projects
resources
runtimes [libc] Forward LLVM_LIBC options when using a runtimes build 2022-11-14 16:23:56 -06:00
test [RISCV] Lower unmasked zero-stride vector load to (scalar load + splat) 2022-11-24 11:09:45 +08:00
tools [CSSPGO] Move cl::opt inside llvm:: after D100528 and D108342 2022-11-23 23:08:49 -08:00
unittests [NFC] Replaced BB->getInstList().front() with BB->front() 2022-11-23 23:55:35 -08:00
utils [bolt] Stop setting config.llvm_plugin_ext in lit.site.cfg.py.in 2022-11-22 20:29:14 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
CODE_OWNERS.TXT [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
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.