[project @ 2000-04-05 16:25:51 by simonpj]
* Add new flag -fddump-minimal-imports, which dumps a file M.imports that contains the (allegedly) minimal bunch of imports that make the system work. It's done by Rename.printMinimalImports * Extend foreign import/export to handle * Booleans * newtypes as requested by the FFI team * Tidy up DsCCall quite a bit Remove maybeBoxedPrimTy from TcHsSyn
Showing
- ghc/compiler/absCSyn/PprAbsC.lhs 7 additions, 6 deletionsghc/compiler/absCSyn/PprAbsC.lhs
- ghc/compiler/basicTypes/MkId.lhs 1 addition, 1 deletionghc/compiler/basicTypes/MkId.lhs
- ghc/compiler/basicTypes/Name.lhs 6 additions, 2 deletionsghc/compiler/basicTypes/Name.lhs
- ghc/compiler/codeGen/CgRetConv.lhs 2 additions, 3 deletionsghc/compiler/codeGen/CgRetConv.lhs
- ghc/compiler/coreSyn/CoreLint.lhs 0 additions, 1 deletionghc/compiler/coreSyn/CoreLint.lhs
- ghc/compiler/coreSyn/CoreUnfold.lhs 1 addition, 1 deletionghc/compiler/coreSyn/CoreUnfold.lhs
- ghc/compiler/coreSyn/CoreUtils.lhs 3 additions, 4 deletionsghc/compiler/coreSyn/CoreUtils.lhs
- ghc/compiler/deSugar/DsCCall.lhs 155 additions, 158 deletionsghc/compiler/deSugar/DsCCall.lhs
- ghc/compiler/deSugar/DsExpr.lhs 6 additions, 26 deletionsghc/compiler/deSugar/DsExpr.lhs
- ghc/compiler/deSugar/DsForeign.lhs 10 additions, 47 deletionsghc/compiler/deSugar/DsForeign.lhs
- ghc/compiler/main/CmdLineOpts.lhs 2 additions, 0 deletionsghc/compiler/main/CmdLineOpts.lhs
- ghc/compiler/prelude/TysWiredIn.lhs 70 additions, 90 deletionsghc/compiler/prelude/TysWiredIn.lhs
- ghc/compiler/rename/Rename.lhs 61 additions, 11 deletionsghc/compiler/rename/Rename.lhs
- ghc/compiler/rename/RnEnv.lhs 19 additions, 15 deletionsghc/compiler/rename/RnEnv.lhs
- ghc/compiler/rename/RnMonad.lhs 7 additions, 3 deletionsghc/compiler/rename/RnMonad.lhs
- ghc/compiler/rename/RnNames.lhs 5 additions, 7 deletionsghc/compiler/rename/RnNames.lhs
- ghc/compiler/simplCore/SimplCore.lhs 1 addition, 1 deletionghc/compiler/simplCore/SimplCore.lhs
- ghc/compiler/stranal/WwLib.lhs 1 addition, 1 deletionghc/compiler/stranal/WwLib.lhs
- ghc/compiler/typecheck/TcExpr.lhs 2 additions, 3 deletionsghc/compiler/typecheck/TcExpr.lhs
- ghc/compiler/typecheck/TcHsSyn.lhs 1 addition, 24 deletionsghc/compiler/typecheck/TcHsSyn.lhs
Loading
Please register or sign in to comment