summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close #19000 by fixing polarity of a comparisonwip/T19000Richard Eisenberg2020-11-301-1/+1
* Allow deploy:pages job to failRyan Scott2020-11-301-0/+2
* rts/linker: Replace some ASSERTs with CHECKBen Gamari2020-11-305-38/+35
* rts: Use CHECK instead of assertBen Gamari2020-11-302-30/+28
* rts/m32: Refactor handling of allocator seedingBen Gamari2020-11-301-25/+36
* nonmoving: Ensure that evacuated large objects are markedGHC GitLab CI2020-11-292-7/+60
* nonmoving: Add reference to Ueno 2016Ben Gamari2020-11-291-2/+7
* nonmoving: Don't join to mark_thread on shutdownGHC GitLab CI2020-11-291-1/+0
* OSThreads: Fix error code checkingGHC GitLab CI2020-11-291-2/+3
* Updates: Don't zero slop until closure has been pushedGHC GitLab CI2020-11-291-1/+1
* nonmoving: Add missing write barrier in shrinkSmallByteArrayGHC GitLab CI2020-11-291-0/+15
* rts/Messages: Add missing write barrier in THROWTO message updateGHC GitLab CI2020-11-293-6/+14
* nonmoving: Fix regression from TSAN workGHC GitLab CI2020-11-291-7/+2
* ThreadPaused: Don't zero slop until free vars are pushedGHC GitLab CI2020-11-292-6/+11
* withTimings: Emit allocations counterBen Gamari2020-11-291-5/+14
* testsuite: Mark T14702 as fragile on WindowsBen Gamari2020-11-281-0/+1
* Cleanup some primop constructor namesJohn Ericson2020-11-283-67/+67
* Make primop handler indentation more consistentJohn Ericson2020-11-281-49/+49
* Small optimization to CmmSink.Andreas Klebinger2020-11-281-4/+11
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-2822-22/+1046
* gitlab-ci: Only deploy GitLab Pages in ghc/ghc>Ben Gamari2020-11-281-1/+3
* gitlab-ci: Introduce a nightly cross-compilation jobBen Gamari2020-11-282-5/+47
* hadrian: fix ghc-pkg uses (#17601)Sylvain Henry2020-11-281-6/+24
* Hadrian: fix detection of ghc-pkg for cross-compilersSylvain Henry2020-11-281-4/+12
* rts: Allocate MBlocks with MAP_TOP_DOWN on WindowsBen Gamari2020-11-271-1/+4
* RegAlloc: Add missing raPlatformfield to RegAllocStatsSpillAndreas Klebinger2020-11-262-2/+7
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* rts: Use RTS_LIKELY in CHECKBen Gamari2020-11-261-2/+2
* Set dynamic users-guide TOC spacing (fixes #18554)Tim Barnes2020-11-261-0/+3
* Fix toArgRep to support 64-bit reps on all systemsSylvain Henry2020-11-266-65/+81
* RTS: Fix failed inlining of copy_tag.Andreas Klebinger2020-11-262-8/+18
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2671-582/+1067
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-246-8/+47
* gitlab-ci: Run LLVM builds on Debian 10Ben Gamari2020-11-241-17/+17
* gitlab-ci: Run LLVM job on appropriately-labelled MRsBen Gamari2020-11-241-2/+3
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-2411-11/+75
* hadrian: Drop redundant flavour definitionsBen Gamari2020-11-226-94/+5
* hadrian: Add profiled_ghc and no_dynamic_ghc modifiersBen Gamari2020-11-222-0/+27
* hadrian: Add a viaLlvmBackend modifierBen Gamari2020-11-223-6/+12
* hadrian: Introduce notion of flavour transformersBen Gamari2020-11-223-5/+104
* hadrian: Dump STG when ticky is enabledBen Gamari2020-11-221-1/+7
* Bump time submodule to 1.11.1Ben Gamari2020-11-229-12/+14
* Implement -ddump-c-backend argumentBen Gamari2020-11-224-1/+19
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-2114-7/+204
* hadrian: Disable stripping when debug information is enabledBen Gamari2020-11-211-3/+5
* dwarf: Apply info table offset consistentlyBen Gamari2020-11-211-5/+19
* Add regression test for #10504Ryan Scott2020-11-214-0/+15
* Don't initialize plugins in the Core2Core pipelineSylvain Henry2020-11-212-9/+11
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-2124-159/+204