-
1
-
-
84974356026
-
Explicit substitutions
-
October
-
Martin Abadi, Luca Cardelli, P.-L. Curien, and J.-J Lévy. Explicit substitutions. Journal of Functional Programming, 1(4):375-416, October 1991.
-
(1991)
Journal of Functional Programming
, vol.1
, Issue.4
, pp. 375-416
-
-
Abadi, M.1
Cardelli, L.2
Curien, P.-L.3
Lévy, J.-J.4
-
2
-
-
84891536371
-
A provably correct embedded verifier for the certification of safety critical software
-
Springer-Verlag, June
-
Alessandro Cimatti et al. A provably correct embedded verifier for the certification of safety critical software. In Computer Aided Verification. 9th International Conference. Proceedings, pages 202-213. Springer-Verlag, June 1997.
-
(1997)
Computer Aided Verification. 9th International Conference. Proceedings
, pp. 202-213
-
-
Cimatti, A.1
-
3
-
-
0034447889
-
A certifying compiler for Java
-
June
-
Christopher Colby, Peter Lee, George C. Necula, Fred Blau, and Mark Plesko. A certifying compiler for Java. To appear in Programming Language Design and Implementation, PLDI'00., June 2000.
-
(2000)
Programming Language Design and Implementation, PLDI'00
-
-
Colby, C.1
Lee, P.2
Necula, G.C.3
Blau, F.4
Plesko, M.5
-
4
-
-
0016822982
-
An approach to compiler correctness
-
June
-
L. M. Chirica and D. F. Martin. An approach to compiler correctness. ACM SIGPLAN Notices, 10(6):96-103, June 1975.
-
(1975)
ACM SIGPLAN Notices
, vol.10
, Issue.6
, pp. 96-103
-
-
Chirica, L.M.1
Martin, D.F.2
-
5
-
-
85037474708
-
Cygnus Solutions
-
Cygnus Solutions. DejaGnu Testing Framework. http://www.gnu.org/software/dejagnu/dejagnu.html.
-
DejaGnu Testing Framework
-
-
-
8
-
-
84963550988
-
On the adequacy of program dependence graphs for representing programs
-
San Diego, CA, January
-
Susan Horowitz, Jan Prins, and Tom Reps. On the adequacy of program dependence graphs for representing programs. In Proceedings of the Fifteenth Annual ACM Symposium on the Principles of Programming Languages, pages 146-157, San Diego, CA, January 1988.
-
(1988)
Proceedings of the Fifteenth Annual ACM Symposium on the Principles of Programming Languages
, pp. 146-157
-
-
Horowitz, S.1
Prins, J.2
Reps, T.3
-
9
-
-
0004241913
-
Efficient code certification
-
Cornell University, January
-
Dexter Kozen. Efficient code certification. Technical Report TR 98-1661, Cornell University, January 1998.
-
(1998)
Technical Report TR 98-1661
-
-
Kozen, D.1
-
10
-
-
0002642312
-
TALx86: A realistic typed assembly language
-
Greg Morrisett, Karl Crary, Neal Glew, Dan Grossman, Richard Samuels, Frederick Smith, David Walker, Stephanie Weirich, and Steve Zdancewic. TALx86: A realistic typed assembly language. In Proceedings of the 1999 ACM SIGPLAN Workshop on Compiler Support for System Software, pages 25-35, 1999.
-
(1999)
Proceedings of the 1999 ACM SIGPLAN Workshop on Compiler Support for System Software
, pp. 25-35
-
-
Morrisett, G.1
Crary, K.2
Glew, N.3
Grossman, D.4
Samuels, R.5
Smith, F.6
Walker, D.7
Weirich, S.8
Zdancewic, S.9
-
12
-
-
0024882264
-
A mechanically verified language implementation
-
December
-
J. Strother Moore. A mechanically verified language implementation. Journal of Automated Reasoning, 5(4):461-492, December 1989.
-
(1989)
Journal of Automated Reasoning
, vol.5
, Issue.4
, pp. 461-492
-
-
Strother Moore, J.1
-
14
-
-
0003248177
-
Correctness of a compiler for arithmetic expressions
-
J. T. Schwartz, editor, American Mathematical Society
-
John McCarthy and James Painter. Correctness of a compiler for arithmetic expressions. In J. T. Schwartz, editor, Proceedings of Symposia in Applied Mathematics. American Mathematical Society, 1967.
-
(1967)
Proceedings of Symposia in Applied Mathematics
-
-
McCarthy, J.1
Painter, J.2
-
15
-
-
0004118855
-
-
PhD thesis, Carnegie Mellon University, September Also available as CMU-CS-98-154
-
George C. Necula. Compiling with Proofs. PhD thesis, Carnegie Mellon University, September 1998. Also available as CMU-CS-98-154.
-
(1998)
Compiling with Proofs
-
-
Necula, G.C.1
-
17
-
-
84947923818
-
Translation validation
-
Bernhard Steffen, editor, Springer
-
Amir Pnueli, M. Siegel, and Eli Singerman. Translation validation. In Bernhard Steffen, editor, Tools and Algorithms for Construction and Analysis of Systems, 4th International Conference, TACAS '98, volume LNCS 1384, pages 151-166. Springer, 1998.
-
(1998)
Tools and Algorithms for Construction and Analysis of Systems, 4th International Conference, TACAS '98
, vol.1384 LNCS
, pp. 151-166
-
-
Pnueli, A.1
Siegel, M.2
Singerman, E.3
-
18
-
-
4243287175
-
Credible compilers
-
Massachusetts Institute of Technology, December
-
Martin Rinard. Credible compilers. Technical Report MIT/LCS/TR-776, Massachusetts Institute of Technology, December 1999.
-
(1999)
Technical Report MIT/LCS/TR-776
-
-
Rinard, M.1
-
20
-
-
0005011169
-
Semantics of program representation graphs
-
University of Wisconsin, Madison, December
-
G. Ramalingam and Thomas Reps. Semantics of program representation graphs. Technical Report CS-TR-89-900, University of Wisconsin, Madison, December 1989.
-
(1989)
Technical Report CS-TR-89-900
-
-
Ramalingam, G.1
Reps, T.2
-
21
-
-
0029720098
-
TIL: A type-directed optimizing compiler for ML
-
May
-
David Tarditi, J. Gregory Morrisett, Perry Cheng, Chris Stone, Robert Harper, and Peter Lee. TIL: A type-directed optimizing compiler for ML. In PLDI'96 Conference on Programming Language Design and Implementation, pages 181-192, May 1996.
-
(1996)
PLDI'96 Conference on Programming Language Design and Implementation
, pp. 181-192
-
-
Tarditi, D.1
Gregory Morrisett, J.2
Cheng, P.3
Stone, C.4
Harper, R.5
Lee, P.6
-
22
-
-
0027986216
-
Value dependence graphs: Representation without taxation
-
January
-
Daniel Weise, Roger F. Crew, Michael Ernst, and Bjarne Steensgaard. Value dependence graphs: representation without taxation. In Proceedings of POPL '94, 21st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, pages 297-310, January 1994.
-
(1994)
Proceedings of POPL '94, 21st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
, pp. 297-310
-
-
Weise, D.1
Crew, R.F.2
Ernst, M.3
Steensgaard, B.4
-
24
-
-
0026890189
-
A program integration algorithm that accommodates semantics-preserving transformations
-
July
-
Wuu Yang, Susan Horowitz, and Thomas Reps. A program integration algorithm that accommodates semantics-preserving transformations. acm Transactions of Software Engineering and Methodology, 1(3):310-354, July 1992.
-
(1992)
Acm Transactions of Software Engineering and Methodology
, vol.1
, Issue.3
, pp. 310-354
-
-
Yang, W.1
Horowitz, S.2
Reps, T.3
-
25
-
-
0024884150
-
A mechanically verified code generator
-
December
-
William D. Young. A mechanically verified code generator. Journal of Automated Reasoning, 5(4):493-518, December 1989.
-
(1989)
Journal of Automated Reasoning
, vol.5
, Issue.4
, pp. 493-518
-
-
Young, W.D.1
|