Added support for mcpu krait
authorAna Pazos <apazos@codeaurora.org>
Fri, 6 Dec 2013 22:48:17 +0000 (22:48 +0000)
committerAna Pazos <apazos@codeaurora.org>
Fri, 6 Dec 2013 22:48:17 +0000 (22:48 +0000)
commita2bfea97432fe5edc153f1556a6e1c8fb0e5e67c
treeb8ecf8d616169d4e874f79f7ddc093b37a5b942a
parentb0ec1be634d7fd1246f093bc93af418dbc4e9cbf
Added support for mcpu krait

- krait processor currently modeled with the same features as A9.
- Krait processor additionally has VFP4 (fused multiply add/sub)
and hardware division features enabled.
- krait has currently the same Schedule model as A9
- krait cpu flag is not recognized by the GNU assembler yet,
it is replaced with march=armv7-a to avoid a lower march
from being used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196619 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMSubtarget.h