cvs commit: fptools/ghc/compiler/coreSyn ExternalCore.lhs MkExternalCore.lhs PprExternalCore.lhs fptools/ghc/compiler/main CmdLineOpts.lhs DriverPipeline.hs HscMain.lhs fptools/ghc/utils/genprimopcode Main.hs

apt@glass.cse.ogi.edu apt@glass.cse.ogi.edu
Fri, 1 Jun 2001 10:14:09 -0700


apt         2001/06/01 10:14:09 PDT

  Modified files:
    ghc/compiler/main    CmdLineOpts.lhs DriverPipeline.hs 
                         HscMain.lhs 
    ghc/utils/genprimopcode Main.hs 
  Added files:
    ghc/compiler/coreSyn ExternalCore.lhs MkExternalCore.lhs 
                         PprExternalCore.lhs 
  Log:
  added support for emiting external core format
  
  Revision  Changes    Path
  1.144     +7 -2      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.74      +5 -3      fptools/ghc/compiler/main/DriverPipeline.hs
  1.118     +5 -0      fptools/ghc/compiler/main/HscMain.lhs
  1.5       +23 -2     fptools/ghc/utils/genprimopcode/Main.hs