llvm-project/llvm
Phoebe Wang 313c93a344 Add myself to CREDITS.TXT + CODE_OWNERS.TXT
See https://discourse.llvm.org/t/proposed-change-to-x86-code-ownership/65620
2022-10-09 09:02:20 +08: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 [VP][RISCV] Add vp.smax/smin/umax/umin intrinsics 2022-10-07 17:14:31 -07:00
examples
include [GlobalISel] Add commutative matchers for compares. 2022-10-07 20:06:13 -07:00
lib [Support] Add fast path for StringRef::find with needle of length 2. 2022-10-09 00:58:07 +00:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test [ConstraintElimination] Add tests for chained GEPs without inbounds. 2022-10-08 19:39:37 +01:00
tools [llvm-reduce] Fail verifier less when removing debug metadata 2022-10-07 16:22:13 -07:00
unittests [GlobalISel] Add commutative matchers for compares. 2022-10-07 20:06:13 -07:00
utils [opt] Remove legacy -print-dom-info pass 2022-10-07 13:50:16 -07: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 Add myself to CREDITS.TXT + CODE_OWNERS.TXT 2022-10-09 09:02:20 +08:00
CREDITS.TXT Add myself to CREDITS.TXT + CODE_OWNERS.TXT 2022-10-09 09:02:20 +08:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT Update RELEASE_TESTERS.TXT 2022-10-07 10:37:25 +02:00
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.