llvm-project/llvm
David Blaikie 2f1c212e88 PR45561: Return a literal string rather than an error string to avoid returning reference to local
Changing the underlying YAML support to allow returning a literal
string, rather than a StringRef, would probably be a bigger refactor so
I didn't do that.
2020-04-15 14:27:29 -07:00
..
benchmarks
bindings
cmake Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00
docs [AMDGPU] Move DWARF proposal to separate file 2020-04-15 17:19:39 -04:00
examples Enable new passmanager plugin support for LTO. 2020-04-14 15:07:07 -07:00
include [Attributor] KindToAbstractAttributeMap: use SmallDenseMap 2020-04-16 00:12:45 +03:00
lib PR45561: Return a literal string rather than an error string to avoid returning reference to local 2020-04-15 14:27:29 -07:00
projects
resources
runtimes
test [llvm][CodeGen] Rename SVE gather prefetch intrinsics. [NFC] 2020-04-15 21:49:16 +01:00
tools Allow disabling of vectorization using internal options 2020-04-14 18:09:10 -07:00
unittests [Clang] Expose RequiresNullTerminator in FileManager. 2020-04-15 14:17:51 -07:00
utils Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Flang] add flang as a new subproject in cmake 2020-04-09 16:13:18 +01:00
CODE_OWNERS.TXT
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.