hanchenye-llvm-project/llvm
Dehao Chen 21aefaec97 Do not read callee name when matching IR to profile as it is not used.
Summary: Callee name is not used to identify a callsite now, so do not read it during annotation.

Reviewers: davidxl, dnovillo

Subscribers: dnovillo, danielcdh, llvm-commits

Differential Revision: http://reviews.llvm.org/D19704

llvm-svn: 268069
2016-04-29 17:19:10 +00:00
..
bindings
cmake Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
docs Remove stale documentation on -no-aa 2016-04-29 03:01:49 +00:00
examples
include Add operator- to Path's reverse_iterator. Needed for D19666 2016-04-29 16:48:07 +00:00
lib Do not read callee name when matching IR to profile as it is not used. 2016-04-29 17:19:10 +00:00
projects
resources
test [BasicAA] Treat llvm.assume as not accessing memory in getModRefBehavior(Function) 2016-04-29 17:18:28 +00:00
tools Remove leftover 2016-04-29 15:08:05 +00:00
unittests Fix some Clang-tidy modernize and Include What You Use warnings. 2016-04-28 18:04:41 +00:00
utils TableGen: Produce CoveredBySubRegs summary for register classes 2016-04-28 03:07:11 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add credit [Test commit] 2016-04-29 14:52:12 +00:00
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.