[www-pubs] r280029 - [www-pubs] Add 2 peephole opt papers (now in pubs.js)

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 16:21:13 PDT 2016


Author: rengolin
Date: Mon Aug 29 18:21:13 2016
New Revision: 280029

URL: http://llvm.org/viewvc/llvm-project?rev=280029&view=rev
Log:
[www-pubs] Add 2 peephole opt papers (now in pubs.js)

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=280029&r1=280028&r2=280029&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Aug 29 18:21:13 2016
@@ -2,6 +2,23 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://www.cs.rutgers.edu/~santosh.nagarakatte/papers/alive-fp-sas16.pdf",
+    author: "David Menendez, Santosh Nagarakatte, and Aarti Gupta",
+    title: "Alive-FP: Automated Verification of Floating Point Based Peephole Optimizations in LLVM",
+    published: "Proceedings of the 23rd Static Analysis Symposium (SAS 2016)",
+    month: 08,
+    year: 2016
+  },
+
+  { url: "http://www.cs.rutgers.edu/~santosh.nagarakatte/papers/icse2016-alive-loops.pdf",
+    author: "David Menendez and Santosh Nagarakatte",
+    title: "Termination-Checking for LLVM Peephole Optimizations",
+    published: "Proceedings of the 38th International Conference on Software Engineering (ICSE 2016)",
+    award: "ACM SIGSOFT Distinguished Paper Award",
+    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