llvm-project/llvm
Lang Hames dfffb7df24 [docs] Update OrcV2 doc to include some notes on code removal. 2022-04-12 15:58:25 -07:00
..
benchmarks
bindings
cmake [CMake][gn][Bazel] Remove HAVE_PTHREAD_GETSPECIFIC 2022-04-11 14:44:45 -07:00
docs [docs] Update OrcV2 doc to include some notes on code removal. 2022-04-12 15:58:25 -07:00
examples [examples][ORC] Add a new example showing the ORCv2 removable code APIs. 2022-04-12 15:05:07 -07:00
include [Bitcode] materialize Functions early when BlockAddress taken 2022-04-12 11:38:35 -07:00
lib [ArgPromo][OpaquePointer] Don't promote mismatched function types 2022-04-12 15:17:45 -07:00
projects
resources
runtimes Revert "[runtimes] Create Tests.cmake if it does not exist" 2022-04-01 09:29:54 -07:00
test [ArgPromo][OpaquePointer] Don't promote mismatched function types 2022-04-12 15:17:45 -07:00
tools [llvm-pdbutil] Fix broken '-modi' option after change D122226. 2022-04-12 06:31:12 +01:00
unittests [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
utils [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake option 2022-04-06 09:52:21 +02:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
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.