summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modularize GHC.Core.Opt.LiberateCasewip/cmm-dominatorsDominik Peteler2022-05-224-16/+51
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-227-21/+130
* Test DESTDIR in test_hadrian()wip/type-dataJulian Ospald2022-05-211-2/+23
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Julian Ospald2022-05-211-25/+24
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-2149-362/+1306
* validate: Use $make rather than makeMatthew Pickering2022-05-201-1/+1
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-05-203-5/+7
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-203-1/+101
* nonmoving: Fix documentation of GC statistics fieldsBen Gamari2022-05-202-25/+17
* document fields of `DominatorSet`Andreas Klebinger2022-05-201-2/+2
* add HasDebugCallStack; remove unneeded extensionsNorman Ramsey2022-05-201-16/+19
* add dominator-tree functionNorman Ramsey2022-05-201-0/+12
* add dominator analysis of `CmmGraph`Norman Ramsey2022-05-202-0/+201
* configure: Check CC_STAGE0 for --target supportBen Gamari2022-05-193-12/+16
* hadrian: Don't attempt to build dynamic profiling librariesMatthew Pickering2022-05-191-1/+1
* ci: Use correct syntax when args list is emptyMatthew Pickering2022-05-191-1/+1
* ci: Don't build sphinx documentation on centosMatthew Pickering2022-05-192-0/+6
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-198-126/+161
* testsuite: Add tests for #21336Ben Gamari2022-05-197-0/+47
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-194-15/+70
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-1911-31/+104
* Give all EXTERN_INLINE closure macros prototypesAndreas Klebinger2022-05-171-12/+36
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-1723-258/+317
* Add test for #21558Matthew Pickering2022-05-172-0/+17
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-05-172-43/+92
* CafAnal: Improve code clarityBen Gamari2022-05-172-100/+131
* Remove unused test files (#21582)Vladislav Zavialov2022-05-174-751/+0
* Bump time submodule to 1.12.2Matthew Pickering2022-05-171-0/+0
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-05-177-51/+201
* Adjust flags for pprTraceSimon Peyton Jones2022-05-172-4/+18
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-1720-76/+120
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-05-177-0/+43
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-1710-8/+118
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-05-171-2/+2
* driver: Introduce pgmcxxBen Gamari2022-05-1717-15/+55
* TcPlugin: access to irreducible givens + fix passed ev_binds_varPavol Vargovcik2022-05-1611-16/+144
* Misc cleanupKrzysztof Gogolewski2022-05-1618-66/+50
* Add arity to the INLINE pragmas for pattern synonymsSimon Peyton Jones2022-05-165-34/+214
* packaging: Introduce CI job for generating hackage documentationMatthew Pickering2022-05-163-7/+270
* Make closure macros EXTERN_INLINE to make debugging easierAndreas Klebinger2022-05-161-34/+34
* hadrian: Uniformly enable -dlint with enableLinting transformerMatthew Pickering2022-05-162-3/+5
* hadrian: Introduce linting flavour transformer (+lint)Ben Gamari2022-05-162-0/+19
* Comments only around HsWrapperSimon Peyton Jones2022-05-132-7/+27
* Re-export augment and build from GHC.ListBen Gamari2022-05-132-0/+5
* testsuite: Add tests for #21556Ben Gamari2022-05-137-0/+33
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-133-2/+13
* rts: Add debug output on ocResolve failureBen Gamari2022-05-131-1/+4
* Fix printing of brackets in multiplicities (#20315)jackohughes2022-05-138-10/+27
* Update extending_ghc for TcPlugin changessheaf2022-05-121-6/+6
* Decouple dynflags in GHC.Core.Opt.Arity (related to #17957)Andre Marianiello2022-05-122-24/+31