Go to file
Xinliang David Li 01cb9bd7b3 [PGO] Unify VP data format between raw and indexed profile (Reader)
With the latest refactoring and code sharing patches landed, 
it is possible to unify the value profile implementation between
raw and indexed profile. This is the patch in raw profile reader 
that uses the common interface. 

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

llvm-svn: 254677
2015-12-04 01:02:10 +00:00
clang [Docs] Sanitizer docs migrated from code.google.com to github.com. 2015-12-04 00:38:13 +00:00
clang-tools-extra Fixed header determination logic. Was missing extensionless headers in coverage check. 2015-12-03 19:20:43 +00:00
compiler-rt Don't shadow a variable in the outer scope. Use canonical form of the 2015-12-04 00:40:07 +00:00
debuginfo-tests
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx [CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install" 2015-12-03 18:52:54 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Fix style by sorting switch-cases. 2015-12-03 20:59:51 +00:00
lldb Add a newline at the end of this file 2015-12-03 23:53:45 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [PGO] Unify VP data format between raw and indexed profile (Reader) 2015-12-04 01:02:10 +00:00
openmp Replace DYNA_* names with KMP_* names 2015-12-03 19:37:20 +00:00
polly Update isl to isl-0.15-140-g9279e30 2015-12-02 09:35:04 +00:00