aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-09 20:50:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-09 20:50:52 +0000
commite3dad534b10bde98cd888de509c948c5f34f9e0a (patch)
tree465b018ef9a581b139b541592fd47d2ac14a3efb
parent4df2ea7b4872b73cf5426a7b06e2bbfa7e6afd39 (diff)
downloadexternal_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.zip
external_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.tar.gz
external_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.tar.bz2
Add a Thumb readme entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75173 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/README-Thumb.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/ARM/README-Thumb.txt b/lib/Target/ARM/README-Thumb.txt
index 4d3200b..ecef58a 100644
--- a/lib/Target/ARM/README-Thumb.txt
+++ b/lib/Target/ARM/README-Thumb.txt
@@ -226,3 +226,9 @@ etc. Almost all Thumb instructions clobber condition code.
//===---------------------------------------------------------------------===//
Add ldmia, stmia support.
+
+//===---------------------------------------------------------------------===//
+
+Thumb load / store address mode offsets are scaled. The values kept in the
+instruction operands are pre-scale values. This probably ought to be changed
+to avoid extra work when we convert Thumb2 instructions to Thumb1 instructions.