[www-pubs] r280346 - [www-pubs] Adding Archer paper
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 02:32:04 PDT 2016
Author: rengolin
Date: Thu Sep 1 04:32:04 2016
New Revision: 280346
URL: http://llvm.org/viewvc/llvm-project?rev=280346&view=rev
Log:
[www-pubs] Adding Archer paper
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=280346&r1=280345&r2=280346&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Sep 1 04:32:04 2016
@@ -19,6 +19,14 @@ var PUBS =
year: 2016
},
+ { url: "http://soarlab.org/publications/ipdps2016-agralslpm.pdf",
+ author: "Simone Atzeni, Ganesh Gopalakrishnan, Zvonimir Rakamaric, Dong H. Ahn, Ignacio Laguna, Martin Schulz, Greg L. Lee, Joachim Protze, Matthias S. Muller",
+ title: "Archer: Effectively Spotting Data Races in Large OpenMP Applications",
+ published: "Proceedings of the 30th IEEE International Parallel and Distributed Processing Symposium (IPDPS 2016)",
+ month: 05,
+ year: 2016
+ },
+
{ url: "http://dl.acm.org/citation.cfm?id=2843863",
author: "Luke Jones, Ryan Whelan, Jeremy Blackthorne, and Graham Baker",
title: "Flowtables: Program Skeletal Inversion for Defeat of Interprocedural Analysis with Unique Metamorphism",
More information about the llvm-commits
mailing list