[commit: ghc] master: Remove dead Alpha native backend. (659f147)
Edward Z. Yang
ezyang at MIT.EDU
Sat Apr 30 16:18:25 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/659f147413af7f4f2d2b500659e7c03f31f16d35
>---------------------------------------------------------------
commit 659f147413af7f4f2d2b500659e7c03f31f16d35
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Sat Apr 30 13:04:54 2011 +0100
Remove dead Alpha native backend.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
compiler/ghc.cabal.in | 4 -
compiler/nativeGen/Alpha/CodeGen.hs | 789 -----------------------------------
compiler/nativeGen/Alpha/Instr.hs | 142 -------
compiler/nativeGen/Alpha/Ppr.hs-old | 562 -------------------------
compiler/nativeGen/Alpha/RegInfo.hs | 218 ----------
compiler/nativeGen/Alpha/Regs.hs | 323 --------------
compiler/nativeGen/AsmCodeGen.lhs | 8 +-
compiler/nativeGen/PPC/Regs.hs | 1 -
compiler/nativeGen/Platform.hs | 7 +-
compiler/nativeGen/X86/Regs.hs | 1 -
10 files changed, 3 insertions(+), 2052 deletions(-)
Diff suppressed because of size. To see it, use:
git show 659f147413af7f4f2d2b500659e7c03f31f16d35
More information about the Cvs-ghc
mailing list