[llvm-commits] CVS: llvm-www/safecode/sva.html

John Criswell criswell at cs.uiuc.edu
Mon May 17 10:26:06 PDT 2010



Changes in directory llvm-www/safecode:

sva.html added (r1.1)
---
Log message:

SVA page on the SAFECode web site.


---
Diffs of the changes:  (+98 -0)

 sva.html |   98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+)


Index: llvm-www/safecode/sva.html
diff -c /dev/null llvm-www/safecode/sva.html:1.1
*** /dev/null	Mon May 17 12:26:01 2010
--- llvm-www/safecode/sva.html	Mon May 17 12:25:51 2010
***************
*** 0 ****
--- 1,98 ----
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ 
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ 
+ <head>
+ 
+ <meta name="Description" content="Information architecture, Web Design, Web Standards." />
+ <meta name="Keywords" content="john criswell" />
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="Distribution" content="Global" />
+ <meta name="Author" content="John Criswell" />
+ <meta name="Robots" content="index,follow" />	
+ 
+ <link rel="stylesheet" href="Azulmedia.css" type="text/css" />
+ 
+ <title>SAFECode: Secure Virtual Architecture</title>
+ 	
+ </head>
+ 
+ <body>
+ <!-- wrap starts here -->
+ <div id="wrap">
+ 
+ 	<div id="header">	
+ 		
+ 		<h1 id="logo">SAFECode: Secure Virtual Architecture</h1>	
+ 		<!-- <h2 id="slogan"></h2>  -->
+ 
+ 		<div id="menu">
+     <p align=right>
+     <a href="http://illinois.edu">
+     <img align=center src="images/imark_bold.gif"></img>
+     </a>
+     </p>
+ 		</div>		
+ 	</div>
+ 				
+ 	<!-- content-wrap starts here -->
+ 	<div id="content-wrap">	 
+ 	
+     <!--#include virtual="sidebar.incl" -->
+ 
+ 		<div id="main">		
+ 			<a name="SVA: Secure Virtual Architecture"></a>			
+ 			<div class="box">
+ 				
+ 				<h1>Secure Virtual Architecture (SVA)</h1>
+         <hr>
+ 				
+         <p>
+         <img align=right src="images/SVA.jpg"></img>
+         Secure Virtual Architecture (SVA) is a compiler-based virtual machine
+         capable of hosting an entire commodity operating system and all its
+         applications. The virtual machine is unique because it combines a
+         sophisticated compiler (like high-level language virtual machines such
+         as JVM or CLI) with a rich run-time system capable of monitoring and
+         controlling all privileged operations (like Virtual Machine Monitors
+         such as VMware or Xen). This combination opens up the opportunity to
+         develop novel and powerful solutions to a wide range of important
+         software security and reliability problems, including intrusion
+         prevention, intrusion detection and analysis, OS component isolation,
+         full system recovery, application data confidentiality, secure
+         application- and system-level information flow, and many others. The
+         SVA research group is funded by grants from the National Science
+         Foundation, Apple Computer, Inc., and the University of Illinois.
+         </p>
+       </div>
+ 		</div>				
+ 		
+ 	<br />			
+ 	<!-- content-wrap ends here -->		
+ 	</div>	
+ 
+ <!-- wrap ends here -->
+ </div>
+ 
+ <!-- footer starts here -->	
+ <div id="footer-wrap">
+ 	
+ 	<div class="footer-left">
+ 		<p class="align-left">			
+ 		© 2010 <strong>University of Illinois</strong> |
+ 		Design by <a href="http://www.styleshout.com/">styleshout</a> | Valid <a href="http://validator.w3.org/check/referer">XHTML</a> |
+ 		<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
+ 		</p>		
+ 	</div>
+ 	
+ 	<div class="footer-right">
+ 		<p class="align-right">
+ 		<a href="index.html">Home</a>
+ 		</p>
+ 	</div>
+ 	
+ </div>
+ <!-- footer ends here -->	
+ 
+ </body>
+ </html>






More information about the llvm-commits mailing list