llvm-project/llvm
Xing GUO 325f7607b0 Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`."
This reverts commit fcc0c186e9.
2020-06-13 17:57:02 +08:00
..
benchmarks
bindings
cmake [cmake] Don't pass -z discard-unused to Illumos ld 2020-06-12 09:56:42 +02:00
docs [WebAssembly] WebAssembly doesn't support "protected" visibility 2020-06-12 19:52:35 -07:00
examples
include Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`." 2020-06-13 17:57:02 +08:00
lib Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`." 2020-06-13 17:57:02 +08:00
projects
resources
runtimes
test Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`." 2020-06-13 17:57:02 +08:00
tools Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`." 2020-06-13 17:57:02 +08:00
unittests [GISel][NFC]: Add unit test for clarifying CSE behavior 2020-06-11 12:49:41 -07:00
utils [Lit] Pass through SSH_AUTH_SOCK from the surrounding environment 2020-06-12 13:59:29 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Automatically configure MLIR when flang is enabled 2020-05-27 07:31:49 +00:00
CODE_OWNERS.TXT Make myself code owner of InferAddressSpaces 2020-06-08 21:26:01 -04: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.