[llvm-commits] CVS: llvm-www/safecode/menagerie/memsafety.html
John Criswell
criswell at cs.uiuc.edu
Mon Jun 21 07:54:46 PDT 2010
Changes in directory llvm-www/safecode/menagerie:
memsafety.html updated: 1.5 -> 1.6
---
Log message:
Added the Yutaka Oiwa paper on the memory safe ANSI C compiler.
---
Diffs of the changes: (+14 -0)
memsafety.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Index: llvm-www/safecode/menagerie/memsafety.html
diff -u llvm-www/safecode/menagerie/memsafety.html:1.5 llvm-www/safecode/menagerie/memsafety.html:1.6
--- llvm-www/safecode/menagerie/memsafety.html:1.5 Fri Jun 18 10:16:41 2010
+++ llvm-www/safecode/menagerie/memsafety.html Mon Jun 21 09:54:12 2010
@@ -114,6 +114,20 @@
<br>
<li>
+ <a href="http://portal.acm.org/citation.cfm?id=1542505">
+ <b>
+ Implementation of the Memory-Safe Full ANSI-C Compiler
+ </b></a>
+ <br>
+ Yutaka Oiwa
+ <br>
+ ACM SIGPLAN Conference on Programming Language Design and
+ Implementation (PLDI), 2009
+ </li>
+
+ <br>
+
+ <li>
<a href="https://db.usenix.org/events/osdi06/tech/full_papers/castro/castro.pdf">
<b>
Securing Software by Enforcing Data-Flow Integrity
More information about the llvm-commits
mailing list