[www-pubs] r323756 - Added publications by Mihail Popov and Zvonimir Rakamaric.
John Criswell via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 05:27:05 PST 2018
Author: criswell
Date: Tue Jan 30 05:27:05 2018
New Revision: 323756
URL: http://llvm.org/viewvc/llvm-project?rev=323756&view=rev
Log:
Added publications by Mihail Popov and Zvonimir Rakamaric.
Added the following publications to the LLVM publications list:
Piecewise Holistic Autotuning of Compiler and Runtime Parameters (EuroPar '16)
Piecewise holistic autotuning of parallel programs with CERE (Journal)
Counterexample-Guided Bit-Precision Selection (APLOS '17)
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=323756&r1=323755&r2=323756&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Jan 30 05:27:05 2018
@@ -13,6 +13,14 @@
var PUBS =
[
+ { url: "http://soarlab.org/2017/09/aplas2017-hr",
+ author: "Shaobo He and Zvonimir Rakamaric",
+ title: "Counterexample-Guided Bit-Precision Selection",
+ published: "Proceedings of the Fifteenth Asian Symposium on Programming Languages and Systems (APLAS)",
+ month: 11,
+ year: 2017
+ },
+
{ url: "https://dl.acm.org/citation.cfm?doid=3135932.3135947",
author: "Piotr Padlewski",
title: "Devirtualization in LLVM",
@@ -53,6 +61,14 @@ var PUBS =
year: 2017
},
+ { url: "",
+ author: "Mihail Popov, Chadi Akel, Yohan Chatelain, William Jalby, and Pablo de Oliveira Castro",
+ title: "Piecewise Holistic Autotuning of Parallel Programs with CERE",
+ published: "Concurrency and Computation: Practice and Experience",
+ month: 6,
+ year: 2017
+ },
+
{ url: "http://web.ist.utl.pt/nuno.lopes/pubs/undef-pldi17.pdf",
author: "Juneyoung Lee, Yoonseung Kim, Youngju Song, Chung-Kil Hur, Sanjoy Das, David Majnemer, John Regehr, and Nuno P. Lopes",
title: "Taming Undefined Behavior in LLVM",
@@ -77,6 +93,14 @@ var PUBS =
year: 2016
},
+ { url: "https://link.springer.com/chapter/10.1007/978-3-319-43659-3_18",
+ author: "Mihail Popov, Chadi Akel, William Jalby, and Pablo de Oliveira Castro",
+ title: "Piecewise Holistic Autotuning of Compiler and Runtime Parameters",
+ published: "Twenty-Second International Conference on Parallel and Distributed Computing (Euro-Par)",
+ month: 8,
+ year: 2016
+ },
+
{ url: "https://hal.archives-ouvertes.fr/hal-01192668",
author: "Christophe Denis, Pablo de Oliveira Castro, and Eric Petit",
title: "Verificarlo: checking floating point accuracy through Monte Carlo Arithmetic.",
More information about the llvm-commits
mailing list