[project @ 2002-10-12 23:28:48 by wolfgang]
authorwolfgang <unknown>
Sat, 12 Oct 2002 23:28:51 +0000 (23:28 +0000)
committerwolfgang <unknown>
Sat, 12 Oct 2002 23:28:51 +0000 (23:28 +0000)
commit97906cfcc30dd591e840921d336fdabeb1b8a315
tree43772f667b1bdcc564d193ffba0d99af21d03f3b
parent9506b93cd6a82fc5b2bc991890066da14f7ddd8c
[project @ 2002-10-12 23:28:48 by wolfgang]
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)
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/MachMisc.lhs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/nativeGen/NCG.h
ghc/compiler/nativeGen/PprMach.lhs
ghc/compiler/nativeGen/RegAllocInfo.lhs