Go to file
Dehao Chen 57d1dda558 Use LineLocation instead of CallsiteLocation to index callsite profile.
Summary: With discriminator, LineLocation can uniquely identify a callsite without the need to specifying callee name. Remove Callee function name from the key, and put it in the value (FunctionSamples).

Reviewers: davidxl, dnovillo

Subscribers: llvm-commits

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

llvm-svn: 262634
2016-03-03 18:09:32 +00:00
clang clang-format: Use stable_sort when sorting #includes. 2016-03-03 17:34:14 +00:00
clang-tools-extra [clang-tidy] Improve the robustness of a test. 2016-03-03 13:43:23 +00:00
compiler-rt [test/ubsan/coverage-levels] Fix file references in UBSAN_OPTIONS 2016-03-03 17:37:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Fix for PR26812: possible overflow issue in std::allocator::allocate 2016-03-03 12:04:39 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Simplify error handling. 2016-03-03 16:21:44 +00:00
lldb Revert "Fetch remote log files from LLGS tests" 2016-03-03 15:19:14 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Use LineLocation instead of CallsiteLocation to index callsite profile. 2016-03-03 18:09:32 +00:00
openmp Add new OpenMP 4.5 taskloop construct feature 2016-03-02 22:47:51 +00:00
polly [BlockGenerator] Fix PHI merges for MK_Arrays. 2016-03-03 17:20:43 +00:00