chak        2002/07/10 06:48:44 PDT

  Modified files:        (Branch: ghc-ndp-branch2b)
    ghc/compiler/basicTypes Id.lhs IdInfo.lhs OccName.lhs Var.lhs 
    ghc/compiler/coreSyn CoreSyn.lhs CoreUtils.lhs PprCore.lhs 
    ghc/compiler/hsSyn   HsCore.lhs 
    ghc/compiler/main    .cvsignore BinIface.hs CmdLineOpts.lhs 
                         MkIface.lhs TidyPgm.lhs 
    ghc/compiler/ndpFlatten FlattenInfo.hs FlattenMonad.hs 
                            Flattening.hs NDPCoreUtils.hs 
                            PArrAnal.hs TODO 
    ghc/compiler/rename  RnHsSyn.lhs RnSource.lhs 
    ghc/compiler/simplCore Simplify.lhs 
    ghc/compiler/typecheck TcIfaceSig.lhs 
  Log:
  Set up a new NDP branch "ghc-ndp-branch2b":
  
  * Branches off at exactly the same point as the 5.04 branch (so, it's easy to
    make diffs to patch against 5.04)
  
  * The complete diff embodied by ghc-ndp-branch2 is merged in
  
  * All conflicts arising from the merge have been cleared (in particular,
    binary ifaces are now used)
  
        -**- This is completely untested -**-
  [but it's on a branch, so affects only Gabi and me]
  
  Revision  Changes    Path
  1.107.4.1 +10 -0     fptools/ghc/compiler/basicTypes/Id.lhs
  1.102.4.1 +54 -6     fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.47.4.1  +2 -1      fptools/ghc/compiler/basicTypes/OccName.lhs
  1.28.6.1  +1 -1      fptools/ghc/compiler/basicTypes/Var.lhs
  1.48.4.1  +5 -0      fptools/ghc/compiler/coreSyn/CoreSyn.lhs
  1.100.6.1 +1 -0      fptools/ghc/compiler/coreSyn/CoreUtils.lhs
  1.73.4.1  +3 -0      fptools/ghc/compiler/coreSyn/PprCore.lhs
  1.45.4.1  +2 -0      fptools/ghc/compiler/hsSyn/HsCore.lhs
  1.2.18.1  +3 -2      fptools/ghc/compiler/main/.cvsignore
  1.8.4.1   +6 -1      fptools/ghc/compiler/main/BinIface.hs
  1.167.4.1 +3 -0      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.159.4.1 +8 -1      fptools/ghc/compiler/main/MkIface.lhs
  1.2.6.1   +15 -2     fptools/ghc/compiler/main/TidyPgm.lhs
  1.2.10.1  +5 -4      fptools/ghc/compiler/ndpFlatten/FlattenInfo.hs
  1.3.6.1   +93 -31    fptools/ghc/compiler/ndpFlatten/FlattenMonad.hs
  1.3.4.1   +60 -60    fptools/ghc/compiler/ndpFlatten/Flattening.hs
  1.2.10.1  +43 -2     fptools/ghc/compiler/ndpFlatten/NDPCoreUtils.hs
  1.2.10.1  +486 -143  fptools/ghc/compiler/ndpFlatten/PArrAnal.hs
  1.2.10.1  +127 -159  fptools/ghc/compiler/ndpFlatten/TODO
  1.70.4.1  +1 -0      fptools/ghc/compiler/rename/RnHsSyn.lhs
  1.144.4.1 +4 -0      fptools/ghc/compiler/rename/RnSource.lhs
  1.138.4.1 +6 -0      fptools/ghc/compiler/simplCore/Simplify.lhs
  1.83.6.1  +7 -0      fptools/ghc/compiler/typecheck/TcIfaceSig.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to