cvs commit: fptools/ghc/compiler/main CmdLineOpts.lhsCodeOutput.lhs DriverFlags.hs fptools/ghc/compiler/cmm CmmLint.hs Cmm.hs fptools/ghc/compiler/codeGen CodeGen.lhs

Simon Marlow simonmar at glass.cse.ogi.edu
Wed Feb 11 05:39:57 EST 2004


simonmar    2004/02/11 05:39:57 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/main    CmdLineOpts.lhs CodeOutput.lhs 
                         DriverFlags.hs 
    ghc/compiler/cmm     Cmm.hs 
    ghc/compiler/codeGen CodeGen.lhs 
  Added files:           (Branch: backend-hacking-branch)
    ghc/compiler/cmm     CmmLint.hs 
  Log:
  - Add Cmm linting phase: turn it on with -dcmm-lint.  This checks for
    MachRep inconsistencies in MachOp applications and assignments.
  
  - Change -ddump-absC to -ddump-cmm (had to be done sometime)
  
  - Remove -ddump-realC
  
  Revision  Changes    Path
  1.183.2.2 +2 -2      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.49.4.5  +15 -4     fptools/ghc/compiler/main/CodeOutput.lhs
  1.129.2.2 +2 -2      fptools/ghc/compiler/main/DriverFlags.hs
  1.1.2.31  +0 -21     fptools/ghc/compiler/cmm/Attic/Cmm.hs
  1.58.2.7  +1 -1      fptools/ghc/compiler/codeGen/CodeGen.lhs


More information about the Cvs-ghc mailing list