[www-pubs] r317321 - Publication: Add "The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend"
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 06:31:39 PDT 2017
Author: fhahn
Date: Fri Nov 3 06:31:39 2017
New Revision: 317321
URL: http://llvm.org/viewvc/llvm-project?rev=317321&view=rev
Log:
Publication: Add "The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend"
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=317321&r1=317320&r2=317321&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Nov 3 06:31:39 2017
@@ -45,6 +45,14 @@ var PUBS =
year: 2017
},
+ { url: "http://scholarworks.rit.edu/theses/9550/",
+ author: "Connor Goldberg",
+ title: "The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend",
+ published: "Master's Thesis, Rochester Institute of Technology",
+ month: 8,
+ 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",
More information about the llvm-commits
mailing list