-
4
-
-
84883128500
-
Taming compiler fuzzers
-
Y. Chen, A. Groce, C. Zhang, W.-K. Wong, X. Fern, E. Eide, and J. Regehr. Taming compiler fuzzers. In Proceedings of the 2013 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), pages 197-208, 2013.
-
(2013)
Proceedings of the 2013 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
, pp. 197-208
-
-
Chen, Y.1
Groce, A.2
Zhang, C.3
Wong, W.-K.4
Fern, X.5
Eide, E.6
Regehr, J.7
-
5
-
-
84859469491
-
Testing static analyzers with randomly generated programs
-
A. Goodloe and S. Person, editors, volume 7226 of Lecture Notes in Computer Science, Springer Berlin Heidelberg
-
P. Cuoq, B. Monate, A. Pacalet, V. Prevosto, J. Regehr, B. Yakobowski, and X. Yang. Testing static analyzers with randomly generated programs. In A. Goodloe and S. Person, editors, NASA Formal Methods, volume 7226 of Lecture Notes in Computer Science, pages 120-125. Springer Berlin Heidelberg, 2012.
-
(2012)
NASA Formal Methods
, pp. 120-125
-
-
Cuoq, P.1
Monate, B.2
Pacalet, A.3
Prevosto, V.4
Regehr, J.5
Yakobowski, B.6
Yang, X.7
-
7
-
-
0347781246
-
-
gcov
-
GNU Compiler Collection. gcov. http://gcc.gnu.org/onlinedocs/gcc/Gcov. html.
-
GNU Compiler Collection
-
-
-
8
-
-
84865280752
-
Swarm testing
-
A. Groce, C. Zhang, E. Eide, Y. Chen, and J. Regehr. Swarm testing. In International Symposium on Software Testing and Analysis (ISSTA), pages 78-88, 2012.
-
(2012)
International Symposium on Software Testing and Analysis (ISSTA)
, pp. 78-88
-
-
Groce, A.1
Zhang, C.2
Eide, E.3
Chen, Y.4
Regehr, J.5
-
9
-
-
35248861688
-
The verifying compiler: A grand challenge for computing research
-
Springer
-
T. Hoare. The verifying compiler: A grand challenge for computing research. In Modular Programming Languages, pages 25-35. Springer, 2003.
-
(2003)
Modular Programming Languages
, pp. 25-35
-
-
Hoare, T.1
-
13
-
-
70849111798
-
A formally verified compiler back-end
-
X. Leroy. A formally verified compiler back-end. Journal of Automated Reasoning, 43(4):363-446, 2009.
-
(2009)
Journal of Automated Reasoning
, vol.43
, Issue.4
, pp. 363-446
-
-
Leroy, X.1
-
14
-
-
77950884592
-
Toward a verified relational database management system
-
G. Malecha, G. Morrisett, A. Shinnar, and R. Wisnesky. Toward a verified relational database management system. In Proceedings of the 37th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, pages 237-248, 2010.
-
(2010)
Proceedings of the 37th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
, pp. 237-248
-
-
Malecha, G.1
Morrisett, G.2
Shinnar, A.3
Wisnesky, R.4
-
16
-
-
4043152821
-
Differential testing for software
-
W. M. McKeeman. Differential testing for software. Digital Technical Journal, 10(1):100-107, 1998.
-
(1998)
Digital Technical Journal
, vol.10
, Issue.1
, pp. 100-107
-
-
McKeeman, W.M.1
-
18
-
-
84901627061
-
Random testing of C compilers targeting arithmetic optimization
-
E. Nagai, H. Awazu, N. Ishiura, and N. Takeda. Random testing of C compilers targeting arithmetic optimization. In Workshop on Synthesis And System Integration of Mixed Information Technologies (SASIMI 2012), pages 48-53, 2012.
-
(2012)
Workshop on Synthesis and System Integration of Mixed Information Technologies (SASIMI 2012)
, pp. 48-53
-
-
Nagai, E.1
Awazu, H.2
Ishiura, N.3
Takeda, N.4
-
22
-
-
84947923818
-
Translation validation
-
London, UK, UK, Springer-Verlag
-
A. Pnueli, M. Siegel, and E. Singerman. Translation validation. In Proceedings of the 4th International Conference on Tools and Algorithms for Construction and Analysis of Systems (TACAS), pages 151-166, London, UK, UK, 1998. Springer-Verlag.
-
(1998)
Proceedings of the 4th International Conference on Tools and Algorithms for Construction and Analysis of Systems (TACAS)
, pp. 151-166
-
-
Pnueli, A.1
Siegel, M.2
Singerman, E.3
-
24
-
-
84863485627
-
Testcase reduction for C compiler bugs
-
J. Regehr, Y. Chen, P. Cuoq, E. Eide, C. Ellison, and X. Yang. Testcase reduction for C compiler bugs. In Proceedings of the 2012 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), pages 335-346, 2012.
-
(2012)
Proceedings of the 2012 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
, pp. 335-346
-
-
Regehr, J.1
Chen, Y.2
Cuoq, P.3
Eide, E.4
Ellison, C.5
Yang, X.6
-
25
-
-
67649855320
-
Equality saturation: A new approach to optimization
-
R. Tate, M. Stepp, Z. Tatlock, and S. Lerner. Equality saturation: A new approach to optimization. In Proceedings of the 36th ACM SIGPLANSIGACT symposium on Principles of Programming Languages, pages 264-276, 2009.
-
(2009)
Proceedings of the 36th ACM SIGPLANSIGACT Symposium on Principles of Programming Languages
, pp. 264-276
-
-
Tate, R.1
Stepp, M.2
Tatlock, Z.3
Lerner, S.4
-
28
-
-
79959889388
-
Finding and understanding bugs in C compilers
-
X. Yang, Y. Chen, E. Eide, and J. Regehr. Finding and understanding bugs in C compilers. In Proceedings of the 2011 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), pages 283-294, 2011.
-
(2011)
Proceedings of the 2011 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
, pp. 283-294
-
-
Yang, X.1
Chen, Y.2
Eide, E.3
Regehr, J.4
-
29
-
-
70349671765
-
Automated test program generation for an industrial optimizing compiler
-
C. Zhao, Y. Xue, Q. Tao, L. Guo, and Z.Wang. Automated test program generation for an industrial optimizing compiler. In ICSE Workshop on Automation of Software Test (AST), pages 36-43, 2009.
-
(2009)
ICSE Workshop on Automation of Software Test (AST)
, pp. 36-43
-
-
Zhao, C.1
Xue, Y.2
Tao, Q.3
Guo, L.4
Wang, Z.5
-
30
-
-
84883101134
-
Formal verification of SSA-based optimizations for LLVM
-
J. Zhao, S. Nagarakatte, M. M. K. Martin, and S. Zdancewic. Formal verification of SSA-based optimizations for LLVM. In Proceedings of the 2013 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), pages 175-186, 2013.
-
(2013)
Proceedings of the 2013 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
, pp. 175-186
-
-
Zhao, J.1
Nagarakatte, S.2
Martin, M.M.K.3
Zdancewic, S.4
|