cvs commit: fptools/ghc/compiler Makefile fptools/ghc/compiler/main CmdLineOpts.lhs CodeOutput.lhs DriverFlags.hs DriverPhases.hs DriverPipeline.hs DriverState.hs SysTools.lhs fptools/ghc/compiler/typecheck TcForeign.lhs

Simon Peyton Jones simonpj at haskell.org
Tue Dec 21 07:51:05 EST 2004


simonpj     2004/12/21 04:51:05 PST

  Modified files:        (Branch: CgCmmBranch)
    ghc/compiler         Makefile 
    ghc/compiler/main    CmdLineOpts.lhs CodeOutput.lhs 
                         DriverFlags.hs DriverPhases.hs 
                         DriverPipeline.hs DriverState.hs 
                         SysTools.lhs 
    ghc/compiler/typecheck TcForeign.lhs 
  Log:
  	------------------------------------------
  	Add C-- handling to the GHC driver
  	------------------------------------------
  
  In particular: 
    -fcmm 		goes via C-- (like -fvia-C)
    -keep-cmm-file 	keeps the Foo.cminusminus file
  
  
  Revision  Changes    Path
  1.274.2.1 +16 -13    fptools/ghc/compiler/Makefile
  1.193.2.1 +6 -13     fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.54.2.1  +23 -66    fptools/ghc/compiler/main/CodeOutput.lhs
  1.142.2.1 +13 -21    fptools/ghc/compiler/main/DriverFlags.hs
  1.30.2.1  +31 -35    fptools/ghc/compiler/main/DriverPhases.hs
  1.173.2.1 +14 -36    fptools/ghc/compiler/main/DriverPipeline.hs
  1.110.2.1 +1 -4      fptools/ghc/compiler/main/DriverState.hs
  1.123.2.1 +13 -42    fptools/ghc/compiler/main/SysTools.lhs
  1.69.2.1  +0 -2      fptools/ghc/compiler/typecheck/TcForeign.lhs


More information about the Cvs-ghc mailing list