summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Run ARMv7 jobs when ~ARM label is usedwip/armv7l-ciBen Gamari2022-08-102-75/+78
* gitlab-ci: Fix ARMv7 buildBen Gamari2022-08-102-5/+21
* Fix size_up_alloc to account for UnliftedDatatypessheaf2022-08-091-4/+3
* gitlab-ci: Bump to use freebsd13 runnersBen Gamari2022-08-093-39/+40
* system-cxx-std-lib: Add support for FreeBSD libcxxrtBen Gamari2022-08-091-20/+55
* rts/linker: Resolve iconv_* on FreeBSDBen Gamari2022-08-091-9/+50
* Cleanups around pretty-printingKrzysztof Gogolewski2022-08-0913-63/+27
* hadrian: Fix access mode of installed package registration filesBen Gamari2022-08-091-0/+2
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-094-46/+41
* gitlab-ci: Don't use coreutils on DarwinBen Gamari2022-08-091-1/+0
* testsuite: Add test for #21962Ben Gamari2022-08-082-0/+12
* rts: Ensure that Array# card arrays are initializedBen Gamari2022-08-082-1/+7
* gitlab-ci: Add basic support for cross-compiler testiingBen Gamari2022-08-084-25/+65
* Bump process submoduleBen Gamari2022-08-081-0/+0
* gitlab-ci: Introduce validation job for aarch64 cross-compilationBen Gamari2022-08-082-1/+128
* gitlab-ci: Add release job for aarch64/debian 11Ben Gamari2022-08-082-0/+178
* Document a divergence from the report in parsing function lhss.Andreas Klebinger2022-08-081-0/+4
* rts: remove redundant stg_traceCcszhCheng Shao2022-08-083-17/+0
* dataToTag#: Skip runtime tag check if argument is infered taggedAndreas Klebinger2022-08-085-11/+499
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-084-0/+95
* hadrian: Extend xattr Darwin hack to cover /libBen Gamari2022-08-071-1/+7
* hadrian: Fix naming of cross-compiler wrapperswip/cross-bindistBen Gamari2022-08-072-16/+22
* hadrian: Don't use mk/config.mk.inBen Gamari2022-08-074-3/+292
* gitlab-ci: Bump Docker imagesBen Gamari2022-08-071-1/+1
* hadrian: Fix installation of system-cxx-std-lib package confBen Gamari2022-08-071-1/+1
* hadrian: Fix binary distribution install attributesBen Gamari2022-08-072-36/+61
* users-guide: Add release notes entry for thread introspection supportwip/thread-statusBen Gamari2022-08-061-0/+5
* base: Share finalization thread labelBen Gamari2022-08-062-4/+12
* Add a primop to query the label of a threadBen Gamari2022-08-0610-1/+47
* rts: Move thread labels into TSOBen Gamari2022-08-0627-155/+154
* Add primop to list threadsBen Gamari2022-08-0616-4/+135
* base: Organize Haddocks in GHC.Conc.SyncBen Gamari2022-08-061-15/+22
* genprimopcode: Drop ArrayArray# referencesBen Gamari2022-08-061-2/+0
* rts: Fix code styleBen Gamari2022-08-061-14/+14
* compiler: Eliminate two uses of foldr in favor of foldl'Ben Gamari2022-08-062-2/+2
* gitlab-ci: Fix hadrian bootstrapping of release pipelinesBen Gamari2022-08-062-3/+11
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-0617-43/+286
* StgToCmm: Fix isSimpleScrut when profiling is enabled.Andreas Klebinger2022-08-063-27/+32
* Add one more sanity check in stg_restore_cccsAndreas Klebinger2022-08-061-0/+4
* Make dropTail comment a haddock commentAndreas Klebinger2022-08-061-1/+1
* Improve BUILD_PAP commentsAndreas Klebinger2022-08-061-0/+3
* Fix equality operator in jspace testMatthew Pickering2022-08-051-2/+2
* codeGen/X86: Don't clobber switch variable in switch generationBen Gamari2022-08-051-2/+3
* ci: Fix pages jobMatthew Pickering2022-08-051-1/+4
* Remove backported items from 9.6 release notesKrzysztof Gogolewski2022-08-051-10/+1
* findExternalRules: Don't needlessly traverse the list of rules.Andreas Klebinger2022-08-041-4/+3
* cmm: Remove unused ReadOnlyData16Cheng Shao2022-08-045-16/+0
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-044-80/+56
* Fix leaks in --make mode when there are module loopsMatthew Pickering2022-08-0410-96/+405
* Force name selectors to ensure no reference to Ids enter the NameCacheMatthew Pickering2022-08-041-2/+2