Go to file
Craig Topper a5455524c2 [X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple intrinsics that were supposed to operate on MMX registers. Otherwise we end up operating on GPRs. Throw in a test for _mm_mul_su32 while I was there.
llvm-svn: 252711
2015-11-11 08:00:41 +00:00
clang [X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple intrinsics that were supposed to operate on MMX registers. Otherwise we end up operating on GPRs. Throw in a test for _mm_mul_su32 while I was there. 2015-11-11 08:00:41 +00:00
clang-tools-extra [clang-tidy] misc-macro-parentheses: fix fp when using object member pointers 2015-11-10 14:32:25 +00:00
compiler-rt Implement `internal_start/join_thread` on Mac OS X 2015-11-11 02:44:19 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix typo I just introduced. 2015-11-10 16:10:17 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld [elf2] Add support for local TLS symbols. 2015-11-11 01:28:23 +00:00
lldb Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL on Darwin. 2015-11-11 06:32:44 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm [X86] Fix feature flags on some MMX register instructions that really were introduced with SSE or SSE2. 2015-11-11 07:29:25 +00:00
openmp Fixes to wait-loop code 2015-11-09 16:31:51 +00:00
polly [FIX] Cast pre-loaded values correctly or reload them with adjusted type. 2015-11-11 06:20:25 +00:00