Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bab9a72d7f12a88bb38677db03ed4c956d0a7d99 >--------------------------------------------------------------- commit bab9a72d7f12a88bb38677db03ed4c956d0a7d99 Author: Karel Gardas <[email protected]> Date: Sat Aug 20 23:49:48 2011 +0200 enhance ArchARM with ISA and ISA extensions This patch enhances ArchARM with ARM ISA and ISA extensions details as is suggested in the comment in Platform.hs file. The patch is needed by future patch which will use ARM ISA information in order to pass appropriate command-line option to the LLVM llc tool. compiler/nativeGen/AsmCodeGen.lhs | 2 +- compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 8 ++-- compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 2 +- compiler/nativeGen/RegAlloc/Linear/Main.hs | 2 +- compiler/nativeGen/TargetReg.hs | 10 ++-- compiler/nativeGen/X86/RegInfo.hs | 2 +- compiler/utils/Platform.hs | 43 +++++++++++++++++++- resume | 2 + 8 files changed, 56 insertions(+), 15 deletions(-) Diff suppressed because of size. To see it, use: git show bab9a72d7f12a88bb38677db03ed4c956d0a7d99 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
