llvm-project/llvm
Teresa Johnson fb7c764496 [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)
Refactor common code that queries the ModuleSummaryIndex for a value's
GlobalValueInfo struct into getGlobalValueInfo helper methods, which
will also be used by D18763.

llvm-svn: 265370
2016-04-05 00:40:16 +00:00
..
bindings [OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raise 2016-04-01 07:56:17 +00:00
cmake
docs Docs: dampen story time for atomics 2016-04-05 00:31:25 +00:00
examples
include [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC) 2016-04-05 00:40:16 +00:00
lib [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC) 2016-04-05 00:40:16 +00:00
projects
resources
test Don't fold double constant to an integer if dest type not integral 2016-04-04 23:50:46 +00:00
tools Clean up calls to WriteBitcodeToFile (NFC) 2016-04-04 21:19:31 +00:00
unittests Fix non-determinism in order of LLVM attributes 2016-04-04 23:06:05 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Update owners to reflect recent changes 2016-04-01 20:40:49 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
configure
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

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.