wolfgang 2002/10/12 16:28:52 PDT
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:cvs-ghc-request@;haskell.org?subject=help>
List-Post: <mailto:cvs-ghc@;haskell.org>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:cvs-ghc-request@;haskell.org?subject=subscribe>
List-Id: GHC/CVS discussion and fptools/ghc CVS commit messages <cvs-ghc.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:cvs-ghc-request@;haskell.org?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-ghc/>
Date: Sat, 12 Oct 2002 16:28:52 -0700
Modified files:
ghc/compiler/nativeGen MachCode.lhs MachMisc.lhs MachRegs.lhs
NCG.h PprMach.lhs RegAllocInfo.lhs
Log:
The Native Code Generator for PowerPC.
Still to be done:
*) Proper support of Floats and Doubles
currently it seems to work, but it's just guesswork.
*) Some missing operations, only needed for -O, AFAICT.
*) Mach-O dynamic linker stub generation.
(can't import foreign functions from dynamic libraries,
and it might fail for big programs)
Revision Changes Path
1.105 +730 -15 fptools/ghc/compiler/nativeGen/MachCode.lhs
1.65 +101 -20 fptools/ghc/compiler/nativeGen/MachMisc.lhs
1.45 +171 -2 fptools/ghc/compiler/nativeGen/MachRegs.lhs
1.11 +17 -0 fptools/ghc/compiler/nativeGen/NCG.h
1.66 +313 -5 fptools/ghc/compiler/nativeGen/PprMach.lhs
1.38 +113 -3 fptools/ghc/compiler/nativeGen/RegAllocInfo.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc