diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2011-07-28 13:02:30 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2011-07-28 13:02:30 +0000 |
commit | f1b9d5d45886d7c989f14a57fcc0851b8b219917 (patch) | |
tree | b762750c88fbbaa360f438f769212b4485cf4f2a | |
parent | 09f07a886ee472265ae151e72c0ed9225da20361 (diff) | |
download | klee-f1b9d5d45886d7c989f14a57fcc0851b8b219917.tar.gz |
Added two publications from EPFL, fixed a typo.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@136350 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/Publications.html | 33 | ||||
-rw-r--r-- | www/klee-dev.html | 2 |
2 files changed, 24 insertions, 11 deletions
diff --git a/www/Publications.html b/www/Publications.html index 8dbf0b4a..bc8eb64c 100644 --- a/www/Publications.html +++ b/www/Publications.html @@ -144,9 +144,8 @@ <br><br> </li> - <!-- <li> - <a href="coming soon"> + <a href="http://dslab.epfl.ch/pubs/s2e.pdf?attredirects=0"> <em> S2E: A Platform for In Vivo Multi-Path Analysis of Software Systems </em> @@ -159,7 +158,21 @@ March 5-11, 2011, Newport Beach, CA <br><br> </li> - --> + + <li> + <a href="http://dslab.epfl.ch/pubs/cloud9.pdf?attredirects=0"> + <em> + Parallel Symbolic Execution for Automated Real-World Software Testing + </em> + </a> + <br> + ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2011) + <br/> + Stefan Bucur, Vlad Ureche, Cristian Zamfir, George Candea + <br/> + April 10-13, 2011, Salzburg, Austria + <br/><br/> + </li> <li> <a href="http://www.doc.ic.ac.uk/~pcc03/eurosys11klee.pdf"> @@ -167,13 +180,13 @@ Symbolic Crosschecking of Floating-Point and SIMD Code </em> </a> - <br> + <br/> Peter Collingbourne, Cristian Cadar, Paul H. J. Kelly - <br> + <br/> ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2011) - <br> + <br/> April 10-13, 2011, Salzburg, Austria - <br><br> + <br/><br/> </li> @@ -183,13 +196,13 @@ Practical, Low-Effort Equivalence Verification of Real Code </em> </a> - <br> + <br/> David Ramos, Dawson Engler <br > Computer Aided Verification (CAV 2011) - <br> + <br/> July 16-20, 2011, Snowbird, UT, USA - <br><br> + <br/><br/> </li> </ol> diff --git a/www/klee-dev.html b/www/klee-dev.html index 3c5b663e..d507466c 100644 --- a/www/klee-dev.html +++ b/www/klee-dev.html @@ -23,7 +23,7 @@ <p>However, before doing so, please check <a href=" http://www.mail-archive.com/klee-dev@keeda.stanford.edu/">klee-dev's - searchable archive<a/> to see you your question has already been + searchable archive<a/> to see if your question has already been answered.</p> </div> |