[Git][ghc/ghc][wip/ghci-primcall] 8 commits: HsToken in TypeArg (#19623)

Luite Stegeman (@luite) gitlab at gitlab.haskell.org
Fri Jan 6 08:03:13 UTC 2023



Luite Stegeman pushed to branch wip/ghci-primcall at Glasgow Haskell Compiler / GHC


Commits:
9e077999 by Vladislav Zavialov at 2023-01-05T23:01:55-05:00
HsToken in TypeArg (#19623)

Updates the haddock submodule.

- - - - -
b2a2db04 by Matthew Pickering at 2023-01-05T23:02:30-05:00
Revert "configure: Drop uses of AC_PROG_CC_C99"

This reverts commit 7c6de18dd3151ead954c210336728e8686c91de6.

Centos7 using a very old version of the toolchain (autotools-2.69) where
the behaviour of these macros has not yet changed. I am reverting this
without haste as it is blocking the 9.6 branch.

Fixes #22704

- - - - -
f00059b2 by Luite Stegeman at 2023-01-06T14:03:47+09:00
Add PrimCallConv suppport to GHCi

- - - - -
ef05668c by Luite Stegeman at 2023-01-06T14:03:47+09:00
make bytecode assembler assertion failures more descriptive

- - - - -
66bcc2db by Luite Stegeman at 2023-01-06T14:03:47+09:00
fix typo in testcase

- - - - -
f5ea9a1e by Luite Stegeman at 2023-01-06T14:03:47+09:00
fix whitespace

- - - - -
2ab54402 by Luite Stegeman at 2023-01-06T14:03:47+09:00
fix GHCiPrimCall expected output

- - - - -
ee171e8b by Luite Stegeman at 2023-01-06T16:53:29+09:00
add GHCiPrimCall expected test output for wordsize 32

- - - - -


30 changed files:

- compiler/GHC/ByteCode/Asm.hs
- compiler/GHC/ByteCode/Instr.hs
- compiler/GHC/ByteCode/Types.hs
- compiler/GHC/Cmm/CallConv.hs
- compiler/GHC/Cmm/Parser.y
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/Hs/Type.hs
- compiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Rename/HsType.hs
- compiler/GHC/StgToByteCode.hs
- compiler/GHC/StgToCmm/Foreign.hs
- compiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Tc/Gen/Sig.hs
- compiler/GHC/Tc/TyCl.hs
- compiler/GHC/ThToHs.hs
- compiler/Language/Haskell/Syntax/Type.hs
- configure.ac
- distrib/configure.ac.in
- + m4/fp_set_cflags_c99.m4
- rts/Disassembler.c
- rts/Interpreter.c
- rts/RtsSymbols.c
- rts/StgMiscClosures.cmm
- rts/include/rts/Bytecodes.h
- rts/include/stg/MiscClosures.h


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4d2aba408321ed72562dbbbbcda1de6218707205...ee171e8b127a7f11aedbfe45e284f08636588dec

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4d2aba408321ed72562dbbbbcda1de6218707205...ee171e8b127a7f11aedbfe45e284f08636588dec
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/20230106/b4d9654f/attachment.html>


More information about the ghc-commits mailing list