summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/TODO
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-11-13 02:37:59 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-11-13 02:37:59 +0000
commitec57d53342827a17022b710cba9a9f4420d9ddce (patch)
tree463d27a6d2b732c18e8ab7329287c5f35ae4dee6 /lib/Target/MBlaze/TODO
parent63f3544a7f6ca09e7515d6b0e1bf9e8e884131e2 (diff)
downloadllvm-ec57d53342827a17022b710cba9a9f4420d9ddce.tar.gz
llvm-ec57d53342827a17022b710cba9a9f4420d9ddce.tar.bz2
llvm-ec57d53342827a17022b710cba9a9f4420d9ddce.tar.xz
1. Adding test cases for MBlaze MC disassembler.
2. Fixing several errors in disassembler uncovered by test cases. 3. Fixing invalid encoding of PCMPEQ and PCMPNE uncovered by test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze/TODO')
-rw-r--r--lib/Target/MBlaze/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/MBlaze/TODO b/lib/Target/MBlaze/TODO
index bbdf4f3112..cc0aa48288 100644
--- a/lib/Target/MBlaze/TODO
+++ b/lib/Target/MBlaze/TODO
@@ -37,3 +37,6 @@
- The assembly parser does not use any MicroBlaze specific directives.
I should investigate if there are MicroBlaze specific directive and,
if there are, add them.
+ - The instruction MFS and MTS use special names for some of the
+ special registers that can be accessed. These special register
+ names should be parsed by the assembly parser.