-
Notifications
You must be signed in to change notification settings - Fork 1
/
_CoqProject
152 lines (151 loc) · 5.66 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
-Q theories/ cap_machine
-arg -w -arg -several-object-files
-arg -w -arg -convert_concl_no_check
-arg -w -arg -notation-overridden
-arg -w -arg implicit-core-hint-db
-arg -w -arg redundant-canonical-projection
-arg -w -arg undeclared-scope
-arg -w -arg fragile-hint-constr
-arg -w -arg require-in-section
-arg -w -arg deprecated-tactic-notation
theories/iris_extra.v
theories/stdpp_extra.v
theories/simulation.v
theories/sts.v
theories/addr_reg.v
theories/linking.v
theories/machine_base.v
theories/machine_parameters.v
theories/cap_lang.v
theories/overlay/base.v
theories/overlay/call.v
theories/overlay/lang.v
theories/machine_run.v
theories/region.v
theories/overlay_cap_lang_sim.v
theories/full_abstraction.v
theories/multiple_updates.v
theories/region_invariants.v
theories/region_invariants_transitions.v
theories/region_invariants_revocation.v
theories/region_invariants_batch_uninitialized.v
theories/region_invariants_static.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/Jmp.v
theories/ftlr/Store.v
theories/ftlr/StoreU.v
theories/ftlr/Load.v
theories/ftlr/Jnz.v
theories/ftlr/Get.v
theories/ftlr/AddSubLt.v
theories/ftlr/Lea.v
theories/ftlr/Mov.v
theories/ftlr/Restrict.v
theories/ftlr/IsPtr.v
theories/ftlr/Subseg.v
theories/ftlr/LoadU.v
theories/ftlr/PromoteU.v
theories/fundamental.v
theories/binary_model/rules_binary/rules_binary_base.v
theories/binary_model/rules_binary/rules_binary_Get.v
theories/binary_model/rules_binary/rules_binary_Load.v
theories/binary_model/rules_binary/rules_binary_Store.v
theories/binary_model/rules_binary/rules_binary_AddSubLt.v
theories/binary_model/rules_binary/rules_binary_Lea.v
theories/binary_model/rules_binary/rules_binary_Mov.v
theories/binary_model/rules_binary/rules_binary_Restrict.v
theories/binary_model/rules_binary/rules_binary_IsPtr.v
theories/binary_model/rules_binary/rules_binary_Jmp.v
theories/binary_model/rules_binary/rules_binary_Jnz.v
theories/binary_model/rules_binary/rules_binary_Subseg.v
theories/binary_model/rules_binary/rules_binary_LoadU.v
theories/binary_model/rules_binary/rules_binary_StoreU.v
theories/binary_model/rules_binary/rules_binary_PromoteU.v
theories/binary_model/rules_binary/rules_binary_StoreU_derived.v
theories/binary_model/rules_binary/rules_binary_LoadU_derived.v
theories/binary_model/rules_binary/rules_binary.v
theories/binary_model/region_invariants_binary.v
theories/binary_model/region_invariants_transitions_binary.v
theories/binary_model/region_invariants_batch_uninitialized_binary.v
theories/binary_model/logrel_binary.v
theories/binary_model/multiple_updates_binary.v
theories/binary_model/region_invariants_binary_allocation.v
theories/binary_model/monotone_binary.v
theories/binary_model/ftlr_binary/ftlr_base_binary.v
theories/binary_model/ftlr_binary/interp_weakening_binary.v
theories/binary_model/ftlr_binary/AddSubLt_binary.v
theories/binary_model/ftlr_binary/Get_binary.v
theories/binary_model/ftlr_binary/IsPtr_binary.v
theories/binary_model/ftlr_binary/Jmp_binary.v
theories/binary_model/ftlr_binary/Jnz_binary.v
theories/binary_model/ftlr_binary/Lea_binary.v
theories/binary_model/ftlr_binary/Load_binary.v
theories/binary_model/ftlr_binary/LoadU_binary.v
theories/binary_model/ftlr_binary/Mov_binary.v
theories/binary_model/ftlr_binary/PromoteU_binary.v
theories/binary_model/ftlr_binary/Restrict_binary.v
theories/binary_model/ftlr_binary/Store_binary.v
theories/binary_model/ftlr_binary/StoreU_binary.v
theories/binary_model/ftlr_binary/Subseg_binary.v
theories/binary_model/fundamental_binary.v
theories/binary_model/examples_binary/push_pop_binary.v
theories/binary_model/examples_binary/req_binary.v
theories/binary_model/examples_binary/prepstack_binary.v
theories/binary_model/examples_binary/rclear_binary.v
theories/binary_model/examples_binary/macros_binary.v
theories/binary_model/examples_binary/confidentiality.v
theories/binary_model/examples_binary/confidentiality_adequacy.v
theories/binary_model/examples_binary/confidentiality_adequacy_theorem.v
theories/examples/addr_reg_sample.v
theories/examples/disjoint_regions_tactics.v
theories/examples/region_macros.v
theories/examples/contiguous.v
theories/examples/stack_macros_helpers.v
theories/examples/awkward_example_helpers.v
theories/examples/macros/malloc.v
theories/examples/macros/req.v
theories/examples/macros/push_pop.v
theories/examples/macros/rclear.v
theories/examples/macros/prepstack.v
theories/examples/macros/checkbelow.v
theories/examples/macros/fetch.v
theories/examples/macros/assert.v
theories/examples/macros/checkint.v
theories/examples/macros/checkra.v
theories/examples/macros/scall_u.v
theories/examples/macros/crtcls.v
theories/examples/macros/macros.v
theories/examples/downwards_lse.v
theories/examples/downwards_lse_preamble.v
theories/examples/downwards_lse_adequacy.v
theories/examples/stack_object_helpers.v
theories/examples/stack_object.v
theories/examples/stack_object_preamble.v
theories/examples/stack_object_adequacy.v
theories/examples/awkward_example_extra.v
theories/examples/awkward_example_u.v
theories/examples/awkward_example_preamble.v
theories/examples/awkward_example_adequacy.v