[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Nate Begeman
natebegeman at mac.com
Fri Aug 20 11:47:04 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.15 -> 1.16
---
Log message:
remove some things from the todo list.
---
Diffs of the changes: (+0 -6)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.15 llvm/lib/Target/PowerPC/README.txt:1.16
--- llvm/lib/Target/PowerPC/README.txt:1.15 Mon Aug 16 00:06:43 2004
+++ llvm/lib/Target/PowerPC/README.txt Fri Aug 20 13:46:54 2004
@@ -22,7 +22,6 @@
shift right ulong a, 1 (we could use emitShift)
call floatdidf
fadd f1, f1, f1 (fp left shift by 1)
-* setCondInst needs to know branchless versions of seteq/setne/etc
* cast elimination pass (uint -> sbyte -> short, kill the byte -> short)
* should hint to the branch select pass that it doesn't need to print the
second unconditional branch, so we don't end up with things like:
@@ -34,11 +33,6 @@
* SingleSource
`- Regression
| `- casts (ulong to fp failure)
- `- Benchmarks
- | `- Shootout-C++ : most programs fail, miscompilations
* MultiSource
|- Applications
| `- hbd: miscompilation
- | `- d (make_dparser): miscompilation
- `- Benchmarks
- `- MallocBench/gs: miscompilation
More information about the llvm-commits
mailing list