From 7698300cfe2d3f944ce2e1d4a60a263620487718 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 20 Dec 2013 13:05:53 +0000 Subject: Merge of branch value-analysis. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2381 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4d2036..28e945f 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ FLOCQ=\ LIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \ Iteration.v Integers.v Floats.v Nan.v Parmov.v UnionFind.v Wfsimpl.v \ - Postorder.v FSetAVLplus.v + Postorder.v FSetAVLplus.v IntvSets.v # Parts common to the front-ends and the back-end (in common/) @@ -86,8 +86,10 @@ BACKEND=\ Renumber.v Renumberproof.v \ RTLtyping.v \ Kildall.v Liveness.v \ + ValueDomain.v ValueAOp.v ValueAnalysis.v \ ConstpropOp.v Constprop.v ConstpropOpproof.v Constpropproof.v \ - CombineOp.v CSE.v CombineOpproof.v CSEproof.v \ + CSEdomain.v CombineOp.v CSE.v CombineOpproof.v CSEproof.v \ + NeedDomain.v NeedOp.v Deadcode.v Deadcodeproof.v \ Machregs.v Locations.v Conventions1.v Conventions.v LTL.v \ Allocation.v Allocproof.v \ Tunneling.v Tunnelingproof.v \ -- cgit v1.2.3