From 930377703c040499d3eda0b40cc968e3cd91ed93 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Mon, 15 Mar 2021 06:40:38 +0000
Subject: [PATCH] Fixing Main README.md

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1ee4dbeba9..09f09f973b 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,17 @@ This repository contains the source code and documentation for the HPVM Compiler
 The README briefly describes how to get started with building and installing HPVM. It also provides a
 benchmark suite to test the compiler infrastructure.
 
-HPVM is currently at version 1.0. For more about what HPVM is, see [our website](https://publish.illinois.edu/hpvm-project/).
+HPVM is currently at **version 1.0**. For more about what HPVM is, see [our website](https://publish.illinois.edu/hpvm-project/).
 
-## Paper
+## Papers
 
 [PPoPP'18 paper](https://dl.acm.org/doi/pdf/10.1145/3200691.3178493)
 
+[OOPSLA'19 paper](https://dl.acm.org/doi/10.1145/3360612)
+
+[PPoPP'21 paper](https://dl.acm.org/doi/10.1145/3437801.3446108)
+
+
 ## Docs
 [HPVM IR Specification](/hpvm/docs/hpvm-specification.md)
 
-- 
GitLab