Go to file
Hal Finkel 1cf48ab811 Don't form PPC CTR-based loops around a copysignl call
copysign/copysignf never become function calls (because the SDAG expansion code
does not lower to the corresponding function call, but rather directly
implements the associated logic), but copysignl almost always is lowered into a
call to the requested libm functon (and, thus, might clobber CTR).

llvm-svn: 188727
2013-08-19 23:35:24 +00:00
clang Fix last commit. 2013-08-19 23:08:53 +00:00
clang-tools-extra Add dependencies on TransformUtils library in preparation for re-applying r188666 2013-08-19 13:58:56 +00:00
compiler-rt It appears that glibc 2.13 has the same thread descriptor size as 2.11, 2013-08-18 10:04:51 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. 2013-08-19 21:42:07 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb Change the sidebar to link directly to the C++ API docs and the Python API docs, 2013-08-19 20:53:56 +00:00
llvm Don't form PPC CTR-based loops around a copysignl call 2013-08-19 23:35:24 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00