[PATCH][ARM] Added support for krait cpu
Ana Pazos
apazos at codeaurora.org
Tue Dec 3 16:00:53 PST 2013
Hello reviewers,
These patches add support for krait cpu in Clang and LLVM.
Notes:
- Krait processor currently modeled as cortex-a9 and reuses the same
instruction itineraries.
- Krait additionally has VFP4 (fused multiply add/sub) and hardware
division features enabled.
- Krait cpu is not recognized by the GNU assembler, so it is replaced
with march=armv7-a to avoid a lower march from being used.
Let me know what you think.
Thanks,
Ana.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131203/6e8cada0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-llvm-Added-support-for-mcpu-krait.patch
Type: application/octet-stream
Size: 4121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131203/6e8cada0/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-clang-Added-support-for-mcpu-krait.patch
Type: application/octet-stream
Size: 6082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131203/6e8cada0/attachment-0001.obj>
More information about the llvm-commits
mailing list