llvm-project/llvm
Hongtao Yu fec57e5b17 Revert "[llvm-profgen] Clean up unnecessary memory reservations between phases."
This reverts commit 057e784b09.
2022-02-01 14:44:48 -08:00
..
benchmarks
bindings
cmake Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS 2022-01-31 17:37:23 +01:00
docs Update status of move. 2022-02-01 10:45:40 -08:00
examples
include [LoopPeel] Use reference instead of pointer for DT argument 2022-02-01 17:00:08 -05:00
lib [LV] Allow a scalable VF for the epilogue. 2022-02-01 22:38:55 +00:00
projects
resources
runtimes [CMake] Passthrough OSX CMake options to builtins and runtimes 2022-01-21 16:54:22 -08:00
test [LV] Allow a scalable VF for the epilogue. 2022-02-01 22:38:55 +00:00
tools Revert "[llvm-profgen] Clean up unnecessary memory reservations between phases." 2022-02-01 14:44:48 -08:00
unittests [DebugInfo][InstrRef] Add a max-stack-slots-to-track cut-out 2022-02-01 19:25:29 +00:00
utils [TableGen] Fix reporting from CodeGenSchedModels::checkCompleteness(). 2022-02-01 11:32:38 -06:00
.clang-format
.clang-tidy
.gitattributes [split-file] Respect input file's line endings 2022-01-21 18:45:03 -06:00
.gitignore
CMakeLists.txt [LLVM][AIX] Prefer a 32-bit default target triple on AIX 2022-01-28 01:34:03 -05: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.