[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:18:48 UTC 2020



Matthew Pickering pushed to branch wip/con-info-new at Glasgow Haskell Compiler / GHC


Commits:
2b7f03bd by Matthew Pickering at 2020-11-18T16:17:44+00:00
Revert "Remove GHC.Types.Unique.Map module"

This reverts commit 1c7c6f1afc8e7f7ba5d256780bc9d5bb5f3e7601.

- - - - -
c8cdf1d3 by Matthew Pickering at 2020-11-18T16:17:44+00:00
Profiling by info table mode (-hi)

- - - - -
ef6d046e by Matthew Pickering at 2020-11-18T16:18:33+00:00
IPE?

- - - - -
d8e27abe by Matthew Pickering at 2020-11-18T16:18:34+00:00
Data Con info

- - - - -
6e759ddc by Matthew Pickering at 2020-11-18T16:18:34+00:00
Add whereFrom# primop

- - - - -
a657a8b3 by Matthew Pickering at 2020-11-18T16:18:34+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/902ed6a00e715a11d61d5cc24e5c901f6e6ffa99...a657a8b3024554383b9a591d82ee5a43f36900e9

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/902ed6a00e715a11d61d5cc24e5c901f6e6ffa99...a657a8b3024554383b9a591d82ee5a43f36900e9
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/d29dbf01/attachment.html>


More information about the ghc-commits mailing list