-
Notifications
You must be signed in to change notification settings - Fork 1
/
alias.bib
4295 lines (3956 loc) · 141 KB
/
alias.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{Cousot:1979:SDP:567752.567778,
author = {Cousot, Patrick and Cousot, Radhia},
title = {Systematic Design of Program Analysis Frameworks},
booktitle = {Proceedings of the 6th ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages},
series = {POPL '79},
year = {1979},
location = {San Antonio, Texas},
pages = {269--282},
numpages = {14},
url = {http://doi.acm.org/10.1145/567752.567778},
doi = {10.1145/567752.567778},
acmid = {567778},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{ErrorProne,
author = {Aftandilian, Edward and Sauciuc, Raluca and Priya, Siddharth and Krishnan, Sundaresan},
title = {Building Useful Program Analysis Tools Using an Extensible Java Compiler},
booktitle = {Proceedings of the 2012 IEEE 12th International Working Conference on Source Code Analysis and Manipulation},
series = {SCAM '12},
year = {2012},
isbn = {978-0-7695-4783-1},
pages = {14--23},
numpages = {10},
url = {https://doi.org/10.1109/SCAM.2012.28},
doi = {10.1109/SCAM.2012.28},
acmid = {2477391},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {compilers, static analysis, bug finding, indexing, dependency checking},
}
@inproceedings{McPeak:2013:SIS:2491411.2501854,
author = {McPeak, Scott and Gros, Charles-Henri and Ramanathan, Murali Krishna},
title = {Scalable and Incremental Software Bug Detection},
booktitle = {Proceedings of the 2013 9th Joint Meeting on Foundations of Software Engineering},
series = {ESEC/FSE 2013},
year = {2013},
isbn = {978-1-4503-2237-9},
location = {Saint Petersburg, Russia},
pages = {554--564},
numpages = {11},
url = {http://doi.acm.org/10.1145/2491411.2501854},
doi = {10.1145/2491411.2501854},
acmid = {2501854},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Bug Detection, Incremental, Parallel, Static Analysis},
}
@article{Bessey:2010:FBL:1646353.1646374,
author = {Bessey, Al and Block, Ken and Chelf, Ben and Chou, Andy and Fulton, Bryan and Hallem, Seth and Henri-Gros, Charles and Kamsky, Asya and McPeak, Scott and Engler, Dawson},
title = {A Few Billion Lines of Code Later: Using Static Analysis to Find Bugs in the Real World},
journal = {Commun. ACM},
issue_date = {February 2010},
volume = {53},
number = {2},
month = feb,
year = {2010},
issn = {0001-0782},
pages = {66--75},
numpages = {10},
url = {http://doi.acm.org/10.1145/1646353.1646374},
doi = {10.1145/1646353.1646374},
acmid = {1646374},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Das:2001:EIS:647170.718301,
author = {Das, Manuvir and Liblit, Ben and F\"{a}hndrich, Manuel and Rehof, Jakob},
title = {Estimating the Impact of Scalable Pointer Analysis on Optimization},
booktitle = {Proceedings of the 8th International Symposium on Static Analysis},
series = {SAS '01},
year = {2001},
isbn = {3-540-42314-1},
pages = {260--278},
numpages = {19},
url = {http://dl.acm.org/citation.cfm?id=647170.718301},
acmid = {718301},
publisher = {Springer-Verlag},
address = {London, UK, UK},
}
@inproceedings{Mohammadi:2019,
author = {Mohammadi, Mahdi Soltan and Yuki, Tomofumi and Cheshmi, Kazem and Davis, Eddie C. and Hall, Mary and Dehnavi, Maryam Mehri and Nandy, Payal and Olschanowsky, Catherine and Venkat, Anand and Strout, Michelle Mills},
title = {Sparse Computation Data Dependence Simplification for Efficient Compiler-generated Inspectors},
booktitle = {Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI 2019},
year = {2019},
isbn = {978-1-4503-6712-7},
location = {Phoenix, AZ, USA},
pages = {594--609},
numpages = {16},
url = {http://doi.acm.org/10.1145/3314221.3314646},
doi = {10.1145/3314221.3314646},
acmid = {3314646},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Presburger arithmetic with uninterpreted functions, SMT solvers, data dependence simplification, dependence analysis, inspector-executor strategies, sparse matrices},
}
@inproceedings{Taghdiri:2010,
author = {Taghdiri, Mana and Snelting, Gregor and Sinz, Carsten},
title = {Information Flow Analysis via Path Condition Refinement},
booktitle = {Proceedings of the 7th International Conference on Formal Aspects of Security and Trust},
series = {FAST'10},
year = {2011},
isbn = {978-3-642-19750-5},
location = {Pisa, Italy},
pages = {65--79},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=1964555.1964560},
acmid = {1964560},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
keywords = {CEGAR, abstraction refinement, constraint solving, information flow control, path condition, program dependence graph},
}
@article{arnold1996software,
title={Software Change Impact Analysis},
author={Arnold, Robert S},
year={1996},
publisher={IEEE Computer Society Press}
}
@article{Chatterjee:2017:ODR:3177123.3158118,
author = {Chatterjee, Krishnendu and Choudhary, Bhavya and Pavlogiannis, Andreas},
title = {Optimal Dyck Reachability for Data-dependence and Alias Analysis},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2018},
volume = {2},
number = {POPL},
month = dec,
year = {2017},
issn = {2475-1421},
pages = {30:1--30:30},
articleno = {30},
numpages = {30},
url = {http://doi.acm.org/10.1145/3158118},
doi = {10.1145/3158118},
acmid = {3158118},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Bidirected graphs, CFL reachability, Data-dependence analysis, Dyck reachability, treewidth},
}
@inproceedings{Tang:POPL2015,
author = {Tang, Hao and Wang, Xiaoyin and Zhang, Lingming and Xie, Bing and Zhang, Lu and Mei, Hong},
title = {Summary-Based Context-Sensitive Data-Dependence Analysis in Presence of Callbacks},
booktitle = {Proceedings of the 42Nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '15},
year = {2015},
isbn = {978-1-4503-3300-9},
location = {Mumbai, India},
pages = {83--95},
numpages = {13},
url = {http://doi.acm.org/10.1145/2676726.2676997},
doi = {10.1145/2676726.2676997},
acmid = {2676997},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cfl reachability, context-sensitive analysis, summary-based analysis, tal reachability, tree adjoining languages},
}
@inproceedings{Zhang:LCL,
author = {Zhang, Qirun and Su, Zhendong},
title = {Context-sensitive Data-dependence Analysis via Linear Conjunctive Language Reachability},
booktitle = {Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages},
series = {POPL 2017},
year = {2017},
isbn = {978-1-4503-4660-3},
location = {Paris, France},
pages = {344--358},
numpages = {15},
url = {http://doi.acm.org/10.1145/3009837.3009848},
doi = {10.1145/3009837.3009848},
acmid = {3009848},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Context-free language reachability, linear conjunctive grammar, program analysis, trellis automata},
}
@inproceedings{wang2017partitioned,
title={Partitioned memory models for program analysis},
author={Wang, Wei and Barrett, Clark and Wies, Thomas},
booktitle={International Conference on Verification, Model Checking, and Abstract Interpretation},
series = {VMCAI '17},
pages={539--558},
year={2017},
organization={Springer}
}
@inproceedings{gurfinkel2017context,
title={A context-sensitive memory model for verification of C/C++ programs},
author={Gurfinkel, Arie and Navas, Jorge A},
booktitle={International Static Analysis Symposium},
series = {SAS '17},
pages={148--168},
year={2017},
organization={Springer}
}
@inproceedings{rakamaric2009scalable,
title={A scalable memory model for low-level code},
author={Rakamari{\'c}, Zvonimir and Hu, Alan J},
booktitle={International Workshop on Verification, Model Checking, and Abstract Interpretation},
series = {VMCAI '09},
pages={290--304},
year={2009},
organization={Springer}
}
@inproceedings{Kuck:DataDep,
author = {Kuck, D. J. and Kuhn, R. H. and Padua, D. A. and Leasure, B. and Wolfe, M.},
title = {Dependence Graphs and Compiler Optimizations},
booktitle = {Proceedings of the 8th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '81},
year = {1981},
isbn = {0-89791-029-X},
location = {Williamsburg, Virginia},
pages = {207--218},
numpages = {12},
url = {http://doi.acm.org/10.1145/567532.567555},
doi = {10.1145/567532.567555},
acmid = {567555},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Tang-TAL,
author = {Tang, Hao and Wang, Xiaoyin and Zhang, Lingming and Xie, Bing and Zhang, Lu and Mei, Hong},
title = {Summary-Based Context-Sensitive Data-Dependence Analysis in Presence of Callbacks},
booktitle = {Proceedings of the 42Nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '15},
year = {2015},
isbn = {978-1-4503-3300-9},
location = {Mumbai, India},
pages = {83--95},
numpages = {13},
url = {http://doi.acm.org/10.1145/2676726.2676997},
doi = {10.1145/2676726.2676997},
acmid = {2676997},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cfl reachability, context-sensitive analysis, summary-based analysis, tal reachability, tree adjoining languages},
}
@article{gharat2018generalized,
title={Generalized Points-to Graphs: A New Abstraction of Memory in the Presence of Pointers},
author={GHARAT, PRITAM M and KHEDKER, UDAY P and MYCROFT, ALAN},
journal={ACM Transactions on Programming Languages and Systems},
volume={1},
number={1},
year={2018}
}
@inproceedings{gharat2016flow,
title={Flow-and context-sensitive points-to analysis using generalized points-to graphs},
author={Gharat, Pritam M and Khedker, Uday P and Mycroft, Alan},
booktitle={International Static Analysis Symposium},
series = {SAS '16},
pages={212--236},
year={2016},
organization={Springer}
}
@inproceedings{PhysicalTyping,
author = {Chandra, Satish and Reps, Thomas},
title = {Physical Type Checking for C},
booktitle = {Proceedings of the 1999 ACM SIGPLAN-SIGSOFT Workshop on Program Analysis for Software Tools and Engineering},
series = {PASTE '99},
year = {1999},
isbn = {1-58113-137-2},
location = {Toulouse, France},
pages = {66--75},
numpages = {10},
url = {http://doi.acm.org/10.1145/316158.316183},
doi = {10.1145/316158.316183},
acmid = {316183},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{CEGAR-JACM,
author = {Clarke, Edmund and Grumberg, Orna and Jha, Somesh and Lu, Yuan and Veith, Helmut},
title = {Counterexample-guided Abstraction Refinement for Symbolic Model Checking},
journal = {J. ACM},
issue_date = {September 2003},
volume = {50},
number = {5},
month = sep,
year = {2003},
issn = {0004-5411},
pages = {752--794},
numpages = {43},
url = {http://doi.acm.org/10.1145/876638.876643},
doi = {10.1145/876638.876643},
acmid = {876643},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Abstraction, hardware verification, symbolic model checking, temporal logic},
}
@article{PTaint-OOPSLA,
author = {Grech, Neville and Smaragdakis, Yannis},
title = {P/Taint: Unified Points-to and Taint Analysis},
journal = {Proc. ACM Program. Lang.},
issue_date = {October 2017},
volume = {1},
number = {OOPSLA},
month = oct,
year = {2017},
issn = {2475-1421},
pages = {102:1--102:28},
articleno = {102},
numpages = {28},
url = {http://doi.acm.org/10.1145/3133926},
doi = {10.1145/3133926},
acmid = {3133926},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Android, Pointer Analysis, Taint Analysis},
}
@inproceedings{DorVF2004,
author = {Dor, Nurit and Adams, Stephen and Das, Manuvir and Yang, Zhe},
title = {Software Validation via Scalable Path-sensitive Value Flow Analysis},
booktitle = {Proceedings of the 2004 ACM SIGSOFT International Symposium on Software Testing and Analysis},
series = {ISSTA '04},
year = {2004},
isbn = {1-58113-820-2},
location = {Boston, Massachusetts, USA},
pages = {12--22},
numpages = {11},
url = {http://doi.acm.org/10.1145/1007512.1007515},
doi = {10.1145/1007512.1007515},
acmid = {1007515},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {alias analysis, path-sensitive analysis, value flow},
}
@inproceedings{li2016program,
title={Program tailoring: Slicing by sequential criteria},
author={Li, Yue and Tan, Tian and Zhang, Yifei and Xue, Jingling},
booktitle = {30th European Conference on Object-Oriented Programming (ECOOP 2016)},
pages = {15:1--15:27},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-014-9},
ISSN = {1868-8969},
year = {2016},
volume = {56},
editor = {Shriram Krishnamurthi and Benjamin S. Lerner},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
address = {Dagstuhl, Germany},
URL = {http://drops.dagstuhl.de/opus/volltexte/2016/6109},
URN = {urn:nbn:de:0030-drops-61092},
doi = {10.4230/LIPIcs.ECOOP.2016.15},
annote = {Keywords: Program Slicing, Program Analysis, API Protocol Analysis}
}
@inproceedings{nystrom2004importance,
title={Importance of heap specialization in pointer analysis},
author={Nystrom, Erik M and Kim, Hong-Seok and Hwu, Wen-mei W},
booktitle = {Proceedings of the 5th ACM SIGPLAN-SIGSOFT Workshop on Program Analysis for Software Tools and Engineering},
series = {PASTE '04},
year = {2004},
isbn = {1-58113-910-1},
location = {Washington DC, USA},
pages = {43--48},
numpages = {6},
url = {http://doi.acm.org/10.1145/996821.996836},
doi = {10.1145/996821.996836},
acmid = {996836},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {context sensitivity, heap specialization, pointer analysis},
}
@article{staiger2009implementing,
title={Implementing sparse flow-sensitive andersen analysis},
author={Staiger-St{\"o}hr, Stefan},
year={2009}
}
@inproceedings{ottenstein1990program,
title={The program dependence web: a representation supporting control-, data-, and demand-driven interpretation of imperative languages},
author={Ottenstein, Karl J and Ballance, Robert A and MacCabe, Arthur B},
booktitle = {Proceedings of the ACM SIGPLAN 1990 Conference on Programming Language Design and Implementation},
series = {PLDI '90},
year = {1990},
isbn = {0-89791-364-7},
location = {White Plains, New York, USA},
pages = {257--271},
numpages = {15},
url = {http://doi.acm.org/10.1145/93542.93578},
doi = {10.1145/93542.93578},
acmid = {93578},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{tu1995efficient,
title={Efficient building and placing of gating functions},
author={Tu, Peng and Padua, David},
booktitle = {Proceedings of the ACM SIGPLAN 1995 Conference on Programming Language Design and Implementation},
series = {PLDI '95},
year = {1995},
isbn = {0-89791-697-2},
location = {La Jolla, California, USA},
pages = {47--55},
numpages = {9},
url = {http://doi.acm.org/10.1145/207110.207115},
doi = {10.1145/207110.207115},
acmid = {207115},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{tu1995gated,
title={Gated SSA-based demand-driven symbolic analysis for parallelizing compilers},
author={Tu, Peng and Padua, David},
booktitle = {Proceedings of the 9th International Conference on Supercomputing},
series = {ICS '95},
year = {1995},
isbn = {0-89791-728-6},
location = {Barcelona, Spain},
pages = {414--423},
numpages = {10},
url = {http://doi.acm.org/10.1145/224538.224648},
doi = {10.1145/224538.224648},
acmid = {224648},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{snelting2006efficient,
title={Efficient path conditions in dependence graphs for software safety analysis},
author={Snelting, Gregor and Robschink, Torsten and Krinke, Jens},
journal = {ACM Trans. Softw. Eng. Methodol.},
issue_date = {October 2006},
volume = {15},
number = {4},
month = oct,
year = {2006},
issn = {1049-331X},
pages = {410--457},
numpages = {48},
url = {http://doi.acm.org/10.1145/1178625.1178628},
doi = {10.1145/1178625.1178628},
acmid = {1178628},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Safety analysis, information flow control, path condition, program slicing},
}
@inproceedings{hassanshahi2017efficient,
title={An efficient tunable selective points-to analysis for large codebases},
author={Hassanshahi, Behnaz and Ramesh, Raghavendra Kagalavadi and Krishnan, Padmanabhan and Scholz, Bernhard and Lu, Yi},
booktitle = {Proceedings of the 6th ACM SIGPLAN International Workshop on State Of the Art in Program Analysis},
series = {SOAP 2017},
year = {2017},
isbn = {978-1-4503-5072-3},
location = {Barcelona, Spain},
pages = {13--18},
numpages = {6},
url = {http://doi.acm.org/10.1145/3088515.3088519},
doi = {10.1145/3088515.3088519},
acmid = {3088519},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {points-to analysis, selective context-sensitivity},
}
@inproceedings{bodik1998path,
title={Path-sensitive value-flow analysis},
author={Bod{\'\i}k, Rastisalv and Anik, Sadun},
booktitle = {Proceedings of the 25th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '98},
year = {1998},
isbn = {0-89791-979-3},
location = {San Diego, California, USA},
pages = {237--251},
numpages = {15},
url = {http://doi.acm.org/10.1145/268946.268966},
doi = {10.1145/268946.268966},
acmid = {268966},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{oh2014global,
title={Global sparse analysis framework},
author={Oh, Hakjoo and Heo, Kihong and Lee, Wonchan and Lee, Woosuk and Park, Daejun and Kang, Jeehoon and Yi, Kwangkeun},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {September 2014},
volume = {36},
number = {3},
month = sep,
year = {2014},
issn = {0164-0925},
pages = {8:1--8:44},
articleno = {8},
numpages = {44},
url = {http://doi.acm.org/10.1145/2590811},
doi = {10.1145/2590811},
acmid = {2590811},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Static analysis, abstract interpretation, sparse analysis},
}
@inproceedings{madsen2014sparse,
title={Sparse dataflow analysis with pointers and reachability},
author={Madsen, Magnus and M{\o}ller, Anders},
booktitle={International Static Analysis Symposium},
series = {SAS '14},
pages={201--218},
year={2014},
organization={Springer}
}
@inproceedings{horwitz1989dependence,
title={Dependence analysis for pointer variables},
author={Horwitz, Susan and Pfeiffer, Phil and Reps, Thomas},
booktitle = {Proceedings of the ACM SIGPLAN 1989 Conference on Programming Language Design and Implementation},
series = {PLDI '89},
year = {1989},
isbn = {0-89791-306-X},
location = {Portland, Oregon, USA},
pages = {28--40},
numpages = {13},
url = {http://doi.acm.org/10.1145/73141.74821},
doi = {10.1145/73141.74821},
acmid = {74821},
publisher = {ACM},
address = {New York, NY, USA},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%
%% Pointer Analysis
%% - Tools
%% - Program dependence graph
%% - Shape analysis
%% - Basics
%% - Flow and context in-sensitive
%% - Flow and/or context sensitive
%% - Demand-driven
%% - Call graph
%% - Other applications
%% - Alias set analysis
%% - Static + Dynamic
%% - Pointer disambiguate
%% - Different SSA
%% - Parallel pointer analysis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
%%
%% Tools
%%
%%%%%%%%%%%%%%%%%%%%
%% ESP
@inproceedings{das2002esp,
author = {Das, Manuvir and Lerner, Sorin and Seigle, Mark},
title = {ESP: Path-sensitive Program Verification in Polynomial Time},
booktitle = {Proceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design and Implementation},
series = {PLDI '02},
year = {2002},
isbn = {1-58113-463-0},
location = {Berlin, Germany},
pages = {57--68},
numpages = {12},
url = {http://doi.acm.org/10.1145/512529.512538},
doi = {10.1145/512529.512538},
acmid = {512538},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dataflow analysis, error detection, path-sensitive analysis},
}
@inproceedings{DPLLT-CAV04,
title={DPLL(T): Fast decision procedures},
author={Ganzinger, Harald and Hagen, George and Nieuwenhuis, Robert and Oliveras, Albert and Tinelli, Cesare},
booktitle={International Conference on Computer Aided Verification},
pages={175--188},
series = {CAV '04},
year={2004},
organization={Springer}
}
@article{DPLLT-JACM06,
title={Solving SAT and SAT modulo theories: from an abstract Davis--Putnam--Logemann--Loveland procedure to DPLL(T)},
author={Nieuwenhuis, Robert and Oliveras, Albert and Tinelli, Cesare},
journal = {J. ACM},
issue_date = {November 2006},
volume = {53},
number = {6},
month = nov,
year = {2006},
issn = {0004-5411},
pages = {937--977},
numpages = {41},
url = {http://doi.acm.org/10.1145/1217856.1217859},
doi = {10.1145/1217856.1217859},
acmid = {1217859},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {SAT solvers, Satisfiability Modulo Theories},
}
@inproceedings{de2008z3,
title={Z3: An efficient SMT solver},
author={De Moura, Leonardo and Bj{\o}rner, Nikolaj},
booktitle = {Proceedings of the Theory and Practice of Software, 14th International Conference on Tools and Algorithms for the Construction and Analysis of Systems},
series = {TACAS'08/ETAPS'08},
year = {2008},
isbn = {3-540-78799-2, 978-3-540-78799-0},
location = {Budapest, Hungary},
pages = {337--340},
numpages = {4},
url = {http://dl.acm.org/citation.cfm?id=1792734.1792766},
acmid = {1792766},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
%% PSE
@inproceedings{PSE,
title={PSE: explaining program failures via postmortem static analysis},
author={Manevich, Roman and Sridharan, Manu and Adams, Stephen and Das, Manuvir and Yang, Zhe},
booktitle = {Proceedings of the 12th ACM SIGSOFT Twelfth International Symposium on Foundations of Software Engineering},
series = {SIGSOFT '04/FSE-12},
year = {2004},
isbn = {1-58113-855-5},
location = {Newport Beach, CA, USA},
pages = {63--72},
numpages = {10},
url = {http://doi.acm.org/10.1145/1029894.1029907},
doi = {10.1145/1029894.1029907},
acmid = {1029907},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {alias analysis, postmortem analysis, typestate, value flow},
}
%Snugglebug
@inproceedings{Snugglebug,
author = {Chandra, Satish and Fink, Stephen J. and Sridharan, Manu},
title = {Snugglebug: A Powerful Approach to Weakest Preconditions},
booktitle = {Proceedings of the 30th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '09},
year = {2009},
isbn = {978-1-60558-392-1},
location = {Dublin, Ireland},
pages = {363--374},
numpages = {12},
url = {http://doi.acm.org/10.1145/1542476.1542517},
doi = {10.1145/1542476.1542517},
acmid = {1542517},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {interprocedural analysis, symbolic analysis, weakest preconditions},
}
%%Saturn
@inproceedings{hackett2006aliasing,
title={How is aliasing used in systems software?},
author={Hackett, Brian and Aiken, Alex},
booktitle = {Proceedings of the 14th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
series = {SIGSOFT '06/FSE-14},
year = {2006},
isbn = {1-59593-468-5},
location = {Portland, Oregon, USA},
pages = {69--80},
numpages = {12},
url = {http://doi.acm.org/10.1145/1181775.1181785},
doi = {10.1145/1181775.1181785},
acmid = {1181785},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {aliasing, program analysis, satisfiability},
}
@inproceedings{lhotak2003scaling,
title={Scaling Java points-to analysis using Spark},
author={Lhot{\'a}k, Ond{\v{r}}ej and Hendren, Laurie},
booktitle = {Proceedings of the 12th International Conference on Compiler Construction},
series = {CC'03},
year = {2003},
isbn = {3-540-00904-3},
location = {Warsaw, Poland},
pages = {153--169},
numpages = {17},
url = {http://dl.acm.org/citation.cfm?id=1765931.1765948},
acmid = {1765948},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{reps2004static,
title={Static program analysis via 3-valued logic},
author={Reps, Thomas W and Sagiv, Mooly and Wilhelm, Reinhard},
booktitle={International Conference on Computer Aided Verification},
pages={15--30},
year={2004},
organization={Springer}
}
%% Infer
@inproceedings{calcagno2015moving,
title={Moving fast with software verification},
author={Calcagno, Cristiano and Distefano, Dino and Dubreil, J{\'e}r{\'e}my and Gabi, Dominik and Hooimeijer, Pieter and Luca, Martino and O’Hearn, Peter and Papakonstantinou, Irene and Purbrick, Jim and Rodriguez, Dulma},
booktitle={NASA Formal Methods Symposium},
pages={3--11},
year={2015},
organization={Springer}
}
%% Fastcheck
@inproceedings{fastcheck-07,
title={Practical memory leak detection using guarded value-flow analysis},
author={Cherem, Sigmund and Princehouse, Lonnie and Rugina, Radu},
booktitle = {Proceedings of the 28th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '07},
year = {2007},
isbn = {978-1-59593-633-2},
location = {San Diego, California, USA},
pages = {480--491},
numpages = {12},
url = {http://doi.acm.org/10.1145/1250734.1250789},
doi = {10.1145/1250734.1250789},
acmid = {1250789},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {memory leaks, memory management, static error detection, value-flow analysis},
}
%% Calysto
@inproceedings{babic2008calysto,
title={Calysto: scalable and precise extended static checking},
author={Babic, Domagoj and Hu, Alan J},
booktitle = {Proceedings of the 30th International Conference on Software Engineering},
series = {ICSE '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {211--220},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368118},
doi = {10.1145/1368088.1368118},
acmid = {1368118},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {formal verification, static analysis, static checking},
}
%% Grapple
@inproceedings{zuo2019grapple,
title={Grapple: A Graph System for Static Finite-State Property Checking of Large-Scale Systems Code},
author={Zuo, Zhiqiang and Thorpe, John and Wang, Yifei and Pan, Qiuhong and Lu, Shenming and Wang, Kai and Xu, Guoqing Harry and Wang, Linzhang and Li, Xuandong},
booktitle = {Proceedings of the Fourteenth EuroSys Conference 2019},
series = {EuroSys '19},
year = {2019},
isbn = {978-1-4503-6281-8},
location = {Dresden, Germany},
pages = {38:1--38:17},
articleno = {38},
numpages = {17},
url = {http://doi.acm.org/10.1145/3302424.3303972},
doi = {10.1145/3302424.3303972},
acmid = {3303972},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bug detection, graph processing, static analysis},
}
% Coverity
@inproceedings{coverity,
title = {From the Trenches: Static Analysis in Industry},
author = {Andy Chou},
booktitle = {Invited keynote talk at POPL’14},
year = 2014,
}
@article{boland2012juliet,
title={Juliet 1. 1 C/C++ and java test suite},
author={Boland, Tim and Black, Paul E},
journal={Computer},
volume={45},
number={10},
pages={88--90},
year={2012},
publisher={Institute of Electrical and Electronics Engineers, Inc., 3 Park Avenue, 17~…}
}
%RacerDX
@inproceedings{gorogiannis2019true,
title={A true positives theorem for a static race detector},
author={Gorogiannis, Nikos and O'Hearn, Peter W and Sergey, Ilya},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2019},
volume = {3},
number = {POPL},
month = jan,
year = {2019},
issn = {2475-1421},
pages = {57:1--57:29},
articleno = {57},
numpages = {29},
url = {http://doi.acm.org/10.1145/3290370},
doi = {10.1145/3290370},
acmid = {3290370},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Abstract Interpretation, Concurrency, Race Freedom, Static Analysis},
}
%%Saturn
@inproceedings{xie2005scalable,
title={Scalable error detection using boolean satisfiability},
author={Xie, Yichen and Aiken, Alex},
booktitle = {Proceedings of the 32Nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '05},
year = {2005},
isbn = {1-58113-830-X},
location = {Long Beach, California, USA},
pages = {351--363},
numpages = {13},
url = {http://doi.acm.org/10.1145/1040305.1040334},
doi = {10.1145/1040305.1040334},
acmid = {1040334},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {boolean satisfiability, error detection, program analysis},
}
%%%%%%%%%%%%%%%%%%%
%%
%% Program dependence grpah
%%
%%%%%%%%%%%%%%%%%%%%
@article{ferrante1987program,
title={The program dependence graph and its use in optimization},
author={Ferrante, Jeanne and Ottenstein, Karl J and Warren, Joe D},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {July 1987},
volume = {9},
number = {3},
month = jul,
year = {1987},
issn = {0164-0925},
pages = {319--349},
numpages = {31},
url = {http://doi.acm.org/10.1145/24039.24041},
doi = {10.1145/24039.24041},
acmid = {24041},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{reps1995precise,
title={Precise interprocedural chopping},
author={Reps, Thomas and Rosay, Genevieve},
booktitle = {Proceedings of the 3rd ACM SIGSOFT Symposium on Foundations of Software Engineering},
series = {SIGSOFT '95},
year = {1995},
isbn = {0-89791-716-2},
location = {Washington, D.C., USA},
pages = {41--52},
numpages = {12},
url = {http://doi.acm.org/10.1145/222124.222138},
doi = {10.1145/222124.222138},
acmid = {222138},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {debugging, graph reachability, interprocedural analysis, program chopping, program dependence graph, program slicing, realizable path},
}
@inproceedings{krinke2004advanced,
author = {Krinke, Jens},
title = {Advanced Slicing of Sequential and Concurrent Programs},
booktitle = {Proceedings of the 20th IEEE International Conference on Software Maintenance},
series = {ICSM '04},
year = {2004},
isbn = {0-7695-2213-0},
pages = {464--468},
numpages = {5},
url = {http://dl.acm.org/citation.cfm?id=1018431.1021458},
acmid = {1021458},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{harrold1993efficient,
title={Efficient construction of program dependence graphs},
author={Harrold, Mary Jean and Malloy, Brian and Rothermel, Gregg},
booktitle = {Proceedings of the 1993 ACM SIGSOFT International Symposium on Software Testing and Analysis},
series = {ISSTA '93},
year = {1993},
isbn = {0-89791-608-5},
location = {Cambridge, Massachusetts, USA},
pages = {160--170},
numpages = {11},
url = {http://doi.acm.org/10.1145/154183.154268},
doi = {10.1145/154183.154268},
acmid = {154268},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{harrold1996syntax,
title={Syntax-directed construction of program dependence graphs},
author={Harrold, Mary Jean and Rothermel, Gregg},
journal={Technical Report OSU-CISRC-5/96-TR32},
year={1996},
publisher={Citeseer}
}
@article{livadas1994system,
title = {System Dependence Graphs Based on Parse Trees and Their Use in Software Maintenance},
journal = {Inf. Sci.},
issue_date = {1994},
volume = {76},
number = {3-4},
month = mar,
year = {1994},
issn = {0020-0255},
pages = {197--232},
numpages = {36},
url = {https://doi.org/10.1016/0020-0255(94)90010-8},
doi = {10.1016/0020-0255(94)90010-8},
acmid = {185487},
publisher = {Elsevier Science Inc.},
address = {New York, NY, USA},
}
@article{horwitz1990SDG,
title={Interprocedural slicing using dependence graphs},
author={Horwitz, Susan and Reps, Thomas and Binkley, David},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {Jan. 1990},
volume = {12},
number = {1},
month = jan,
year = {1990},
issn = {0164-0925},
pages = {26--60},
numpages = {35},
url = {http://doi.acm.org/10.1145/77606.77608},
doi = {10.1145/77606.77608},
acmid = {77608},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{hammer2009information,
title={Information flow control for Java: a comprehensive approach based on path conditions in dependence graphs},
author={Hammer, Christian},
year={2009},
publisher={Univ-Verlag Karlsruhe}
}
@inproceedings{kashyap2014security,
title={Security signature inference for javascript-based browser addons},
author={Kashyap, Vineeth and Hardekopf, Ben},
booktitle = {Proceedings of Annual IEEE/ACM International Symposium on Code Generation and Optimization},
series = {CGO '14},
year = {2014},
isbn = {978-1-4503-2670-4},
location = {Orlando, FL, USA},
pages = {219:219--219:229},
articleno = {219},
numpages = {11},
url = {http://doi.acm.org/10.1145/2581122.2544149},