llvm-project/llvm
Michael Liao f9486f2139 [LoongArch] Fix shared build. NFC. 2022-04-15 00:21:28 -04:00
..
benchmarks
bindings
cmake [cmake] Loosen multi-distribution restrictions 2022-04-13 20:33:28 -07:00
docs Add missing word in llc docs 2022-04-14 22:29:03 -04:00
examples [examples][ORC] Add a new example showing the ORCv2 removable code APIs. 2022-04-12 15:05:07 -07:00
include llvm-reduce: Handle cloning MachineFrameInfo and stack objects 2022-04-14 21:25:06 -04:00
lib [LoongArch] Fix shared build. NFC. 2022-04-15 00:21:28 -04:00
projects
resources
runtimes Revert "[runtimes] Create Tests.cmake if it does not exist" 2022-04-01 09:29:54 -07:00
test [PGO][test] Fix memop_size_opt.ll 2022-04-14 21:16:04 -07:00
tools llvm-reduce: Handle cloning MachineFrameInfo and stack objects 2022-04-14 21:25:06 -04:00
unittests [Object] Add binary format for bundling offloading metadata 2022-04-14 10:50:52 -04:00
utils [utils] Use git to checkout code instead of svn in building docker image 2022-04-15 01:41:14 +00: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
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.