[llvm-commits] CVS: llvm/lib/Target/ARM/README-Thumb.txt

Evan Cheng evan.cheng at apple.com
Wed Feb 7 00:38:13 PST 2007



Changes in directory llvm/lib/Target/ARM:

README-Thumb.txt updated: 1.6 -> 1.7
---
Log message:

Update

---
Diffs of the changes:  (+4 -0)

 README-Thumb.txt |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/ARM/README-Thumb.txt
diff -u llvm/lib/Target/ARM/README-Thumb.txt:1.6 llvm/lib/Target/ARM/README-Thumb.txt:1.7
--- llvm/lib/Target/ARM/README-Thumb.txt:1.6	Tue Feb  6 18:06:56 2007
+++ llvm/lib/Target/ARM/README-Thumb.txt	Wed Feb  7 02:37:57 2007
@@ -141,3 +141,7 @@
 add r2, sp, #255 * 4
 add r2, #132
 ldr r2, [r2, #7 * 4]
+
+This is especially bad when dynamic alloca is used. The all fixed size stack
+objects are referenced off the frame pointer with negative offsets. See
+oggenc for an example.






More information about the llvm-commits mailing list