aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scheck.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-29scheck: fix type of operands in castsLuc Van Oostenryck1-10/+8
2021-07-27scheck: mkvar() with target or input typeLuc Van Oostenryck1-0/+12
2021-07-27scheck: constants are untypedLuc Van Oostenryck1-3/+2
2021-07-27scheck: ignore OP_NOP & friendsLuc Van Oostenryck1-0/+5
2021-07-27scheck: better diagnostic for unsupported instructionsLuc Van Oostenryck1-4/+4
2021-04-17scheck: predefine __SYMBOLIC_CHECKER__Luc Van Oostenryck1-0/+1
2021-04-13scheck: support pre-conditions via __assume()Luc Van Oostenryck1-9/+24
2021-04-13scheck: assert_const()Luc Van Oostenryck1-0/+19
2021-04-13scheck: allow multiple assertionsLuc Van Oostenryck1-2/+3
2021-04-13scheck: assert_eq()Luc Van Oostenryck1-0/+11
2021-04-13scheck: add a symbolic checkerLuc Van Oostenryck1-0/+315