aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-04-28 18:14:53 +0200
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-04-28 18:14:53 +0200
commitaf2c82cfd7f2318fcd81da2ea4cf3fd695db3b40 (patch)
tree7a5f98548a3e3e0497231627166738253cbce506 /Makefile
parent71d69df10047aa5710adb4bcdc75e18bec4dbf27 (diff)
downloadcompcert-kvx-af2c82cfd7f2318fcd81da2ea4cf3fd695db3b40.tar.gz
compcert-kvx-af2c82cfd7f2318fcd81da2ea4cf3fd695db3b40.zip
start the new "BTL" IR.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62635d70..90c39907 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ VLIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \
Iteration.v Zbits.v Integers.v Archi.v IEEE754_extra.v Floats.v \
Parmov.v UnionFind.v Wfsimpl.v \
Postorder.v FSetAVLplus.v IntvSets.v Decidableplus.v BoolEqual.v \
+ OptionMonad.v \
ImpConfig.v ImpExtern.v ImpIO.v ImpMonads.v \
ImpCore.v ImpHCons.v ImpLoops.v ImpPrelude.v
@@ -141,7 +142,8 @@ SCHEDULING= \
RTLpathLivegen.v RTLpathSE_impl.v \
RTLpathproof.v RTLpathSE_theory.v \
RTLpathSchedulerproof.v RTLpath.v \
- RTLpathScheduler.v RTLpathWFcheck.v
+ RTLpathScheduler.v RTLpathWFcheck.v \
+ BTL.v BTLtoRTL.v BTLtoRTLproof.v \
# C front-end modules (in cfrontend/)