[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sat Jan 31 17:54:22 PST 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.5 -> 1.6
---
Log message:
add paper
---
Diffs of the changes: (+8 -0)
pubs.js | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.5 llvm-www/pubs/pubs.js:1.6
--- llvm-www/pubs/pubs.js:1.5 Sat Jan 17 19:05:39 2009
+++ llvm-www/pubs/pubs.js Sat Jan 31 19:53:58 2009
@@ -7,6 +7,14 @@
published: "Proceedings of the Fourteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS '09)",
year: 2009},
+ {url: '2009-01-ASP-DAC-Automatic_Instrumentation.html',
+ title: 'Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation',
+ author: 'Aimen Bouchhima, Patrice Gerin, Frederic Petrot',
+ published: "Proceedings of the 14th Asia South Pacific Design Automation Conference (ASP-DAC'09)",
+ location: 'Yokohama, Japan',
+ month: 1,
+ year: 2009},
+
{url: '2008-12-OSDI-KLEE.html',
title: 'KLEE: Unassisted and Automatic Generation of High-Coverage Tests for Complex Systems Programs',
author: 'Cristian Cadar, Daniel Dunbar, Dawson Engler',
More information about the llvm-commits
mailing list