Go to file
David Majnemer 3354fe473f [SimplifyLibCalls] Fix a typo
cbrt(sqrt(x)) calculates the sixth root, not the ninth root.
cbrt(cbrt(x)) calculates the ninth root.

llvm-svn: 246046
2015-08-26 18:30:16 +00:00
clang Change Native Client x86 usr include and link path to match SDK expectations 2015-08-26 17:14:08 +00:00
clang-tools-extra Fix another LoopConvert fail. 2015-08-26 17:08:24 +00:00
compiler-rt [compiler-rt] Add common interceptor for wcrtomb. 2015-08-26 00:14: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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Remove XFAIL in test. The bug causing it has been fixed. 2015-08-26 07:03:43 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind unwind: fix invalid memory access 2015-08-21 03:21:31 +00:00
lld COFF: Print out module-definition files if /verbose is given. 2015-08-26 12:37:54 +00:00
lldb Error checking correction in AArch64 hardware watchpoint code 2015-08-26 18:23:27 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [SimplifyLibCalls] Fix a typo 2015-08-26 18:30:16 +00:00
openmp Fix machine topology pruning. 2015-08-25 18:44:41 +00:00
polly [Vectorizer] Detect strides in multi-dimensional arrays 2015-08-24 22:20:46 +00:00