-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_CoqProject
74 lines (74 loc) · 2.07 KB
/
_CoqProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
-Q theories/ cap_machine
-arg -w -arg -several-object-files
theories/iris_extra.v
theories/stdpp_extra.v
theories/monocmra.v
theories/mono_ref.v
theories/sts.v
theories/addr_reg.v
theories/machine_base.v
theories/machine_parameters.v
theories/cap_lang.v
theories/machine_run.v
theories/region.v
theories/multiple_updates.v
theories/region_invariants.v
theories/region_invariants_revocation.v
theories/region_invariants_static.v
theories/region_invariants_uninitialized.v
theories/region_invariants_allocation.v
theories/rules/rules_base.v
theories/rules/rules_Get.v
theories/rules/rules_Load.v
theories/rules/rules_Store.v
theories/rules/rules_AddSubLt.v
theories/rules/rules_Lea.v
theories/rules/rules_Mov.v
theories/rules/rules_Restrict.v
theories/rules/rules_IsPtr.v
theories/rules/rules_Jmp.v
theories/rules/rules_Jnz.v
theories/rules/rules_Subseg.v
theories/rules/rules_LoadU.v
theories/rules/rules_StoreU.v
theories/rules/rules_PromoteU.v
theories/rules/rules_LoadU_derived.v
theories/rules/rules_StoreU_derived.v
theories/rules/rules_PromoteU_derived.v
theories/rules/rules.v
theories/logrel.v
theories/monotone.v
theories/ftlr/ftlr_base.v
theories/ftlr/interp_weakening.v
theories/ftlr/Get.v
theories/ftlr/Load.v
theories/ftlr/Store.v
theories/ftlr/AddSubLt.v
theories/ftlr/Lea.v
theories/ftlr/Mov.v
theories/ftlr/Restrict.v
theories/ftlr/IsPtr.v
theories/ftlr/Jmp.v
theories/ftlr/Jnz.v
theories/ftlr/Subseg.v
theories/ftlr/LoadU.v
theories/ftlr/StoreU.v
theories/ftlr/PromoteU.v
theories/fundamental.v
theories/examples/addr_reg_sample.v
theories/examples/disjoint_regions_tactics.v
theories/examples/region_macros.v
theories/examples/malloc.v
theories/examples/contiguous.v
theories/examples/stack_macros_helpers.v
theories/examples/stack_macros.v
theories/examples/stack_macros_u.v
theories/examples/scall.v
theories/examples/scall_u.v
theories/examples/awkward_example_helpers.v
theories/examples/awkward_example.v
theories/examples/awkward_example_u.v
theories/examples/awkward_example_preamble.v
theories/examples/awkward_example_adequacy.v
theories/examples/awkward_example_concrete.v
theories/examples/lse.v