Go to file
Eric Fiselier 43a10eb637 Don't use std::__clz in 'test/support/hexfloat.h'.
std::__clz is a libc++ specific function so it can't be used in the test suite.
This patch implements a dumb "count leading zeros" implementation within
hexfloat itself.

This patch also fixes UB since the output of `__builtin_clz(0)` is undefined
according to the GCC docs.

llvm-svn: 268354
2016-05-03 02:04:26 +00:00
clang Adding a test for a compiler crash that was fixed in r248069. 2016-05-03 00:29:56 +00:00
clang-tools-extra [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer. 2016-05-03 01:41:19 +00:00
compiler-rt Relax stack check as on some platforms demanglers fail 2016-05-02 23:34:40 +00:00
debuginfo-tests
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Don't use std::__clz in 'test/support/hexfloat.h'. 2016-05-03 02:04:26 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld ELF: Remove the function SymbolTable<ELFT>::findFile. 2016-05-03 01:48:25 +00:00
lldb Another little example use of scripted thread plans. 2016-05-03 00:14:52 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Change operation_not_supported to not_supported. 2016-05-03 00:53:16 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly Typo: ToComplex -> TooComplex. NFC. 2016-05-02 12:25:36 +00:00