Fix a build failure on non-{x86,amd64}
[ghc-hetmet.git] / compiler / nativeGen / X86 / RegInfo.hs
2011-05-31 Ian LynaghFix a build failure on non-{x86,amd64}
2010-02-15 Ben.Lippmeier@anu... Fix build for non-x86 architectures
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules