[llvm-commits] CVS: llvm/lib/Target/X86/README.txt
Brian Gaeke
gaeke at niobe.cs.uiuc.edu
Wed Aug 13 14:03:02 PDT 2003
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.9 -> 1.10
---
Log message:
X86 static backend: smacked
Function at a time: smacked
Who you gonna call!!! :-)
---
Diffs of the changes:
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.9 llvm/lib/Target/X86/README.txt:1.10
--- llvm/lib/Target/X86/README.txt:1.9 Tue Aug 12 19:30:48 2003
+++ llvm/lib/Target/X86/README.txt Wed Aug 13 14:02:09 2003
@@ -164,8 +164,7 @@
After this project:
-------------------
1. Implement lots of nifty runtime optimizations
-2. Implement a static compiler backend for x86 (might come almost for free...)
-3. Implement new targets: IA64? X86-64? M68k? MMIX? Who knows...
+2. Implement new targets: IA64? X86-64? M68k? MMIX? Who knows...
Infrastructure Improvements:
----------------------------
@@ -174,10 +173,7 @@
bytecode without having to read the whole program. Bytecode reader should be
extended to allow on-demand loading of functions.
-2. PassManager needs to be able to run just a single function through a pipeline
- of FunctionPass's.
-
-3. X86/Printer.cpp and Sparc/EmitAssembly.cpp both have copies of what is
+2. X86/Printer.cpp and Sparc/EmitAssembly.cpp both have copies of what is
roughly the same code, used to output constants in a form the assembler
can understand. These functions should be shared at some point. They
should be rewritten to pass around iostreams instead of strings. The
More information about the llvm-commits
mailing list