<font size="2" face="Tahoma" color="#000000 "><font size="2" face="Tahoma" color="#000000 "><div>Hi all,</div><div><div><br></div><div>I'm a 3rd year CSE B.Tech student and have been studying LLVM since the past year. I have written a pass for doing register allocation as part of my course project and have also been studying LLVM code sections related to SSA construction, dominance frontiers,etc. I also made some contributions to the Polly project.</div><div><br></div><div>Currently I am interested in improving the existing alias analysis infrastructure as part of my GSoC-15 project. The current pointer analyses in LLVM (basicaa, cflaa etc.) compute imprecise information as none of them are flow-sensitive. The aim of my project is to implement a pass that computes more precise points-to pairs that is both flow-sensitive as well as context-sensitive. This method has been described in 
<a href="http://www.cse.iitb.ac.in/grc/software/livepta.pdf">Liveness-Based Pointer Analysis</a> [1] and has already been implemented in the <a href="http://www.cse.iitb.ac.in/grc/index.php?page=l-fcpa">GCC compiler</a>.</div><div><br></div><div>Most of the information in traditional context-sensitive algorithms is useless because it involves variables that are dead. The paper however relies on liveness information at the construction time of points-to-sets to prune the useless information. This method makes it comparable to a context-insensitive algorithm in cost.</div><div><br></div><div>This would be an inter-procedural pass and would be implemented in the existing AliasAnalysis infrastructure by implementing  all the methods of AliasAnalysis class similar to the existing alias analysis passes in LLVM like basicaa and CFL-AA. I am looking for feedback and on directions on how to proceed with this.</div><div><br></div><div>[1] Uday P. Khedker, Alan Mycroft, and Prashant Singh Rawat. 2012. “Liveness-Based pointer analysis”. In Proceedings of the 19th international conference on Static Analysis (SAS'12), Antoine Miné and David Schmidt (Eds.). Springer-Verlag, Berlin, Heidelberg, 265-282.</div></div><div><br></div><div><br></div><div class="mb_sig"><div><font color="#548dd4">Regards</font></div><div><font color="#548dd4">Pratik Bhatu<br></font><div><font color="#548dd4">Bachelors of Technology, 3rd Year</font></div><div><font color="#548dd4">Computer Science and Engineering</font></div><div><font color="#548dd4">IIT Hyderabad</font></div><div><font color="#548dd4">+91 961 905 6833</font></div></div></div></font></font>