hanchenye-llvm-project/llvm/lib
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
..
Analysis [BasicAA] Treat llvm.assume as not accessing memory in getModRefBehavior(Function) 2016-04-29 17:18:28 +00:00
AsmParser
Bitcode
CodeGen [MBP] Split placement and alignment into two functions. NFC. 2016-04-29 17:06:44 +00:00
DebugInfo [llvm-pdbdump] Try to appease the ASan bot 2016-04-29 01:00:17 +00:00
ExecutionEngine Use llvm:Twine instead of std::to_string. 2016-04-28 00:49:37 +00:00
Fuzzer [libFuzzer] disable leak detection if we have tried it for 1000 times w/o finding a leak [part 2] 2016-04-27 19:52:56 +00:00
IR 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
IRReader
LTO LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved with MustPreserveSymbols. 2016-04-27 23:48:11 +00:00
LibDriver
LineEditor
Linker
MC Read discriminators correctly from object file. 2016-04-28 22:09:37 +00:00
Object
ObjectYAML
Option
Passes
ProfileData
Support Add operator- to Path's reverse_iterator. Needed for D19666 2016-04-29 16:48:07 +00:00
TableGen
Target Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD." 2016-04-29 17:04:50 +00:00
Transforms Do not read callee name when matching IR to profile as it is not used. 2016-04-29 17:19:10 +00:00
CMakeLists.txt
LLVMBuild.txt