English

Reasoning About LLVM Code Using Codewalker

Logic in Computer Science 2015-09-22 v1 Programming Languages

Abstract

This paper reports on initial experiments using J Moore's Codewalker to reason about programs compiled to the Low-Level Virtual Machine (LLVM) intermediate form. Previously, we reported on a translator from LLVM to the applicative subset of Common Lisp accepted by the ACL2 theorem prover, producing executable ACL2 formal models, and allowing us to both prove theorems about the translated models as well as validate those models by testing. That translator provided many of the benefits of a pure decompilation into logic approach, but had the disadvantage of not being verified. The availability of Codewalker as of ACL2 7.0 has provided an opportunity to revisit this idea, and employ a more trustworthy decompilation into logic tool. Thus, we have employed the Codewalker method to create an interpreter for a subset of the LLVM instruction set, and have used Codewalker to analyze some simple array-based C programs compiled to LLVM form. We discuss advantages and limitations of the Codewalker-based method compared to the previous method, and provide some challenge problems for future Codewalker development.

Keywords

Cite

@article{arxiv.1509.06083,
  title  = {Reasoning About LLVM Code Using Codewalker},
  author = {David S. Hardin},
  journal= {arXiv preprint arXiv:1509.06083},
  year   = {2015}
}

Comments

In Proceedings ACL2 2015, arXiv:1509.05526

R2 v1 2026-06-22T11:01:09.871Z