[Git][ghc/ghc][wip/con-info-new] 6 commits: Revert "Remove GHC.Types.Unique.Map module"
Matthew Pickering
gitlab at gitlab.haskell.org
Wed Nov 18 16:24:46 UTC 2020
Matthew Pickering pushed to branch wip/con-info-new at Glasgow Haskell Compiler / GHC
Commits:
4addeede by Matthew Pickering at 2020-11-18T16:24:25+00:00
Revert "Remove GHC.Types.Unique.Map module"
This reverts commit 1c7c6f1afc8e7f7ba5d256780bc9d5bb5f3e7601.
- - - - -
d5e70644 by Matthew Pickering at 2020-11-18T16:24:29+00:00
Profiling by info table mode (-hi)
- - - - -
8bd1b823 by Matthew Pickering at 2020-11-18T16:24:29+00:00
IPE?
- - - - -
5cfd5a1c by Matthew Pickering at 2020-11-18T16:24:29+00:00
Data Con info
- - - - -
4cd24bae by Matthew Pickering at 2020-11-18T16:24:29+00:00
Add whereFrom# primop
- - - - -
2a7b7100 by Matthew Pickering at 2020-11-18T16:24:29+00:00
Add test for whereFrom#
- - - - -
30 changed files:
- compiler/GHC/Builtin/primops.txt.pp
- compiler/GHC/Cmm/CLabel.hs
- compiler/GHC/CoreToStg.hs
- compiler/GHC/Driver/CodeOutput.hs
- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Hooks.hs
- compiler/GHC/Driver/Main.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/Stg/CSE.hs
- + compiler/GHC/Stg/Debug.hs
- compiler/GHC/Stg/DepAnal.hs
- compiler/GHC/Stg/FVs.hs
- compiler/GHC/Stg/Lift.hs
- compiler/GHC/Stg/Lift/Analysis.hs
- compiler/GHC/Stg/Lift/Monad.hs
- compiler/GHC/Stg/Lint.hs
- compiler/GHC/Stg/Stats.hs
- compiler/GHC/Stg/Syntax.hs
- compiler/GHC/Stg/Unarise.hs
- compiler/GHC/StgToCmm.hs
- compiler/GHC/StgToCmm/Bind.hs
- compiler/GHC/StgToCmm/Closure.hs
- compiler/GHC/StgToCmm/DataCon.hs
- compiler/GHC/StgToCmm/Expr.hs
- compiler/GHC/StgToCmm/Monad.hs
- compiler/GHC/StgToCmm/Prim.hs
- compiler/GHC/StgToCmm/Prof.hs
- compiler/GHC/StgToCmm/Utils.hs
- + compiler/GHC/Types/IPE.hs
- compiler/GHC/Types/SrcLoc.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/a657a8b3024554383b9a591d82ee5a43f36900e9...2a7b71001e3baf98cba33e350fbf09254dbf35f9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/a657a8b3024554383b9a591d82ee5a43f36900e9...2a7b71001e3baf98cba33e350fbf09254dbf35f9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201118/0f6fc629/attachment-0001.html>
More information about the ghc-commits
mailing list