History log of /seL4-l4v-master/l4v/tools/asmrefine/testfiles/global_asm_stmt.thy
Revision Date Author Comments
# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# c0a2d54c 26-May-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

asmrefine: update to Isabelle2019; reduce warnings


# 75b38be0 26-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new AsmRefine session + test


# 8e7c55c1 11-Jul-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Handling of AsmStmt in c-parser, more tests.

The C-parser contains a full parser for __asm__ syntax but
up until now hasn't done anything with it. Instead we export
some semantics. It's unspecified exactly what these semantics
are but they are parametrised with the __asm__ semantics that
went in to them, so the translation validation has something
to reason about.

Tweak modifies proofs as a result, and add some more test files.