aboutsummaryrefslogtreecommitdiff
path: root/_CoqProject
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-23 13:14:47 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-23 13:14:47 -0400
commit39aea54d375bb13f388c5cb8302748f85abe11a8 (patch)
tree36ccd4f2da1095fb3a5a0cc1cef0d8da2e1d7abf /_CoqProject
parent7676ac43b762eab1606e6dfd0693f16239489263 (diff)
Add InlineConstAndOpByRewrite
Diffstat (limited to '_CoqProject')
-rw-r--r--_CoqProject9
1 files changed, 9 insertions, 0 deletions
diff --git a/_CoqProject b/_CoqProject
index 1c489368d..fb57a85ca 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -60,6 +60,9 @@ src/Compilers/GeneralizeVarInterp.v
src/Compilers/GeneralizeVarWf.v
src/Compilers/Inline.v
src/Compilers/InlineConstAndOp.v
+src/Compilers/InlineConstAndOpByRewrite.v
+src/Compilers/InlineConstAndOpByRewriteInterp.v
+src/Compilers/InlineConstAndOpByRewriteWf.v
src/Compilers/InlineConstAndOpInterp.v
src/Compilers/InlineConstAndOpWf.v
src/Compilers/InlineInterp.v
@@ -158,6 +161,9 @@ src/Compilers/Z/FoldTypes.v
src/Compilers/Z/HexNotationConstants.v
src/Compilers/Z/Inline.v
src/Compilers/Z/InlineConstAndOp.v
+src/Compilers/Z/InlineConstAndOpByRewrite.v
+src/Compilers/Z/InlineConstAndOpByRewriteInterp.v
+src/Compilers/Z/InlineConstAndOpByRewriteWf.v
src/Compilers/Z/InlineConstAndOpInterp.v
src/Compilers/Z/InlineConstAndOpWf.v
src/Compilers/Z/InlineInterp.v
@@ -195,6 +201,9 @@ src/Compilers/Z/Named/RewriteAddToAdcInterp.v
src/Compilers/Z/Syntax/Equality.v
src/Compilers/Z/Syntax/Util.v
src/Compilers/ZExtended/InlineConstAndOp.v
+src/Compilers/ZExtended/InlineConstAndOpByRewrite.v
+src/Compilers/ZExtended/InlineConstAndOpByRewriteInterp.v
+src/Compilers/ZExtended/InlineConstAndOpByRewriteWf.v
src/Compilers/ZExtended/InlineConstAndOpInterp.v
src/Compilers/ZExtended/InlineConstAndOpWf.v
src/Compilers/ZExtended/Syntax.v