Skip to content

Commit 027e235

Browse files
committed
2 parents 88fd8e3 + 2f82440 commit 027e235

File tree

2 files changed

+509
-2
lines changed

2 files changed

+509
-2
lines changed

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,114 @@
1+
@article{cohen2016parsing,
2+
title={Parsing linear context-free rewriting systems with fast matrix multiplication},
3+
author={Cohen, Shay B and Gildea, Daniel},
4+
journal={Computational Linguistics},
5+
volume={42},
6+
number={3},
7+
pages={421--455},
8+
year={2016},
9+
publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209, USA journals-info~…}
10+
}
11+
12+
@inproceedings{nakanishi1997efficient,
13+
title={An efficient recognition algorithm for multiple context-free languages},
14+
author={Nakanishi, Ryuichi and Takada, Keita and Seki, Hiroyuki},
15+
booktitle={In Proceedings of the Fifth Meeting on Mathematics of Language, MOL5},
16+
year={1997},
17+
organization={Citeseer}
18+
}
19+
20+
@inproceedings{zhang2013fast,
21+
title={Fast algorithms for Dyck-CFL-reachability with applications to alias analysis},
22+
author={Zhang, Qirun and Lyu, Michael R and Yuan, Hao and Su, Zhendong},
23+
booktitle={Proceedings of the 34th ACM SIGPLAN Conference on Programming Language Design and Implementation},
24+
pages={435--446},
25+
year={2013}
26+
}
27+
28+
@article{kodumal2004set,
29+
title={The set constraint/CFL reachability connection in practice},
30+
author={Kodumal, John and Aiken, Alex},
31+
journal={ACM Sigplan Notices},
32+
volume={39},
33+
number={6},
34+
pages={207--218},
35+
year={2004},
36+
publisher={ACM New York, NY, USA}
37+
}
38+
39+
@article{reps2000undecidability,
40+
title={Undecidability of context-sensitive data-dependence analysis},
41+
author={Reps, Thomas},
42+
journal={ACM Transactions on Programming Languages and Systems (TOPLAS)},
43+
volume={22},
44+
number={1},
45+
pages={162--186},
46+
year={2000},
47+
publisher={ACM New York, NY, USA}
48+
}
49+
50+
@inproceedings{yan2011demand,
51+
title={Demand-driven context-sensitive alias analysis for Java},
52+
author={Yan, Dacong and Xu, Guoqing and Rountev, Atanas},
53+
booktitle={Proceedings of the 2011 International Symposium on Software Testing and Analysis},
54+
pages={155--165},
55+
year={2011}
56+
}
57+
58+
@inproceedings{bastani2015specification,
59+
title={Specification inference using context-free language reachability},
60+
author={Bastani, Osbert and Anand, Saswat and Aiken, Alex},
61+
booktitle={Proceedings of the 42nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
62+
pages={553--566},
63+
year={2015}
64+
}
65+
66+
@inproceedings{zheng2008demand,
67+
title={Demand-driven alias analysis for C},
68+
author={Zheng, Xin and Rugina, Radu},
69+
booktitle={Proceedings of the 35th annual ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
70+
pages={197--208},
71+
year={2008}
72+
}
73+
74+
@inproceedings{huang2015scalable,
75+
title={Scalable and precise taint analysis for android},
76+
author={Huang, Wei and Dong, Yao and Milanova, Ana and Dolby, Julian},
77+
booktitle={Proceedings of the 2015 International Symposium on Software Testing and Analysis},
78+
pages={106--117},
79+
year={2015}
80+
}
81+
82+
@article{sridharan2006refinement,
83+
title={Refinement-based context-sensitive points-to analysis for Java},
84+
author={Sridharan, Manu and Bod{\'\i}k, Rastislav},
85+
journal={ACM SIGPLAN Notices},
86+
volume={41},
87+
number={6},
88+
pages={387--400},
89+
year={2006},
90+
publisher={ACM New York, NY, USA}
91+
}
92+
93+
@inproceedings{zhang2017context,
94+
title={Context-sensitive data-dependence analysis via linear conjunctive language reachability},
95+
author={Zhang, Qirun and Su, Zhendong},
96+
booktitle={Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages},
97+
pages={344--358},
98+
year={2017}
99+
}
100+
101+
@article{seki1991multiple,
102+
title={On multiple context-free grammars},
103+
author={Seki, Hiroyuki and Matsumura, Takashi and Fujii, Mamoru and Kasami, Tadao},
104+
journal={Theoretical Computer Science},
105+
volume={88},
106+
number={2},
107+
pages={191--229},
108+
year={1991},
109+
publisher={Elsevier}
110+
}
111+
1112
@book{Hopcroft+Ullman/79/Introduction,
2113
added-at = {2009-05-20T01:29:36.000+0200},
3114
author = {Hopcroft, John E. and Ullman, Jeff D.},

0 commit comments

Comments
 (0)