Go to file
Artyom Skrobov d3ae09bcc8 Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind
Currently, the availability of DSP instructions (ACLE 6.4.7) is handled in
a hand-rolled tricky condition block in lib/Basic/Targets.cpp, with a FIXME:
attached.

http://reviews.llvm.org/D12937 moved the handling of the DSP feature over to
ARMTargetParser.def in LLVM, to be in line with other architecture extensions.

This is the corresponding patch to clang, to clear the FIXME: and update
the tests.

Differential Revision: http://reviews.llvm.org/D12938

llvm-svn: 248521
2015-09-24 17:34:05 +00:00
clang Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind 2015-09-24 17:34:05 +00:00
clang-tools-extra Add NamingStyle option to modernize-loop-convert. 2015-09-24 17:02:19 +00:00
compiler-rt [CMake] pass -Wno-pedantic to cc_kext builtins build 2015-09-24 16:47:26 +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 Add sampler defines. 2015-09-21 14:59:58 +00:00
libcxx Fix Typo in GCC no RTTI detection. Fixes PR#24901. Thanks to Bernhard Rosenkraenzer for the report and the patch. 2015-09-22 21:58:30 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld [ELF2] Remove ignored options handling. 2015-09-24 15:12:34 +00:00
lldb Don't enter interactive loop when finished running the test suite. 2015-09-24 16:37:41 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def 2015-09-24 17:31:16 +00:00
openmp [OpenMP Testsuite] Change omp_get_wtime.c timer resolution to 3 percent 2015-09-24 15:10:57 +00:00
polly Fix comparison signed/unsigned mismatch warning; NFC 2015-09-24 17:32:49 +00:00