Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
QilinPTA committed Sep 3, 2023
1 parent dda03b1 commit db08e59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/QilinPTA/Qilin)

> :warning: [Documentation for Qilin](https://qilinpta.github.io/) is under development.
# News
* <b>[DebloaterX](https://github.com/DongjieHe/DebloaterX) published in our [OOPSLA paper](https://dongjiehe.github.io/mypaper/OOPSLA2023_DebloaterX_Preprint.pdf) is now available in Qilin</b>
* <b>Qilin now supports Soot-4.4.0</b>
# Qilin: A fully imperative Java Pointer Analysis Framework.
The repository hosts Qilin, a new Java pointer analysis framework for supporting fine-grained context-sensitivity.

Expand Down
18 changes: 11 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,17 @@ <h2>

<p>You are welcome to use Qilin for research and development purposes under the license given. However, we would request you to kindly
cite our ECOOP'22 paper, and possibly other relevant papers also listed below. </p>

<p>Dongjie He, Jingbo Lu, and Jingling Xue <a href ="">Qilin: A New Framework for Supporting Fine-Grained Context-Sensitivity in Java Pointer Analysis</a>, 36th European Conference on Object-Oriented Programming (ECOOP'22)</p>
<p>Dongjie He, Jingbo Lu, Yaoqing Gao, and Jingling Xue <a href ="https://doi.org/10.1109/TSE.2022.3162236">Selecting Context-Sensitivity Modularly for Accelerating Object-Sensitive Pointer Analysis</a>, IEEE Transactions on Software Engineering (TSE'22)</p>
<p>Dongjie He, Jingbo Lu, and Jingling Xue <a href ="https://doi.org/10.1109/ASE51524.2021.9678880">Context Debloating for Object-Sensitive Pointer Analysis</a>, 36th IEEE/ACM International Conference on Automated Software Engineering (ASE'21)</p>
<p>Dongjie He, Jingbo Lu, Yaoqing Gao, and Jingling Xue <a href ="https://doi.org/10.4230/LIPIcs.ECOOP.2021.16">Accelerating Object-Sensitive Pointer Analysis by Exploiting Object Containment and Reachability</a>, 35th European Conference on Object-Oriented Programming (ECOOP'21)</p>
<p>Jingbo Lu, Dongjie He, and Jingling Xue <a href ="https://doi.org/10.1145/3450492">Eagle: CFL-Reachability-based Precision-Preserving Acceleration of Object-Sensitive Pointer Analysis</a>, ACM Transactions on Software Engineering and Methodology (TOSEM 2021)</p>
<p>Jingbo Lu and Jingling Xue <a href="https://doi.org/10.1145/3360574">Precision-Preserving Yet Fast Object-Sensitive Pointer Analysis with Partial Context Sensitivity</a>. ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA'19) </p>
<p>Dongjie He, Yujiang Gui, Wei Li, Yonggang Tao, Chaiwei Zou, Yulei Sui, and Jingling Xue. <a href ="https://doi.org/10.1145/3622832">A Container-Usage-Pattern-Based Context Debloating Approach for Object-Sensitive Pointer Analysis</a>, ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA'23)</p>
<p>Dongjie He, Jingbo Lu, and Jingling Xue. <a href="https://doi.org/10.1145/3579641">IFDS-based Context Debloating for Object-Sensitive Pointer Analysis</a>, ACM Transactions on Software Engineering and Methodology (TOSEM 2023)</p>
<p>Dongjie He, Jingbo Lu, and Jingling Xue. <a href ="https://doi.org/10.4230/LIPIcs.ECOOP.2022.30">Qilin: A New Framework for Supporting Fine-Grained Context-Sensitivity in Java Pointer Analysis</a>, 36th European Conference on Object-Oriented Programming (ECOOP'22)</p>
<p>Dongjie He, Jingbo Lu, Yaoqing Gao, and Jingling Xue. <a href ="https://doi.org/10.1109/TSE.2022.3162236">Selecting Context-Sensitivity Modularly for Accelerating Object-Sensitive Pointer Analysis</a>, IEEE Transactions on Software Engineering (TSE'22)</p>
<p>Dongjie He, Jingbo Lu, and Jingling Xue. <a href ="https://doi.org/10.1109/ASE51524.2021.9678880">Context Debloating for Object-Sensitive Pointer Analysis</a>, 36th IEEE/ACM International Conference on Automated Software Engineering (ASE'21)</p>
<p>Dongjie He, Jingbo Lu, Yaoqing Gao, and Jingling Xue. <a href ="https://doi.org/10.4230/LIPIcs.ECOOP.2021.16">Accelerating Object-Sensitive Pointer Analysis by Exploiting Object Containment and Reachability</a>, 35th European Conference on Object-Oriented Programming (ECOOP'21)</p>
<p>Jingbo Lu, Dongjie He, and Jingling Xue. <a href ="https://doi.org/10.1145/3450492">Eagle: CFL-Reachability-based Precision-Preserving Acceleration of Object-Sensitive Pointer Analysis</a>, ACM Transactions on Software Engineering and Methodology (TOSEM 2021)</p>
<p>Jingbo Lu and Jingling Xue. <a href="https://doi.org/10.1145/3360574">Precision-Preserving Yet Fast Object-Sensitive Pointer Analysis with Partial Context Sensitivity</a>. ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA'19) </p>

<h2>Contacts</h2>
Any comments, contributions and collaborations are welcomed. Please contact the authors <a href="mailto:hedongjie15@gmail.com">Dongjie He</a> or <a href="mailto:jingling@cse.unsw.edu.au">Jingling Xue</a> if you have any questions.
<h2>
<a id="qilin-released-license" class="anchor" href="#qilin-released-license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License </h2>

Expand Down

0 comments on commit db08e59

Please sign in to comment.