summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* winio: Expand BlockedOnIOCompletion description.Andreas Klebinger2020-07-151-1/+3
* winio: add a note about file locking in the RTS.Andreas Klebinger2020-07-151-0/+16
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-152-8/+17
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-0/+5
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-153-1/+10
* winio: Use SlimReaderLocks and ConditonalVariables provided by the OS instead...Tamar Christina2020-07-151-42/+35
* rts/Disassembler.c: Use FMT_HexWord for printing values in hex formatStefan Schulze Frielinghaus2020-07-141-0/+2
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-031-0/+1
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-2/+2
* Cmm: introduce SAVE_REGS/RESTORE_REGSSylvain Henry2020-06-231-69/+0
* Update `make` based build systemSylvain Henry2020-06-171-1/+1
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+4
* rts: Remove unused GET_ENTRY closure macroÖmer Sinan Ağacan2020-06-101-2/+0
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-012-2/+2
* Always zero shrunk mutable array slop when profilingDaniel Gröber2020-06-011-5/+26
* Fix OVERWRITING_CLOSURE assuming closures are not inherently usedDaniel Gröber2020-06-011-21/+17
* Cleanup OVERWRITING_CLOSURE logicDaniel Gröber2020-06-013-36/+55
* eventlog: Fix racy flushingBen Gamari2020-05-271-0/+4
* fix printf warning when using with ghc with clang on mingwEmeka Nkurumeh2020-05-131-1/+1
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-0/+1
* users guide: Move eventlog documentation users guideBen Gamari2020-05-031-49/+9
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
* rts: Assert LDV_recordDead is not called for inherently used closuresDaniel Gröber2020-04-141-0/+7
* rts: Fix nomenclature in OVERWRITING_CLOSURE macrosDaniel Gröber2020-04-141-15/+16
* rts: Underline some Notes as is conventionalDaniel Gröber2020-04-141-0/+1
* rts: Expand and add more notes regarding slopDaniel Gröber2020-04-141-16/+23
* Zero out pinned block alignment slop when profilingDaniel Gröber2020-04-141-3/+6
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-0/+3
* Remove unused closure stg_IND_directÖmer Sinan Ağacan2020-04-021-1/+0
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-0/+1
* DynFlags refactoring IIISylvain Henry2020-03-251-3/+1
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-052-0/+40
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-291-0/+6
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-122-2/+2
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+3
* includes: Avoid using single-line comments in HsFFI.hBen Gamari2020-02-082-15/+23
* Make Block.h compile with c++ compilersMatthew Pickering2020-01-271-4/+9
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-252-3/+3
* unregisterised: Fix declaration for stg_NO_FINALIZERBen Gamari2020-01-201-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* Add "-Iw" RTS flag for minimum wait between idle GCs (#11134)Kevin Buhr2019-12-311-0/+1
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* rts: Consolidate spinlock implementationBen Gamari2019-11-231-47/+13
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-231-1/+27
* Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-191-0/+1
* Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller2019-11-192-3/+3
* nonmoving: Use correct info table pointer accessorBen Gamari2019-11-191-14/+0
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-011-0/+6