llvm-project/llvm
Jameson Nash 4242df1470 Revert "make the AsmPrinterHandler array public"
I messed up one of the tests.
2020-10-16 17:22:07 -04:00
..
benchmarks
bindings
cmake [cmake] Limit missing external lit warning to be shown once 2020-10-13 21:03:49 -07:00
docs [AMDGPU] Fix gfx1032 description in AMDGPUUsage.rst. NFC. 2020-10-16 13:29:20 -07:00
examples
include Revert "make the AsmPrinterHandler array public" 2020-10-16 17:22:07 -04:00
lib Revert "make the AsmPrinterHandler array public" 2020-10-16 17:22:07 -04:00
projects
resources
runtimes
test Revert "Fix Windows llvm-objdump tests" 2020-10-16 21:49:47 +01:00
tools [llvm-objdump] Implement --prefix option 2020-10-16 17:50:42 +01:00
unittests Revert "make the AsmPrinterHandler array public" 2020-10-16 17:22:07 -04:00
utils [gn build] Port 3d4bba302d 2020-10-16 18:13:18 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [CSKY 1/n] Add basic stub or infra of csky backend 2020-10-10 10:44:08 +08:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.