Go to file
Hao Liu 4b850c5e0d revert r196152.
This is a duplicate implementation.
E.g. this patch defines:
     float64_t vabd_f64(float64_t a, float64_t b)
But there is already a similar intrinsic "vabdd_f64" with the same types.
Also, this intrinsic will be conflicted to the vector type intrinsic as following(Which is implemented by me and will be committed to trunk):
     float64x1_t vabd_f64(float64x1_t a, float64x1_t b).
Two functions shouldn't have a same name in arm_neon.h.
According to ARM ACLE document, such vabd_f64 with float64_t is not existing.
So I revert this commit.

llvm-svn: 196205
2013-12-03 05:35:17 +00:00
clang revert r196152. 2013-12-03 05:35:17 +00:00
clang-tools-extra Adapt the code to the interface change in r196108. 2013-12-02 15:22:30 +00:00
compiler-rt [sanitizer] Allow InternalMmapVector construction with zero capacity. 2013-12-02 15:41:04 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81) 2013-11-28 00:17:29 +00:00
libcxx Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
libcxxabi Fix indentation of fields in __cxa_exception to line up 2013-11-30 17:37:21 +00:00
lld Simplify a switch statement. 2013-12-03 04:18:55 +00:00
lldb Build up UnwindPlan::PlanValidAtAddress to recognize some general 2013-12-03 04:46:27 +00:00
llvm Whitespace. 2013-12-03 05:28:27 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly (re)enable formatting checks 2013-11-28 23:35:08 +00:00