-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappel.bib
9827 lines (8613 loc) · 288 KB
/
appel.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
@string{ADDISON="Addison Wesley"}
@string{BENJAMIN="Benjamin/Cummings"}
@string{CAMBRIDGE="Cambridge University Press"}
@string{PRHALL="Prentice-Hall"}
@string{FREEMAN="W.~H.~Freeman"}
@string{ACADEMIC="Academic Press"}
@string{SPRINGER="Springer-Verlag"}
@string{CSPRESS="Computer Science Press"}
@string{ELSEVIER="American Elsevier"}
@string{MCGRAW="McGraw Hill"}
@string{MIT="MIT Press"}
@string{WILEY="John Wiley \& Sons"}
@string{ACM="Association for Computing Machinery"}
@string{UA="The University of Arizona"}
@string{DCS="Department of Computer Science"}
@string{PU="Princeton University"}
@string{PUDCS="Princeton University, Department of Computer Science"}
@string{DCSPU="Department of Computer Science, Princeton University"}
@string{UADCS="Department of Computer Science, The University of Arizona"}
@string{DCSUA="Department of Computer Science, The University of Arizona"}
@string{CSD="Computer Science Department"}
@string{DEECS="Department of Electrical Engineering and Computer Science"}
@string{BELLABS="Computing Science Research Center, AT\&T Bell Laboratories"}
@string{DECSRC="Systems Research Center, Digital Equipment Corp."}
@string{PARC="Palo Alto Research Center, Xerox Corp."}
@string{CMU="School of Computer Science, Carnegie Mellon University"}
@string{ETH={Departement Informatik, Institut f\"ur Computersysteme
Eidgen\"ossische Technische Hochschule}}
@string{NY="NY"}
@string{SIGNOT="SIGPLAN Notices"}
@string{JACM="J. Association for Computing Machinery"}
@string{TOPLAS="ACM Trans. on Programming Languages and Systems"}
@string{IEEE="\textsc{Ieee} Computer Society Press"}
@string{LICS="Annual \textsc{Ieee} Symp. on Logic in Computer Science"}
@STRING{lncs = "Lecture Notes in Computer Science" }
@STRING{sv = "Springer-Verlag" }
@string{ACMPRESS="ACM Press"}
@string{ACMADDRESS="New York, NY, USA"}
@unpublished{malecha:rtac,
author={Malecha, Gregory and Bengtson, Jesper},
title={Rtac -- A reflective tactic language for Coq},
year=2015,
note={Submitted to CAV}
}
@phdthesis{malecha:thesis,
author = {Malecha, Gregory},
title = {Extensible Proof Engineering in Intensional Type Theory},
school = {Harvard},
year = 2014
}
@misc{smtcoq,
author = {Chantal Keller},
title = {{SMTC}oq},
year = {2015},
publisher = {github},
journal = {GitHub repository},
howpublished = {\url{https://github.com/smtcoq/smtcoq}}
}
@misc{braibant:timing,
author = {Thomas Braibant},
title = {Timing-plugin},
year = {2014},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/braibant/Timing-plugin}}
}
@misc{polarlander,
title="{NASA} Reveals Probable Cause of {M}ars Polar Lander and {D}eep {S}pace-2 Mission Failures.",
author="Keith Cowing",
year=2000,
editor="spaceref",
url ="http://www.spaceref.com/news/viewnews.html?id=105"}
@MISC{mull,
author = {Mull, Jeff},
title = {Maldives Controversy},
editor = {Surfing Magazine},
month = {September},
year = {2010},
url = {http://www.surfermag.com/features/maldives-controversy/},
note = {[Online; posted 13-September-2012]},
}
@inproceedings{greenaway12,
author = {David Greenaway and June Andronick and Gerwin Klein},
title = {Bridging the Gap: Automatic Verified Abstraction of {C}},
booktitle = {Third International Conference on Interactive Theorem Proving, LNCS 7406},
year = 2012,
month=aug,
publisher = {Springer},
pages="99-115"
}
@incollection{z3:tacas,
year={2008},
isbn={978-3-540-78799-0},
booktitle={Tools and Algorithms for the Construction and Analysis of Systems},
volume={4963},
series={Lecture Notes in Computer Science},
editor={Ramakrishnan, C.R. and Rehof, Jakob},
doi={10.1007/978-3-540-78800-3_24},
title={Z3: An Efficient {SMT} Solver},
url={http://dx.doi.org/10.1007/978-3-540-78800-3_24},
publisher={Springer Berlin Heidelberg},
author={de Moura, Leonardo and Bjørner, Nikolaj},
pages={337-340},
language={English}
}
@incollection{Boogie,
year={2006},
isbn={978-3-540-36749-9},
booktitle={Formal Methods for Components and Objects},
volume={4111},
series={Lecture Notes in Computer Science},
editor={de Boer, Frank S. and Bonsangue, Marcello M. and Graf, Susanne and de Roever, Willem-Paul},
doi={10.1007/11804192_17},
title={Boogie: A Modular Reusable Verifier for Object-Oriented Programs},
url={http://dx.doi.org/10.1007/11804192_17},
publisher={Springer Berlin Heidelberg},
author={Barnett, Mike and Chang, Bor-Yuh Evan and DeLine, Robert and Jacobs, Bart and Leino, K. Rustan M.},
pages={364-387},
language={English}
}
@Inproceedings {VCCtphol,
abstract = {<p>VCC is an industrial-strength verification environment for low-level
concurrent system code written in C. VCC takes a program (annotated with function
contracts, state assertions, and type invariants) and attempts to prove the
correctness of these annotations. It includes tools for monitoring proof attempts
and constructing partial counterexample executions for failed proofs. This paper
motivates VCC, describes our verification methodology, describes the architecture
of VCC, and reports on our experience using VCC to verify the Microsoft Hyper-V
hypervisor.</p>},
author = {Ernie Cohen and Markus Dahlweid and Mark A. Hillebrand and Dirk Leinenbach and
Michal Moskal and Thomas Santen and Wolfram Schulte and Stephan Tobies},
booktitle = {Theorem Proving in Higher Order Logics, 22nd International Conference, TPHOLs
2009},
isbn = {978-3-642-03358-2},
pages = {23-42},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
title = {{VCC}: A Practical System for Verifying Concurrent {C}},
url = {http://research.microsoft.com/apps/pubs/default.aspx?id=117859},
volume = {5674},
year = {2009},
}
@article{marsorbit,
title="MARS CLIMATE ORBITER TEAM FINDS LIKELY CAUSE OF LOSS",
howpublished={\url{http://mars.nasa.gov/msp98/news/mco990930.html}},
year=1999,
journal="NASA Release",
author={Douglas Isbell and Mary Hardin and Joan Underwood}}
@article{therac,
title="FATAL DOSE: Radiation Deaths linked to {AECL} Computer Errors",
howpublished="\url{http://www.ccnr.org/fatal_dose.html}",
author="Barbara Wade Rose",
year="1994",
journal="Canadian Coalition for Nuclear Responsibility"}
@article{toyotarecall,
title="{T}oyota to recall 1.9 mln {P}rius cars for software defect in hybrid system",
howpublished ="\url{http://www.reuters.com/article/2014/02/12/toyota-recall-idUST9N0KP02J20140212}",
journal="Reuters",
year=2014}
@article{fridgenet,
title="Fridge caught sending spam emails in botnet attack",
year="2015",
url="http://www.cnet.com/news/fridge-caught-sending-spam-emails-in-botnet-attack/",
journal="Cnet",
author="Michelle Starr"}
@article{appel15:sha,
title = "Verification of a Cryptographic Primitive: {SHA}-256",
author="Andrew W. Appel",
journal=TOPLAS,
year=2015,
volume="to appear"}
@inproceedings{bengtson12:Charge,
author = {Jesper Bengtson and
Jonas Braband Jensen and
Lars Birkedal},
title = {Charge! - {A} Framework for Higher-Order Separation Logic in {C}oq.},
booktitle = {ITP},
year = {2012},
pages = {315-331},
ee = {http://dx.doi.org/10.1007/978-3-642-32347-8_21},
}
@PhdThesis{malecha2015thesis,
title = {{Extensible Proof Engineering in Intensional Type Theory}},
author = {Gregory Malecha},
school = {Harvard University},
month = Nov,
year = "2014",
url = {http://gmalecha.github.io/publication/2015/02/01/extensible-proof-engineering-in-intensional-type-theory.html}
}
@inproceedings{berdine05:symbolic,
author = {Josh Berdine and Cristiano Calcagno and Peter W. O'{H}earn},
title = {Symbolic Execution with Separation Logic},
booktitle = {APLAS'05: Third Asian Symposium on Programming Languages and Systems, LNCS 3780},
year = {2005},
pages = {52-68}
}
@inproceedings{werner1997sets,
title={Sets in types, types in sets},
author={Werner, Benjamin},
booktitle={Theoretical aspects of computer software},
pages={530--546},
year={1997},
organization={Springer}
}
@inproceedings{leino2010dafny,
title={Dafny: An automatic program verifier for functional correctness},
author={Leino, K Rustan M},
booktitle={Logic for Programming, Artificial Intelligence, and Reasoning},
pages={348--370},
year={2010},
organization={Springer}
}
@incollection{barthe2012:itp,
title={Computer-aided cryptographic proofs},
author={Barthe, Gilles and Crespo, Juan Manuel and Gr{\'e}goire, Benjamin and Kunz, C{\'e}sar and B{\'e}guelin, Santiago Zanella},
booktitle={Interactive Theorem Proving},
pages={11--27},
year={2012},
publisher={Springer}
}
@inproceedings{almeida2013certified,
title={Certified computer-aided cryptography: efficient provably secure machine code from high-level implementations},
author={Almeida, Jos{\'e} Bacelar and Barbosa, Manuel and Barthe, Gilles and Dupressoir, Fran{\c{c}}ois},
booktitle={Proceedings of the 2013 ACM SIGSAC Conference on Computer and Communications security},
pages={1217--1230},
year={2013},
organization={ACM}
}
@incollection{toma2005formal,
title={Formal verification of a {SHA}-1 circuit core using {ACL2}},
author={Toma, Diana and Borrione, Dominique},
booktitle={Theorem Proving in Higher Order Logics},
pages={326--341},
year={2005},
publisher={Springer}
}
@inproceedings{backes2012verified,
title={Verified security of {Merkle-Damg{\aa}rd}},
author={Backes, Michael and Barthe, Gilles and Berg, Matthias and Gr{\'e}goire, Benjamin and Kunz, C{\'e}sar and Skoruppa, Malte and B{\'e}guelin, Santiago Zanella},
booktitle={Computer Security Foundations Symposium (CSF), 2012 IEEE 25th},
pages={354--368},
year={2012},
organization={IEEE}
}
@incollection{gazi2014exact,
title={The Exact {PRF}-Security of {NMAC} and {HMAC}},
author={Ga{\v{z}}i, Peter and Pietrzak, Krzysztof and Ryb{\'a}r, Michal},
booktitle={Advances in Cryptology--CRYPTO 2014},
pages={113--130},
year={2014},
publisher={Springer}
}
@inproceedings{duan2005functional,
title={Functional correctness proofs of encryption algorithms},
author={Duan, Jianjun and Hurd, Joe and Li, Guodong and Owens, Scott and Slind, Konrad and Zhang, Junxing},
booktitle={Logic for Programming, Artificial Intelligence, and Reasoning},
pages={519--533},
year={2005},
organization={Springer}
}
@inproceedings{smith2008automatic,
title={Automatic formal verification of block cipher implementations},
author={Smith, Eric Whitman and Dill, David L},
booktitle={Formal Methods in Computer-Aided Design (FMCAD'08)},
pages={1--7},
year={2008},
organization={IEEE}
}
@article{regehr14:coverity,
title="A New Development for {C}overity and {H}eartbleed",
author="John Regehr",
month="12 April",
year=2014,
journal="Embedded in Academia",
url="blog.regehr.org/archives/1128"}
@article{heartbleed14,
title="Major bug called {`Heartbleed'} exposes {I}nternet data",
author="Lindsey Bever",
journal="Washington Post",
month="9 April", year=2014}
@article{yang2012finding,
title={Finding and understanding bugs in {C} compilers},
author={Yang, Xuejun and Chen, Yang and Eide, Eric and Regehr, John},
journal={ACM SIGPLAN Notices},
volume={47},
number={6},
pages={283--294},
year={2012},
publisher={ACM}
}
@inproceedings{bellare1996keying,
title={Keying hash functions for message authentication},
author={Bellare, Mihir and Canetti, Ran and Krawczyk, Hugo},
booktitle={Advances in Cryptology—CRYPTO’96},
pages={1--15},
year={1996},
organization={Springer}
}
@incollection{bellare2006new,
title={New proofs for {NMAC} and {HMAC}: Security without collision-resistance},
author={Bellare, Mihir},
booktitle={Advances in Cryptology-CRYPTO 2006},
pages={602--619},
year={2006},
publisher={Springer}
}
@inproceedings{klein2009sel4,
title={{seL4}: Formal verification of an {OS} kernel},
author={Klein, Gerwin and Elphinstone, Kevin and Heiser, Gernot and Andronick, June and Cock, David and Derrin, Philip and Elkaduwe, Dhammika and Engelhardt, Kai and Kolanski, Rafal and Norrish, Michael and others},
booktitle={Proceedings of the ACM SIGOPS 22nd symposium on Operating systems principles},
pages={207--220},
year={2009},
organization={ACM}
}
@inproceedings{carbonneau14:pldi,
title="End-to-End Verification of Stack-Space Bounds for {C} Programs",
author="Quentin Carbonneaux and Jan Hoffmann and Tahina Ramananandro and Zhong Shao",
booktitle="In Proc. 2014 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI'14)",
month=jun,
year=2014}
@incollection{greenaway2012bridging,
title={Bridging the gap: Automatic verified abstraction of {C}},
author={Greenaway, David and Andronick, June and Klein, Gerwin},
booktitle={Interactive Theorem Proving},
pages={99--115},
year={2012},
publisher={Springer}
}
@inproceedings{wang2013towards,
title={Towards optimization-safe systems: analyzing the impact of undefined behavior},
author={Wang, Xi and Zeldovich, Nickolai and Kaashoek, M Frans and Solar-Lezama, Armando},
booktitle={Proceedings 24th ACM Symposium on Operating Systems Principles},
pages={260--275},
year={2013},
organization={ACM}
}
@inproceedings{erkok2009hardware,
title={Hardware/software co-verification of cryptographic algorithms using {C}ryptol},
author={Erkok, L and Carlsson, Magnus and Wick, Adam},
booktitle={Formal Methods in Computer-Aided Design, 2009 (FMCAD'09)},
pages={188--191},
year={2009},
organization={IEEE}
}
@techreport{fips180-4,
key="FIPS",
title={Secure Hash Standard ({SHS})},
number="FIPS PUB 180-4",
month=mar, year=2012,
series={Federal Information Processing Standards Publication},
institution={Information Technology Laboratory, National Institute of Standards and Technology},
address={Gaithersburg, MD}
}
@article{schneier99:open,
author="Bruce Schneier",
title="Open Source and Security",
journal="Crypto-Gram Newsletter",
day=15, month=sep, year=1999}
@article{schneier13:how,
author="Bruce Schneier",
title="How to Remain Secure Against the {NSA}",
journal="Crypto-Gram Newsletter",
day=15, month=sep, year=2013}
@unpublished{Ramananandro2014,
author = {Tahina Ramananandro and Zhong Shao and
Shu-Chun Weng and Jeremie Koenig},
title = {A Compositional Semantics for Verified
Separate Compilation and Linking},
note = {Unpublished},
year = {2014}
}
@inproceedings{Gu:2011:CCK:2103799.2103803,
author = {Gu, Liang and Vaynberg, Alexander and Ford, Bryan and Shao, Zhong and Costanzo, David},
title = {Certi{KOS}: A Certified Kernel for Secure Cloud Computing},
booktitle = {Proceedings of the Second Asia-Pacific Workshop on Systems},
series = {APSys'11},
year = {2011},
isbn = {978-1-4503-1179-3},
location = {Shanghai, China},
pages = {3:1--3:5},
articleno = {3},
numpages = {5},
url = {http://doi.acm.org/10.1145/2103799.2103803},
doi = {10.1145/2103799.2103803},
acmid = {2103803},
publisher = {ACM}
}
@inproceedings{ni06:xcap,
author = {Ni, Zhaozhong and Shao, Zhong},
title = {Certified assembly programming with embedded code pointers},
booktitle = {POPL},
year = {2006},
isbn = {1-59593-027-2},
location = {Charleston, South Carolina, USA},
pages = {320--333},
numpages = {14},
url = {http://doi.acm.org/10.1145/1111037.1111066},
doi = {10.1145/1111037.1111066},
acmid = {1111066},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {embedded code pointers, higher-order functions, hoare logic, proof-carrying code},
}
@incollection{leroy14:mem,
title="The {CompCert} Memory Model",
author="Xavier Leroy and Andrew W. Appel and Sandrine Blazy and Gordon Stewart",
booktitle="Program Logics for Certified Compilers",
editor="Andrew W. Appel",
chapter=32,
publisher="Cambridge University Press",
year=2014,
crossref ={appel14:plcc}
}
@inproceedings{bsda:esop2014,
author = {Beringer, Lennart and Stewart, Gordon and Dockins, Robert and Appel, Andrew W.},
title = {Verified Compilation for Shared-memory {C}},
booktitle = {European Symposium of Programming},
year = {2014},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
note = {To appear.}
}
@inproceedings{percontiahmed:esop2014,
author = {James T. Perconti and Amal Ahmed},
title = {Verifying an Open Compiler Using Multi-Language Semantics},
booktitle = {European Symposium of Programming},
year = {2014},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
note = {To appear.}
}
@inproceedings{YangCER:PLDI11,
author = {Xuejun Yang and
Yang Chen and
Eric Eide and
John Regehr},
title = {Finding and understanding bugs in {C} compilers},
year = {2011},
pages = {283-294},
ee = {http://doi.acm.org/10.1145/1993498.1993532},
crossref = {DBLP:conf/pldi/2011},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/pldi/2011,
editor = {Mary W. Hall and
David A. Padua},
title = "PLDI '11: 201 ACM SIGPLAN Conference on Programming Language Design and Implementation",
booktitle = "PLDI '11: 201 ACM SIGPLAN Conference on Programming Language Design and Implementation",
publisher = {ACM},
year = {2011},
isbn = {978-1-4503-0663-8},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/popl/MatthewsF07,
author = {Jacob Matthews and
Robert Bruce Findler},
title = {Operational semantics for multi-language programs},
pages = {3-10},
ee = {http://doi.acm.org/10.1145/1190216.1190220},
COMMENTcrossref = {DBLP:conf/popl/2007},
booktitle = {POPL},
publisher = {ACM},
year = {2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/popl/2007,
editor = {Martin Hofmann and
Matthias Felleisen},
title = {Proceedings of the 34th ACM SIGPLAN-SIGACT Symposium on
Principles of Programming Languages},
location = {POPL 2007, Nice, France, January 17-19, 2007},
booktitle = {POPL '07: Proc. 34th Annual Symp'm on Principles of Programming Languages},
publisher = {ACM},
year = {2007},
isbn = {1-59593-575-4},
ee = {http://dl.acm.org/citation.cfm?id=1190216},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@misc{Compcert-compiler-website,
author = "Xavier Leroy",
title = "{{CompCert}}",
url="http://compcert.inria.fr/compcert-C.html",
year=2015}
@article{Leroy-Compcert-CACM,
author = {Xavier Leroy},
title = {Formal verification of a realistic compiler},
journal = {Communications of the ACM},
year = 2009,
volume = 52,
number = 7,
pages = {107--115},
xtopic = {compcert},
urllocal = {http://gallium.inria.fr/~xleroy/publi/compcert-CACM.pdf},
urlpublisher = {http://doi.acm.org/10.1145/1538788.1538814},
urlauthorizer = {http://dl.acm.org/authorize?187014},
abstract = {This paper reports on the development and formal verification (proof
of semantic preservation) of CompCert, a compiler from Clight (a
large subset of the C programming language) to PowerPC assembly code,
using the Coq proof assistant both for programming the compiler and
for proving its correctness. Such a verified compiler is useful in
the context of critical software and its formal verification: the
verification of the compiler guarantees that the safety properties
proved on the source code hold for the executable compiled code as
well.}
}
@phdthesis{lochbihler12thesis,
title = {A Machine-Checked, Type-Safe Model of Java Concurrency : Language, Virtual Machine, Memory Model, and Verified Compiler},
year = {2012},
month = jul,
author = {Andreas Lochbihler},
school = {Karlsruher Institut f{\"u}r Technologie},
url = {http://digbib.ubka.uni-karlsruhe.de/volltexte/1000028867},
doi = {10.5445/KSP/1000028867},
}
@inproceedings{hur2011kripke,
title={A {K}ripke logical relation between {ML} and assembly},
author={Hur, Chung-Kil and Dreyer, Derek},
booktitle={POPL},
year={2011}
}
@article{jones1983rg,
title={Tentative Steps Toward a Development Method for Interfering Programs},
author={Jones, Cliff B.},
journal={TOPLAS},
volume={5},
number={4},
pages={596--619},
year={1983},
publisher={ACM}
}
@book{appel14:plcc,
author = "Andrew W. Appel and Robert Dockins and Aquinas Hobor and
Lennart Beringer and Josiah Dodds and Gordon Stewart and
Sandrine Blazy and Xavier Leroy",
title = "Program Logics for Certified Compilers",
publisher = "Cambridge",
year = "2014"
}
@techreport{leroy2012compcert,
title={The {CompCert} memory model, version 2},
author={Leroy, Xavier and Appel, Andrew W. and Blazy, Sandrine
and Stewart, Gordon},
year={2012},
institution={RR-7987, INRIA (Jun 2012)}
}
@article{Leroy-Blazy-memory-model,
author = "Xavier Leroy and Sandrine Blazy",
title = "Formal verification of a {C}-like memory model
and its uses for verifying program transformations",
journal = "JAR",
year = "2008",
volume = 41,
number = 1
}
@article{krebberssubtleties,
title={Subtleties of the ANSI/ISO C standard},
author={Krebbers, R. and Wiedijk, F.}
}
@inproceedings{benton2009relational,
title={Relational semantics for effect-based program transformations:
Higher-order store},
author={Benton, Nick and Kennedy, Andrew and
Beringer, Lennart and Hofmann, Martin},
booktitle={Proceedings of the 11th ACM SIGPLAN conference on
Principles and practice of declarative programming},
pages={301--312},
year={2009},
organization={ACM}
}
@article{thamsborg2011kripke,
title={A {K}ripke logical relation for effect-based program transformations},
author={Thamsborg, Jacob and Birkedal, Lars},
journal={ACM SIGPLAN Notices},
volume={46},
number={9},
pages={445--456},
year={2011},
publisher={ACM}
}
@article{DBLP:journals/iandc/HonsellS02,
author = {Furio Honsell and
Donald Sannella},
title = {Prelogical Relations},
journal = {Information \& Computation},
volume = {178},
number = {1},
year = {2002},
pages = {23-43},
ee = {http://dx.doi.org/10.1006/inco.2002.3115},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{BentonHur:2010,
author = {Nick Benton and Chung-Kil Hur},
title = {Realizability and Compositional Compiler Correctness for a Polymorphic Language},
year={2010},
number = {MSR-TR-2010-62},
institution = {Microsoft Research}
}
@inproceedings{dreyer2010impact,
title={The impact of higher-order state and control effects on local relational reasoning},
author={Dreyer, D. and Neis, G. and Birkedal, L.},
booktitle={ACM SIGPLAN Notices},
volume={45},
number={9},
pages={143--156},
year={2010},
organization={ACM}
}
@article{pitts1998operational,
title={Operational reasoning for functions with local state},
author={Pitts, A.M. and Stark, I.D.B.},
journal={Higher order operational techniques in semantics},
pages={227--273},
year={1998}
}
@article{birkedal2012note,
title={A note on the transitivity of step-indexed logical relations},
author={Birkedal, Lars and Bizjak, Ale{\v{s}}},
year={2012}
}
@article{hur2012transitive,
title={The transitive composability of relation transition systems},
author={Hur, Chung-Kil and Neis, Georg and Dreyer, Derek and Vafeiadis, Viktor},
journal={MPI-SWS, Tech. Rep. MPI-SWS-2012-002},
year={2012}
}
@inproceedings{hur2012marriage,
title={The marriage of bisimulations and {K}ripke logical relations},
author={Hur, C.K. and Dreyer, D. and Neis, G. and Vafeiadis, V.},
booktitle={POPL},
pages={59--72},
year={2012},
organization={ACM}
}
@article{hur2013parametric,
title={Parametric Bisimulations: A Logical Step Forward},
author={Hur, C.K. and Neis, G. and Dreyer, D. and Vafeiadis, V.},
year={2013}
}
@book{plotkin1973lambda,
title={Lambda-definability and logical relations},
author={Plotkin, G.D.},
year={1973},
publisher={School of Artificial Intelligence, University of Edinburgh}
}
@article{reynolds1974relation,
title={On the relation between direct and continuation semantics},
author={Reynolds, J.},
journal={Automata, languages and programming},
pages={141--156},
year={1974},
publisher={Springer}
}
@phdthesis{vafeiadis2007modular,
title={Modular fine-grained concurrency verification},
author={Vafeiadis, V.},
year={2007},
school={University of Cambridge}
}
@article{coleman2007structural,
title={A structural proof of the soundness of rely/guarantee rules},
author={Coleman, J.W. and Jones, C.B.},
journal={Journal of Logic and Computation},
volume={17},
number={4},
pages={807--841},
year={2007},
publisher={Oxford Univ. Press}
}
@article{hoare2003verifying,
title={The verifying compiler: A grand challenge for computing research},
author={Hoare, T.},
journal={Modular Programming Languages},
pages={25--35},
year={2003},
publisher={Springer}
}
@article{bevier1989approach,
title={An approach to systems verification},
author={Bevier, W.R. and Hunt, W.A. and Moore, J.S. and Young, W.D.},
journal={Journal of Automated Reasoning},
volume={5},
number={4},
pages={411--428},
year={1989},
publisher={Springer}
}
@book{muller1998modular,
title={Modular Compiler Verification: A Refinement-Algebraic Approach Advocating Stepwise Abstraction},
author={Muller-Olm, M. and Leeuwen, J.V. and Goos, G. and Hartmanis, J.},
year={1998},
publisher={Springer-Verlag New York, Inc.}
}
@misc{veristar:extended,
url = {http://www.cs.princeton.edu/~jsseven/p/veristar}
}
@inproceedings{DBLP:conf/cav/NguyenC08,
author = {Huu Hai Nguyen and
Wei-Ngan Chin},
title = {Enhancing Program Verification with Lemmas},
booktitle = {CAV},
year = {2008},
pages = {355-369}
}
@inproceedings{DBLP:conf/cav/NguyenC08LONG,
author = {Huu Hai Nguyen and
Wei-Ngan Chin},
title = {Enhancing Program Verification with Lemmas},
booktitle = {CAV},
year = {2008},
pages = {355-369},
ee = {http://dx.doi.org/10.1007/978-3-540-70545-1_34},
crossref = {DBLP:conf/cav/2008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/cav/2008,
editor = {Aarti Gupta and
Sharad Malik},
title = {Computer Aided Verification, 20th International Conference,
CAV 2008, Princeton, NJ, USA, July 7-14, 2008, Proceedings},
booktitle = {CAV},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {5123},
year = {2008},
isbn = {978-3-540-70543-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/vmcai/NguyenDQC07,
author = {Huu Hai Nguyen and
Cristina David and
Shengchao Qin and
Wei-Ngan Chin},
title = {Automated Verification of Shape and Size Properties Via
Separation Logic},
pages = {251-266},
booktitle = {VMCAI},
year = {2007}
}
@inproceedings{FullDBLP:conf/vmcai/NguyenDQC07,
author = {Huu Hai Nguyen and
Cristina David and
Shengchao Qin and
Wei-Ngan Chin},
title = {Automated Verification of Shape and Size Properties Via
Separation Logic},
pages = {251-266},
year = {2007},
ee = {http://dx.doi.org/10.1007/978-3-540-69738-1_18},
crossref = {DBLP:conf/vmcai/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/vmcai/2007,
editor = {Byron Cook and
Andreas Podelski},
title = {VMCAI},
booktitle = {VMCAI},
publisher = {Springer},
series = {LNCS},
volume = {4349},
year = {2007},
isbn = {978-3-540-69735-0},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{Magill:2006,
title = {Inferring Invariants in Separation Logic for Imperative List-processing Programs},
author = {Stephen Magill and Aleksandar Nanevski and Edmund Clarke and Peter Lee},
booktitle = {Third Workshop on Semantics, Program Analysis, and Computing Environments for Memory Management (SPACE)},
year = {2006}
}
@inproceedings{Tuer09,
key ={Tuer09},
author ={Thomas Tuerk},
title ={A Formalisation of {S}mallfoot in {HOL}},
booktitle ={Theorem Proving in Higher Order Logics},
year = 2009,
pages ={469-484},
}
@article{leinenbach:2008,
author = {Leinenbach, D. and Petrova, E.},
title = {Pervasive Compiler Verification -- From Verified Programs to Verified Systems},
journal = {ENTCS},
volume = {217},
month = {July},
year = {2008},
issn = {1571-0661},
pages = {23--40},
numpages = {18},
url = {http://portal.acm.org/citation.cfm?id=1390859.1390957},
doi = {10.1016/j.entcs.2008.06.040},
acmid = {1390957},
publisher = {Elsevier},
address = {Amsterdam},
}
@article{young:1989,
author = {Young, William D.},
title = {A mechanically verified code generator},
journal = {J. Autom. Reason.},
volume = {5},
issue = {4},
month = {November},
year = {1989},
issn = {0168-7433},
pages = {493--518},
numpages = {26},
url = {http://portal.acm.org/citation.cfm?id=83471.83479},
acmid = {83479},
publisher = {Springer-Verlag},
address = {Secaucus, NJ},
}
@book{muller-olm:1997,
title="Modular Compiler Verification",
author = {M. M\"uller-Olm},
year="1997",
publisher="Springer",
series="LNCS",
volume="1283"
}
@article{muller-olm:1998,
title = "Derivation of Characteristic Formulae",
journal = "ENTCS",
volume = "18",
number = "",
pages = "159 -- 170",
year = "1998",
note = "MFCS'98 Workshop on Concurrency",
issn = "1571-0661",
doi = "DOI: 10.1016/S1571-0661(05)80257-9",
url = "http://www.sciencedirect.com/science/article/pii/S1571066105802579",
author = {M. M\"uller-Olm}
}
@InProceedings{Brotherston-Distefano-Petersen:11,
author = {James Brotherston and Dino Distefano and Rasmus L.~Petersen},
title = {Automated Cyclic Entailment Proofs in Separation Logic},
booktitle = {Proceedings of {CADE-23}},
pages = {131--146},
year = 2011
}
@inproceedings{benton:2009,
author = {N. Benton and C. Hur},
title = {Biorthogonality, step-indexing and compiler correctness},
COMMENTseries = {ICFP},
publisher = {ACM},
booktitle = {ICFP},
year = {2009},
isbn = {978-1-60558-332-7},
location = {Edinburgh, Scotland},
pages = {97--108},
numpages = {12},
url = {http://doi.acm.org/10.1145/1596550.1596567},
doi = {http://doi.acm.org/10.1145/1596550.1596567},
acmid = {1596567},
COMMENTaddress = {New York}
}
@article{sumii:2010,
title = "A bisimulation-like proof method for contextual properties in untyped $\lambda$-calculus with references and deallocation",
journal = "Theor. Comp. Sci.",
volume = "411",
number = "51-52",
pages = "4358 -- 4378",
year = "2010",
issn = "0304-3975",
doi = "DOI: 10.1016/j.tcs.2010.09.009",
url = "http://www.sciencedirect.com/science/article/pii/S0304397510004883",
author = "E. Sumii",
}
@INPROCEEDINGS{larsen:1988,
author={Larsen, K.G. and Thomsen, B.},
booktitle={LICS'88},
title={A modal process logic},
year={1988},
month={July},
volume={},
number={},
pages={203 -- 210},
ISSN={},
}
@article{walker:1990,
title = "Bisimulation and divergence",
journal = "Information and Computation",
volume = "85",
number = "2",
pages = "202 -- 241",
year = "1990",
note = "",
issn = "0890-5401",
doi = "DOI: 10.1016/0890-5401(90)90048-M",
url = "http://www.sciencedirect.com/science/article/pii/089054019090048M",
author = "D. J. Walker"
}
@incollection {milner:1981,
author = {Milner, R.},
affiliation = {Edinburgh Uni versity USA USA},
title = {A modal characterisation of observable machine-behaviour},
booktitle = {CAAP '81},
series = {LNCS},
publisher = {Springer},
isbn = {},
pages = {25--34},
volume = {112},
year = {1981}
}