[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 2 15:50:34 PST 2006
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.55 -> 1.56
---
Log message:
update a note
---
Diffs of the changes: (+3 -0)
README.txt | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.55 llvm/lib/Target/PowerPC/README.txt:1.56
--- llvm/lib/Target/PowerPC/README.txt:1.55 Thu Feb 2 01:37:11 2006
+++ llvm/lib/Target/PowerPC/README.txt Thu Feb 2 17:50:22 2006
@@ -86,6 +86,9 @@
off of the register to avoid the lis's. This is even more important in PIC
mode.
+Note that this (and the static variable version) is discussed here for GCC:
+http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00133.html
+
===-------------------------------------------------------------------------===
Implement Newton-Rhapson method for improving estimate instructions to the
More information about the llvm-commits
mailing list