[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sat Jun 27 01:12:06 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.25 -> 1.26
---
Log message:
add Edwin's thesis to pubs page.
---
Diffs of the changes: (+8 -0)
pubs.js | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.25 llvm-www/pubs/pubs.js:1.26
--- llvm-www/pubs/pubs.js:1.25 Sat Jun 27 03:01:01 2009
+++ llvm-www/pubs/pubs.js Sat Jun 27 03:11:46 2009
@@ -25,6 +25,14 @@
month: 6,
year: 2009},
+ {url: '2009-06-27-edwin.html',
+ title: 'Interprocedural bounds checker for C programs using symbolic constraints and slicing',
+ author: 'Edvin Török',
+ published: "Undergraduate Thesis, 'Politehnica' University of Timisoara",
+ location: "Timisoara, Romania",
+ month: 6,
+ year: 2009},
+
{url: '2009-05-21-Thesis-Barrett-3c.html',
title: '3c: A JIT Compiler with LLVM',
author: 'Edd Barrett',
More information about the llvm-commits
mailing list