X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=b276943f600051b39e6dfa4f260a6f0c6d307ca6;hb=caf23cc69ad53481e8357b3cf0e37fdea3d0e05a;hp=a59649e7f7cfc1edf6e0a84f491452ad8eec4bc3;hpb=b5bb34f029d3f68d966c0b9ed79305e3d9aac98c;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a59649e..b276943 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -454,26 +454,38 @@ Library Exposed-Modules: AsmCodeGen - MachCodeGen - Regs - RegsBase - Instrs - RegAllocInfo + TargetReg + NCGMonad + Instruction + Size + Reg + RegClass + PprBase + PIC + Platform Alpha.Regs Alpha.RegInfo Alpha.Instr + Alpha.Ppr + Alpha.CodeGen X86.Regs X86.RegInfo X86.Instr + X86.Cond + X86.Ppr + X86.CodeGen PPC.Regs PPC.RegInfo PPC.Instr + PPC.Cond + PPC.Ppr + PPC.CodeGen SPARC.Regs SPARC.RegInfo SPARC.Instr - NCGMonad - PositionIndependentCode - PprMach + SPARC.Cond + SPARC.Ppr + SPARC.CodeGen RegAlloc.Liveness RegAlloc.Graph.Main RegAlloc.Graph.Stats @@ -483,6 +495,7 @@ Library RegAlloc.Graph.Spill RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost + RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State