Go to file
Charlie Turner 1d8cc909cc Remove the cortex-a9-mp CPU.
This CPU definition is redundant. The Cortex-A9 is defined as
supporting multiprocessing extensions. Remove its definition and
update appropriate tests.

LLVM defines both a cortex-a9 CPU and a cortex-a9-mp CPU. The only
difference between the two CPU definitions in ARM.td is that
cortex-a9-mp contains the feature FeatureMP for multiprocessing
extensions.

This is redundant since the Cortex-A9 is defined as having
multiprocessing extensions in the TRMs. armcc also defines the
Cortex-A9 as having multiprocessing extensions by default.

Change-Id: Ifcadaa6c322be0a33d9d2a39cfdd7da1d75981a7
llvm-svn: 221166
2014-11-03 17:38:00 +00:00
clang This patch reverts r220496 which issues warning on comparing 2014-11-03 17:03:07 +00:00
clang-tools-extra [clang-tidy] Added -fix-errors option 2014-11-03 14:06:31 +00:00
compiler-rt [asan] increase the initial buffer size in caller-callee dumper 2014-10-31 19:49:46 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Mark string_view::to_string as const. Fixes PR21428 2014-11-02 15:35:32 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld Fix warnings about missing override. 2014-11-03 17:14:46 +00:00
lldb Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00
llvm Remove the cortex-a9-mp CPU. 2014-11-03 17:38:00 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Temporary disable formatting error 2014-11-03 15:42:45 +00:00