summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* printf CIwip/8.10.6-fixesZubin Duggal2021-06-202-6/+12
* Set min LLVM version to 9Zubin Duggal2021-06-161-1/+1
* Various documentation fixesKrzysztof Gogolewski2021-06-164-10/+15
* rts: export allocateWrite, freeWrite and markExec #19763wip/ghc-8.10-19763Adam Sandberg Ericsson2021-06-071-0/+10
* Update llvm-targetsghc-8.10.5-releasewip/8.10-changelog-updatesZubin Duggal2021-06-042-10/+7
* Update autoconf scriptsZubin Duggal2021-06-042-43/+57
* Bump stm and text submodulesZubin Duggal2021-06-042-0/+0
* Bump base and update unicode dataZubin Duggal2021-06-0413-64/+128
* Update release notesZubin Duggal2021-06-041-7/+15
* [hadrian] Do not add full tool pathsMoritz Angermann2021-05-313-3/+31
* [ci/darwin] set SH to /bin/bashMoritz Angermann2021-05-311-1/+1
* [ci/darwin] use system provided iconv and cursesMoritz Angermann2021-05-314-10/+35
* Don't depend unconditionally on xattr in darwin_installBen Gamari2021-05-311-1/+3
* [bindist] inject xattr -c -r . into the darwin install phaseMoritz Angermann2021-05-312-0/+17
* [ci] no more brew or pipMoritz Angermann2021-05-311-15/+0
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2021-05-2132-259/+842
* Add GHC 8.10.5 release notesBen Gamari2021-05-043-1/+131
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-05-044-28/+72
* testsuite: Add test for #19645Ben Gamari2021-05-043-0/+31
* rts: stats: Fix calculation for fragmentationDouglas Wilson2021-05-041-1/+1
* rts: stats: Some fixes to stats for sequential gcsDouglas Wilson2021-05-042-14/+37
* base: Enable large file support for OFD locking impl.wip/backports-8.10Ben Gamari2021-04-291-0/+3
* Fix pthread_setname_np in itimer for DarwinViktor Dukhovni2021-04-273-10/+34
* Block signals in the ticker threadViktor Dukhovni2021-04-203-13/+102
* Partial Revert "[darwin] stop the DYLD_LIBRARY_PATH madness"wip/angerman/8.10-fix-19640Moritz Angermann2021-04-101-3/+4
* Winferred-safe-imports: Do not exit with errorKirill Elagin2021-04-071-1/+1
* Always define USE_PTHREAD_FOR_ITIMER for FreeBSD.Gleb Popov2021-04-071-1/+1
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-04-074-12/+6
* configure: fix the use of some obsolete macros (#19189)Sylvain Henry2021-04-072-34/+34
* Ensure tcg_env is up-to-date when running typechecker pluginsalexbiehl2021-04-071-4/+8
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-04-071-2/+2
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-04-0710-3/+71
* gitlab-ci: Disable utimensat in Darwin buildsBen Gamari2021-04-071-0/+2
* Don't catch async exceptions when evaluating Template HaskellZubin Duggal2021-04-071-3/+20
* make: disable ghc package environments #18988Adam Sandberg Ericsson2021-04-072-0/+2
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2021-04-079-10/+60
* NCG: Codelayout: Distinguish conditional and other branches.Andreas Klebinger2021-04-071-3/+54
* Fix an tricky specialiser loopSimon Peyton Jones2021-04-075-123/+432
* rts: Fix joinOSThread on WindowsBen Gamari2021-04-071-1/+6
* More graceful crash in getPackageDetails (#19370)Sylvain Henry2021-03-291-5/+6
* [gitlab-ci] align closer to masterwip/angerman/8.10.5-releaseMoritz Angermann2021-03-291-45/+34
* [gitlab-ci] artifacts:when:alwaysMoritz Angermann2021-03-291-0/+4
* [ci] don't make marge double build.Moritz Angermann2021-03-291-8/+24
* Make the CI jobs interruptibleHécate Moonlight2021-03-291-0/+22
* [armv7] PIC by default + [aarch64-linux] T11276 metric increaseMoritz Angermann2021-03-292-1/+2
* [armv7] arm32 needs symbols!Moritz Angermann2021-03-292-3/+5
* [testlib] ignore strip warningsMoritz Angermann2021-03-291-0/+4
* [llvm backend] fixup supportedLlvmVersion{Min,Max} exportswip/angerman/ghc-8.10.5-final-backportsMoritz Angermann2021-03-261-1/+2
* linker: Fix atexit handlers on PETamar Christina2021-03-262-3/+5
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-2610-34/+242