cvs commit: fptools/ghc/compiler/basicTypes Id.lhs IdInfo.lhs MkId.lhs NewDemand.lhs Var.lhs fptools/ghc/compiler/deSugar DsCCall.lhs fptools/ghc/compiler/parser Lex.lhs fptools/ghc/compiler/prelude PrelNames.lhs fptools/ghc/compiler/rename ...

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 10 Sep 2001 06:54:22 -0700


sewardj     2001/09/10 06:54:21 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/compiler/basicTypes Id.lhs IdInfo.lhs MkId.lhs 
                            NewDemand.lhs Var.lhs 
    ghc/compiler/deSugar DsCCall.lhs 
    ghc/compiler/parser  Lex.lhs 
    ghc/compiler/prelude PrelNames.lhs 
    ghc/compiler/rename  RnBinds.lhs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/stranal DmdAnal.lhs WorkWrap.lhs WwLib.lhs 
    ghc/compiler/typecheck TcClassDcl.lhs TcInstDcls.lhs 
                           TcType.lhs 
  Log:
  Merge various bug fixes from HEAD, mainly to do with the demand analyser:
  
  TcType		1.57
  PrelNames 	1.34
  DsCCall 	1.56
  RnBinds		1.68
  NewDemand 	1.7 and 1.8
  DmdAnal		1.19 and 1.20
  SimplUtils	1.68
  Simplify	1.110
  RnEnv		1.124
  IdInfo		1.83
  WorkWrap	1.49
  WwLib		1.53
  MkId		1.73
  Lex		1.59
  TcClassDcl	1.102
  TcInstDcls	1.127
  Var		1.23
  Id		1.93
  SimplCore	1.97
  
  Revision  Changes    Path
  1.92.4.1  +2 -2      fptools/ghc/compiler/basicTypes/Id.lhs
  1.82.2.1  +16 -12    fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.72.4.1  +65 -43    fptools/ghc/compiler/basicTypes/MkId.lhs
  1.6.4.1   +52 -44    fptools/ghc/compiler/basicTypes/NewDemand.lhs
  1.22.4.1  +4 -6      fptools/ghc/compiler/basicTypes/Var.lhs
  1.55.2.1  +28 -19    fptools/ghc/compiler/deSugar/DsCCall.lhs
  1.58.4.1  +9 -9      fptools/ghc/compiler/parser/Lex.lhs
  1.33.4.1  +4 -1      fptools/ghc/compiler/prelude/PrelNames.lhs
  1.67.2.1  +4 -2      fptools/ghc/compiler/rename/RnBinds.lhs
  1.96.4.1  +3 -3      fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.17.2.2  +242 -180  fptools/ghc/compiler/stranal/DmdAnal.lhs
  1.48.4.1  +5 -10     fptools/ghc/compiler/stranal/WorkWrap.lhs
  1.51.4.2  +27 -31    fptools/ghc/compiler/stranal/WwLib.lhs
  1.101.2.1 +6 -3      fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.126.4.1 +5 -1      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.55.2.1  +2 -2      fptools/ghc/compiler/typecheck/TcType.lhs