[llvm-commits] CVS: llvm-www/OpenProjects.html
Nick Lewycky
nicholas at mxc.ca
Sat Mar 1 23:55:27 PST 2008
Changes in directory llvm-www:
OpenProjects.html updated: 1.39 -> 1.40
---
Log message:
Add a new project idea.
---
Diffs of the changes: (+18 -1)
OpenProjects.html | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletion(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.39 llvm-www/OpenProjects.html:1.40
--- llvm-www/OpenProjects.html:1.39 Sat Mar 1 19:33:33 2008
+++ llvm-www/OpenProjects.html Sun Mar 2 01:54:39 2008
@@ -21,6 +21,7 @@
<li><a href="#compaction">Code Compaction</a></li>
<li><a href="#xforms">New Transformations and Analyses</a></li>
<li><a href="#codegen">Code Generator Improvements</a></li>
+ <li><a href="#objectfiles">Emit objects directly</a></li>
<li><a href="#misc_new">Miscellaneous Additions</a></li>
</ol></li>
</ul>
@@ -421,6 +422,22 @@
<!-- ======================================================================= -->
<div class="www_sectiontitle">
+ <a name="objectfiles">Emit object files directly</a>
+</div>
+
+<div class="www_text">
+
+<ol>
+<li>Implement MachOWriter and ELFWriter to allow LLVM-based compilers to
+ bypass an external assembler.</li>
+<li>Implement an assembler for inline assembly. Reuse the tablegen files
+ from each backend.</li>
+</ol>
+
+</div>
+
+<!-- ======================================================================= -->
+<div class="www_sectiontitle">
<a name="misc_new">Miscellaneous Additions</a>
</div>
@@ -457,7 +474,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2008/03/02 01:33:33 $
+ Last modified: $Date: 2008/03/02 07:54:39 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list