llvm-project/llvm
Guillaume Chatelet e647b4f519 [reland][Alignment][NFC] Use the Align type in MCSection
Differential Revision: https://reviews.llvm.org/D138653
2022-11-24 13:19:18 +00: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 [reland][Alignment][NFC] Use the Align type in MCSection 2022-11-24 13:19:18 +00:00
lib [reland][Alignment][NFC] Use the Align type in MCSection 2022-11-24 13:19:18 +00:00
projects
resources
runtimes [libc] Forward LLVM_LIBC options when using a runtimes build 2022-11-14 16:23:56 -06:00
test [SCEV] Add printout of symbolic max backedge-taken and block exit count 2022-11-24 19:29:58 +07:00
tools [reland][Alignment][NFC] Use the Align type in MCSection 2022-11-24 13:19:18 +00:00
unittests [NFC] Replaced BB->getInstList().front() with BB->front() 2022-11-23 23:55:35 -08:00
utils [AMDGPU][AsmParser] Refine parsing instruction operands. 2022-11-24 10:50:26 +00: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.