Go to file
Xinliang David Li 81f18a58f1 [Coverage] Refactor coverage mapping reader code
(Resubmit after fixing a typo that breaks test on big endian 
 machines)

In this refactoring, member functions are introduced to access
CovMap header/func record members and hide layout details. This
will enable further code restructuring to support reading multiple
versions of coverage mapping data with shared/templatized code. 
(When coveremap format version changes, backward compatibtility
should be preserved).

llvm-svn: 257571
2016-01-13 04:36:15 +00:00
clang Install scan-build and scan-view only if Static Analyzer was enabled. 2016-01-13 02:03:50 +00:00
clang-tools-extra Add extra tests for handling throw() and noexcept() specifiers. 2016-01-12 21:08:27 +00:00
compiler-rt [CMake] Adding experimental support for tvOS and watchOS 2016-01-12 23:51:03 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx One more missing std:: qualification from Jonathan 2016-01-12 19:15:10 +00:00
libcxxabi Add new tests for throwing incomplete pointer types 2015-12-23 07:04:32 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld COFF: Update test for recent llvm-objdump change (r257539). 2016-01-12 23:29:42 +00:00
lldb Add a small refinement to the qSymbol:: support in lldb. 2016-01-13 04:08:10 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [Coverage] Refactor coverage mapping reader code 2016-01-13 04:36:15 +00:00
openmp New API for restoring current thread's affinity to init affinity of application 2016-01-12 17:21:55 +00:00
polly Fix of r257495. 2016-01-12 20:47:48 +00:00