[llvm-commits] CVS: llvm/lib/Target/README.txt
Nate Begeman
natebegeman at mac.com
Thu Mar 16 17:40:48 PST 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.21 -> 1.22
---
Log message:
Remove BRTWOWAY*
Make the PPC backend not dependent on BRTWOWAY_CC and make the branch
selector smarter about the code it generates, fixing a case in the
readme.
---
Diffs of the changes: (+5 -1)
README.txt | 6 +++++-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.21 llvm/lib/Target/README.txt:1.22
--- llvm/lib/Target/README.txt:1.21 Tue Mar 14 13:31:24 2006
+++ llvm/lib/Target/README.txt Thu Mar 16 19:40:33 2006
@@ -17,7 +17,11 @@
a bunch of loads from m. It would be better to avoid the memcpy and just do
loads from the static array.
-===-------------------------------------------------------------------------===
+//===---------------------------------------------------------------------===//
+
+Make the PPC branch selector target independant
+
+//===---------------------------------------------------------------------===//
Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
precision don't matter (ffastmath). Misc/mandel will like this. :)
More information about the llvm-commits
mailing list