aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a580cc9..71aa08a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,10 @@
* the decoder reused the non-thumb encoding table, but thumb opcode/sizes are
encoded in a different order.
* thumb2: `ldrexd` was off by one in looking up an opcode
+* thumb2: `mrs` destinations, which should have been a mask of the current (or
+ saved) program status register, was reported as a banked GPR.
+* ARMv8: support thumb2 encoding of `Test Target` instruction, `Opcode::TT`
+ (formatted as any of `tt`, `ttt`, `tta`, `ttat`)
several fixes from @Grond66:
* ARMv7: support the RRX rotate mode.