[llvm-commits] CVS: llvm-www/OpenProjects.html

Anton Korobeynikov asl at math.spbu.ru
Sat Mar 21 02:10:02 PDT 2009



Changes in directory llvm-www:

OpenProjects.html updated: 1.48 -> 1.49
---
Log message:

Add more crazy ideas about runtime checks...


---
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.48 llvm-www/OpenProjects.html:1.49
--- llvm-www/OpenProjects.html:1.48	Fri Mar 20 00:49:37 2009
+++ llvm-www/OpenProjects.html	Sat Mar 21 04:05:46 2009
@@ -487,6 +487,11 @@
 </li>
 <li>Port <a href="http://valgrind.org">Valgrind</a> to use LLVM codegeneration
   and optimization passes instead of its own.</li>
+<li>Create an LLVM pass that adds memory safety checks to code, like
+  <a href="http://valgrind.org/">Valgrind</a> does for binaries, or like
+  <a href="http://gcc.gnu.org/wiki/Mudflap_Pointer_Debugging">mudflap</a> does
+  for gcc compiled code.
+</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/20 05:49:37 $
+  Last modified: $Date: 2009/03/21 09:05:46 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list