[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 9 commits: users-guide: A bit of clean-up in profiling flag documentation

Marge Bot gitlab at gitlab.haskell.org
Thu Nov 19 15:10:35 UTC 2020



 Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
3e5329b9 by Ben Gamari at 2020-11-19T10:10:16-05:00
users-guide: A bit of clean-up in profiling flag documentation

- - - - -
8470c8ab by Ben Gamari at 2020-11-19T10:10:16-05:00
testsuite: Refactor CountParserDeps

- - - - -
42151151 by Ben Gamari at 2020-11-19T10:10:16-05:00
Introduce -fprof-callers flag

This introducing a new compiler flag to provide a convenient way to
introduce profiler cost-centers on all occurrences of the named
identifier.

Closes #18566.

- - - - -
b15fb06a by Krzysztof Gogolewski at 2020-11-19T10:10:19-05:00
Export indexError from GHC.Ix (#18579)

- - - - -
d4c0cadc by Sylvain Henry at 2020-11-19T10:10:24-05:00
Move Plugins into HscEnv (#17957)

Loaded plugins have nothing to do in DynFlags so this patch moves them
into HscEnv (session state).

"DynFlags plugins" become "Driver plugins" to still be able to register
static plugins.

Bump haddock submodule

- - - - -
68aa3d6e by Sylvain Henry at 2020-11-19T10:10:24-05:00
Don't initialize plugins in the Core2Core pipeline

Some plugins can be added via TH (cf addCorePlugin). Initialize them in
the driver instead of in the Core2Core pipeline.

- - - - -
a91c5996 by Greg Steuck at 2020-11-19T10:10:26-05:00
Find hadrian location more reliably in cabal-install output

Fix #18944

- - - - -
31c96b6a by Ben Gamari at 2020-11-19T10:10:26-05:00
gitlab-ci: Add usage message to ci.sh

- - - - -
3147e41d by Ben Gamari at 2020-11-19T10:10:26-05:00
gitlab-ci: Add VERBOSE environment variable

And change the make build system's default behavior to V=0, greatly
reducing build log sizes.

- - - - -


30 changed files:

- .gitlab/ci.sh
- compiler/GHC.hs
- compiler/GHC/Core/Lint.hs
- + compiler/GHC/Core/Opt/CallerCC.hs
- + compiler/GHC/Core/Opt/CallerCC.hs-boot
- compiler/GHC/Core/Opt/Monad.hs
- compiler/GHC/Core/Opt/Pipeline.hs
- compiler/GHC/Driver/Env.hs
- compiler/GHC/Driver/Main.hs
- compiler/GHC/Driver/Monad.hs
- compiler/GHC/Driver/Pipeline.hs
- compiler/GHC/Driver/Pipeline/Monad.hs
- compiler/GHC/Driver/Plugins.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/HsToCore.hs
- compiler/GHC/Iface/Load.hs
- compiler/GHC/Iface/Make.hs
- compiler/GHC/Iface/Recomp.hs
- compiler/GHC/Iface/Recomp/Flags.hs
- compiler/GHC/Runtime/Context.hs
- compiler/GHC/Runtime/Eval.hs
- compiler/GHC/Runtime/Loader.hs
- compiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Module.hs
- compiler/ghc.cabal.in
- docs/users_guide/9.2.1-notes.rst
- docs/users_guide/extending_ghc.rst
- docs/users_guide/profiling.rst
- ghc/GHCi/UI.hs
- ghc/Main.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ded01ab9bb90d712a8825ad0c25937963d475272...3147e41da9355f04da3b438d342ce259c8183a38

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ded01ab9bb90d712a8825ad0c25937963d475272...3147e41da9355f04da3b438d342ce259c8183a38
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/20201119/97df2e63/attachment.html>


More information about the ghc-commits mailing list