llvm-project/llvm
Florian Hahn c9fa457933
[ConstraintElimination] Remove fixme addressed in 8e3e96298f.
2022-10-06 18:24:50 +01:00
..
benchmarks
bindings [llvm-ocaml] Add binding for constructing opaque pointers 2022-10-03 14:38:48 -07:00
cmake [CMake] Provide Findzstd module 2022-10-06 16:10:48 +00:00
docs [InstrProf] Add version into llvm-profdata 2022-10-06 17:02:16 +00:00
examples
include [InstrProf] Add version into llvm-profdata 2022-10-06 17:02:16 +00:00
lib [InstCombine] fold sdiv with hidden common factor 2022-10-06 13:11:50 -04:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test [ConstraintElimination] Remove fixme addressed in 8e3e96298f. 2022-10-06 18:24:50 +01:00
tools [InstrProf] Add version into llvm-profdata 2022-10-06 17:02:16 +00:00
unittests Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 09:30:46 -07:00
utils [gn build] Port 79df8e19be 2022-10-06 16:02:20 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS 2022-10-04 09:04:12 -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.