Go to file
Jonathan Peyton b9e8326088 [STATS] Have CMake do real check for stats functionality
This change allows clang to build the stats library for every architecture
which supports __builtin_readcyclecounter().  CMake also checks for all
necessary features for stats and will error out if the platform does not
support it.

Patch by Hal Finkel and Johnny Peyton

llvm-svn: 256002
2015-12-18 16:19:35 +00:00
clang Replace SM.getFileEntryForID(Lexer->getFileID()) with Lexer->getFileEntry(). 2015-12-18 10:30:12 +00:00
clang-tools-extra Remove clang-modernize. 2015-12-17 11:49:19 +00:00
compiler-rt Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't called from ScopedInterceptor"). 2015-12-18 13:52:08 +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 Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
libcxxabi [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a 2015-12-14 22:20:04 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] - implemented @indntpoff (x86) relocation and its optimization. 2015-12-17 09:32:21 +00:00
lldb Fix the emulation of arm strd instruction 2015-12-18 15:35:08 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Handle archives with paths in the names. 2015-12-18 16:07:17 +00:00
openmp [STATS] Have CMake do real check for stats functionality 2015-12-18 16:19:35 +00:00
polly Fix of a comment. 2015-12-17 20:47:10 +00:00