[project @ 2005-04-08 09:54:54 by simonmar]
authorsimonmar <unknown>
Fri, 8 Apr 2005 09:54:54 +0000 (09:54 +0000)
committersimonmar <unknown>
Fri, 8 Apr 2005 09:54:54 +0000 (09:54 +0000)
commitaff2e3f0c86af7f6cfbda20b672e9172c439ad55
treeb3296197c46e95a245ac53716e8b5240c79a7af2
parentce1a3417380dd75e5b93bd5d13c58658780e12e5
[project @ 2005-04-08 09:54:54 by simonmar]
x86_64 hacking:

  - use %rip-relative addressing in a couple of places
  - floating-point comparisons handle NaN properly

I believe the x86_64 NCG is now ready for prime time.  It is
successfully bootstrapping the compiler, and I think this fixes the
last of the test failures.
ghc/compiler/nativeGen/MachCodeGen.hs
ghc/compiler/nativeGen/MachInstrs.hs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/nativeGen/PprMach.hs
ghc/compiler/nativeGen/RegAllocInfo.hs