[llvm-commits] CVS: llvm-www/pubs/index.html

Chris Lattner sabre at nondot.org
Thu Nov 20 22:13:35 PST 2008



Changes in directory llvm-www/pubs:

index.html updated: 1.84 -> 1.85
---
Log message:

add emsoft paper


---
Diffs of the changes:  (+12 -5)

 index.html |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)


Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.84 llvm-www/pubs/index.html:1.85
--- llvm-www/pubs/index.html:1.84	Tue Nov  4 04:25:34 2008
+++ llvm-www/pubs/index.html	Fri Nov 21 00:13:13 2008
@@ -3,17 +3,24 @@
 
 <ol>
 
-<li>"<a href="2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler System</a>"<br>
- Chris Lattner<br>
-  <i>Plenary Talk, <a href="http://acat2008.cern.ch/">ACAT 2008</a>: Advanced Computing and Analysis Techniques in Physics Research</i>, Erice, Sicily, Italy, November 2008.</li>
-
-
 <li>"<a href="2008-12-OSDI-KLEE.html">KLEE: Unassisted and Automatic 
 Generation of High-Coverage Tests for Complex Systems Programs</a>"<br>
 Cristian Cadar, Daniel Dunbar, Dawson Engler<br>
 <i>Proc. 8th USENIX Symposium on Operating Systems Design and Implementation 
 (OSDI 2008)</i>, December 2008</li>
 
+<li>"<a href="2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler System</a>"<br>
+ Chris Lattner<br>
+  <i>Plenary Talk, <a href="http://acat2008.cern.ch/">ACAT 2008</a>: Advanced Computing and Analysis Techniques in Physics Research</i>, Erice, Sicily, Italy, November 2008</li>
+
+
+<li>"<a href="2008-10-EMSOFT-Volatiles.html">Volatiles Are Miscompiled, 
+and What to Do about It</a>"<br>
+Eric Eide, John Regehr<br>
+<i>Proc. EMSOFT International Conference on Embedded Software (EMSOFT 2008)</i>, October 2008</li>
+
+
+
 <li>"<a href="2008-09-LadyVM.html">A Lazy Developer Approach: 
 Building a JVM with Third Party Software</a>"<br>
 Nicolas Geoffray, Gael Thomas, Charles Clement and Bertil Folliot<br>






More information about the llvm-commits mailing list