[www-pubs] r177531 - Added Whelan et. al.'s CC 2013 publication.
John Criswell
criswell at uiuc.edu
Wed Mar 20 09:11:35 PDT 2013
Author: criswell
Date: Wed Mar 20 11:11:34 2013
New Revision: 177531
URL: http://llvm.org/viewvc/llvm-project?rev=177531&view=rev
Log:
Added Whelan et. al.'s CC 2013 publication.
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=177531&r1=177530&r2=177531&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:11:34 2013
@@ -2,8 +2,16 @@
// the page in the order listed.
var PUBS =
[
+ { url: "http://link.springer.com/chapter/10.1007/978-3-642-37051-9_8",
+ author: "Ryan Whelan, Tim Leek, and David Kaeli",
+ title: "Architecture-Independent Dynamic Information Flow Tracking",
+ published: "Proceedings of the 22nd International Conference on Compiler Construction (CC '13)",
+ month: 3,
+ year: 2013,
+ },
+
{ url: "http://dl.acm.org/citation.cfm?id=2380498",
- author: " Marcelo Sousa and Alper Sen",
+ author: " Marcelo Sousa and Alper Sen",
title: "Generation of TLM Testbenches Using Mutation Testing",
published: "IEEE/ACM/IFIP International Conference on Hardware/Software Codesign and System Synthesis",
month: 9,
More information about the llvm-commits
mailing list