[llvm-commits] CVS: llvm-www/OpenProjects.html
Anton Korobeynikov
asl at math.spbu.ru
Mon Mar 16 08:22:58 PDT 2009
Changes in directory llvm-www:
OpenProjects.html updated: 1.45 -> 1.46
---
Log message:
More crazy ideas
---
Diffs of the changes: (+6 -1)
OpenProjects.html | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.45 llvm-www/OpenProjects.html:1.46
--- llvm-www/OpenProjects.html:1.45 Mon Mar 16 10:12:27 2009
+++ llvm-www/OpenProjects.html Mon Mar 16 10:19:44 2009
@@ -487,6 +487,11 @@
href="/docs/CommandGuide/html/bugpoint.html">bugpoint</a></tt> to reduce the
test case and post it to a website or mailing list. Repeat ad infinitum.</li>
<li>Design a simple, recognizable logo.</li>
+<li>Add sandbox features to the Interpreter: catch invalid memory accesses,
+ potentially unsafe operations (access via arbitrary memory pointer) etc.
+</li>
+<li>Port <a href="http://valgrind.org">Valgrind</a> to use LLVM codegeneration
+ and optimization passes instead of its own.</li>
</ol>
</div>
@@ -501,7 +506,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: 2009/03/16 15:12:27 $
+ Last modified: $Date: 2009/03/16 15:19:44 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list