summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Debug CIwip/ghc-abihashZubin Duggal2022-02-071-1/+3
* Always insert abi-depends in ghc-pkgZubin Duggal2022-02-071-2/+2
* Debug CIZubin Duggal2022-02-051-0/+1
* Fix stage1-testZubin Duggal2022-02-051-5/+7
* Fix stage1-testZubin Duggal2022-02-051-6/+4
* Fix hpcZubin Duggal2022-02-051-1/+2
* Use default flavourZubin Duggal2022-02-051-0/+1
* more fixesZubin Duggal2022-02-055-34/+15
* reinstallable Setup.hsZubin Duggal2022-02-0591-293/+1205
* hadrian: detect if 'main' is not a haskell file and add it to appropriate lis...Zubin Duggal2022-02-051-3/+13
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-042-5/+8
* llvmGen: Handle unaligned loads/storesBen Gamari2022-02-041-7/+7
* Fix array primop alignmentBen Gamari2022-02-042-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-0418-80/+99
* Introduce alignment in CmmLoadBen Gamari2022-02-0426-158/+193
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-0411-23/+31
* Add commentsBen Gamari2022-02-041-0/+2
* Drop dead codeBen Gamari2022-02-041-2/+0
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-045-2/+10
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-0414-81/+212
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-0460-450/+1063
* ci: Add debian 11 jobs (validate/release/nightly)Matthew Pickering2022-02-031-1/+34
* Rewrite CallerCC parser using ReadPMatthew Pickering2022-02-036-14/+63
* Unbreak T13168 on windowsMatthew Pickering2022-02-031-2/+1
* Remove ghc_plugin_wayMatthew Pickering2022-02-033-46/+32
* Add flushes to plugin tests which print to stdoutMatthew Pickering2022-02-033-1/+20
* Accept new output for T14335 testMatthew Pickering2022-02-031-1/+1
* T13168: Filter out rtsopts for consistency between dynamic and static waysMatthew Pickering2022-02-032-5/+1
* Filter out -rtsopts in T16219 to make static/dynamic ways agreeMatthew Pickering2022-02-032-7/+1
* Mark prog003 as expected_broken on static way #20704Matthew Pickering2022-02-031-0/+1
* Don't initialise plugins when there are no pipelines to runMatthew Pickering2022-02-032-2/+4
* Frontend01 passes with static GHCMatthew Pickering2022-02-033-10/+1
* Add failing test for #20791Matthew Pickering2022-02-032-0/+8
* Check type first then expressionPeter Trommler2022-02-021-1/+1
* Cmm: fix equality of expressionsPeter Trommler2022-02-021-1/+1
* More accurate unboxingSimon Peyton Jones2022-02-029-384/+823
* testsuite: Honour PERF_BASELINE_COMMIT when computing allowed metric changesMatthew Pickering2022-02-022-2/+21
* Replace sndOfTriple with sndOf3Andreas Klebinger2022-02-021-5/+4
* Refactor the escaping kind check for data constructorsSimon Peyton Jones2022-02-022-58/+64
* Fix @since annotation on NatMorrow2022-02-021-1/+1
* Two small improvements in the SimplifierSimon Peyton Jones2022-02-025-17/+18
* rts: Address failures to inlineDouglas Wilson2022-02-028-76/+98
* Fix a few Note inconsistenciesBen Gamari2022-02-01235-498/+428
* Consistently upper-case "Note ["Ben Gamari2022-02-0154-198/+198
* Use braces in TH LambdaCase and where clausesElton2022-02-0113-26/+67
* Use braces in TH case pprint (fixes #20893)Elton2022-02-014-1/+45
* Make typechecker trace less strictSimon Peyton Jones2022-01-311-2/+4
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-313-10/+30
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-3135-650/+805
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-314-59/+111