[llvm-commits] CVS: llvm/docs/Stacker.html
LLVM
llvm at cs.uiuc.edu
Fri May 21 20:06:01 PDT 2004
Changes in directory llvm/docs:
Stacker.html updated: 1.12 -> 1.13
---
Log message:
Removed the 64-bit fix from the "to do" list since the bug is fixed.
---
Diffs of the changes: (+1 -6)
Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.12 llvm/docs/Stacker.html:1.13
--- llvm/docs/Stacker.html:1.12 Wed May 12 19:37:23 2004
+++ llvm/docs/Stacker.html Fri May 21 20:04:19 2004
@@ -1374,11 +1374,6 @@
<li>Write an LLVM pass to compute the correct stack depth needed by the
program. Currently the stack is set to a fixed number which means programs
with large numbers of definitions might fail.</li>
- <li>Enhance to run on 64-bit platforms like SPARC. Right now the size of a
- pointer on 64-bit machines will cause incorrect results because of the
- 32-bit size of a stack element currently supported. This feature was not
- implemented because LLVM needs a union type to be able to support the
- different sizes correctly (portably and efficiently).</li>
<li>Write an LLVM pass to optimize the use of the global stack. The code
emitted currently is somewhat wasteful. It gets cleaned up a lot by existing
passes but more could be done.</li>
@@ -1410,7 +1405,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/13 00:37:23 $
+ Last modified: $Date: 2004/05/22 01:04:19 $
</address>
</body>
More information about the llvm-commits
mailing list