[llvm-commits] [www-pubs] r153060 - /www-pubs/trunk/pubs.js
John Criswell
criswell at uiuc.edu
Mon Mar 19 15:25:20 PDT 2012
Author: criswell
Date: Mon Mar 19 17:25:19 2012
New Revision: 153060
URL: http://llvm.org/viewvc/llvm-project?rev=153060&view=rev
Log:
Added one of my papers that used LLVM.
Modified:
www-pubs/trunk/pubs.js
Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=153060&r1=153059&r2=153060&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Mar 19 17:25:19 2012
@@ -84,6 +84,14 @@
},
{ url: "",
+ author: "Rodolfo Pellizzoni, Emiliano Betti, Stanley Bak, Gang Yao, John Criswell, Marco Caccamo, and Russell Kegley",
+ title: "A Predictable Execution Model for COTS-Based Embedded Systems",
+ published: "Real-Time and Embedded Technology and Applications Symposium (RTAS)",
+ month: 4,
+ year: 2011,
+ },
+
+ { url: "",
author: "Ben Hardekopf and Calvin Lin",
title: "Flow-Sensitive Pointer Analysis for Millions of Lines of Code",
published: "International Symposium on Code Generation and Optimization (CGO)",
More information about the llvm-commits
mailing list