llvm-project/llvm
Johannes Doerfert de7674ce76 Recommit "[Attributor] Fix: Do not partially resolve returned calls."
This reverts commit b1752f670f.

Fixed the issue with a different commit, reapply this one as it was,
afaik, not broken.

llvm-svn: 369303
2019-08-19 21:35:31 +00:00
..
benchmarks
bindings
cmake
docs
examples
include Refactor isPointerOffset (NFC). 2019-08-19 21:08:04 +00:00
lib Recommit "[Attributor] Fix: Do not partially resolve returned calls." 2019-08-19 21:35:31 +00:00
projects
resources
runtimes
test Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables" 2019-08-19 21:12:02 +00:00
tools Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables" 2019-08-19 21:12:02 +00:00
unittests Filesystem/Windows: fix inconsistency in readNativeFileSlice API 2019-08-19 15:40:49 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.