llvm-project/llvm
Fangrui Song 2d975f1efe [GlobalISel] Fix std::max after D134380 2022-09-21 14:09:04 -07:00
..
benchmarks
bindings [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00
cmake [llvm] prefix linker flag on non-MSVC compilers with `-Wl,` 2022-09-21 11:18:42 -05:00
docs [LangRef][Docs] Fix RST header length for GC intrinsics 2022-09-21 16:53:55 +01:00
examples
include Revert "[llvm] Support forward-referenced globals with dso_local_equivalent" 2022-09-21 20:14:30 +00:00
lib [GlobalISel] Fix std::max after D134380 2022-09-21 14:09:04 -07:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test AMDGPU: Stop validating earlyclobber operands in assembler 2022-09-21 21:46:59 +01:00
tools [llvm-profgen] Remove CommaSeparated option from perf file cl 2022-09-21 09:46:21 -07:00
unittests [GlobalISel] Fix known bits for G_ASSERT_ALIGN. 2022-09-21 21:34:05 +01:00
utils [lit] Work around another windows issue in new test from 28412d1800 2022-09-21 14:08:10 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS" 2022-09-21 08:38:00 -04: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.