diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-03-17 11:55:28 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-03-17 11:55:28 +0000 |
commit | 12350607344c9dba651ae1daf7560019a693f42d (patch) | |
tree | 3ee4d4e457ab113803af5f4640d8f66514570aa9 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 3df471c32de4bba7395662f01e2036ff45e40e18 (diff) | |
download | llvm-12350607344c9dba651ae1daf7560019a693f42d.zip llvm-12350607344c9dba651ae1daf7560019a693f42d.tar.gz llvm-12350607344c9dba651ae1daf7560019a693f42d.tar.bz2 |
[ARM] Add support for ARMV6K subtarget (LLVM)
ARMv6K is another layer between ARMV6 and ARMV6T2. This is the LLVM
side of the changes.
ARMV6 family LLVM implementation.
+-------------------------------------+
| ARMV6 |
+----------------+--------------------+
| ARMV6M (thumb) | ARMV6K (arm,thumb) | <- From ARMV6K and ARMV6M processors
+----------------+--------------------+ have support for hint instructions
| ARMV6T2 (arm,thumb,thumb2) | (SEV/WFE/WFI/NOP/YIELD). They can
+-------------------------------------+ be either real or default to NOP.
| ARMV7 (arm,thumb,thumb2) | The two processors also use
+-------------------------------------+ different encoding for them.
Patch by Vinicius Tinti.
llvm-svn: 232468
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions