summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-011-0/+6
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-262-3/+11
* Merge non-moving garbage collectorBen Gamari2019-10-2315-20/+247
|\
| *-. Merge branches 'wip/gc/segment-header-to-bdescr' and 'wip/gc/docs' into wip/g...wip/gc/everything2Ben Gamari2019-10-222-11/+20
| |\ \
| | | * NonMoving: Add summarizing Notewip/gc/docsBen Gamari2019-10-221-0/+3
| | * | NonMoving: Move next_free_snap to block descriptorwip/gc/segment-header-to-bdescrBen Gamari2019-10-221-0/+1
| | * | NonMoving: Move block size to block descriptorBen Gamari2019-10-221-11/+16
| | |/
| * | NonMoving: Implement -xns to disable selector optimizationwip/gc/shortcuttingÖmer Sinan Ağacan2019-10-221-1/+3
| |/
| *-. Merge branches 'wip/gc/optimize' and 'wip/gc/test' into wip/gc/everythingwip/gc/everythingBen Gamari2019-10-221-0/+4
| |\ \
| | * | rts: Add prefetch macrosBen Gamari2019-10-221-0/+4
| | |/
| * | NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-222-1/+3
| * | rts: Tracing support for nonmoving collection eventsBen Gamari2019-10-221-1/+9
| |/
| * Fix unregisterised buildwip/gc/nonmoving-concurrentBen Gamari2019-10-225-22/+39
| * Nonmoving: Ensure write barrier vanishes in non-threaded RTSBen Gamari2019-10-213-6/+26
| * rts: Shrink size of STACK's dirty and marking fieldsBen Gamari2019-10-202-2/+21
| * rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-207-2/+112
| * rts: Non-concurrent mark and sweepÖmer Sinan Ağacan2019-10-201-1/+10
| * rts: Introduce flag to enable the nonmoving old generationBen Gamari2019-10-201-0/+2
| *-. Merge branches 'wip/gc/sync-without-capability' and 'wip/gc/aligned-block-all...wip/gc/preparationBen Gamari2019-10-201-0/+7
| |\ \
| | | * rts/BlockAlloc: Allow aligned allocation requestswip/gc/aligned-block-allocationÖmer Sinan Ağacan2019-10-181-0/+7
| | |/
| * | rts: Fix macro parenthesisationwip/gc/misc-rtsBen Gamari2019-10-181-1/+1
| * | rts: Give stack flags proper macrosBen Gamari2019-10-181-0/+5
| * | rts/GC: Add an obvious assertion during block initializationÖmer Sinan Ağacan2019-10-183-5/+18
| |/
* | eventlog: Dump cost centre stack on each sampleMatthew Pickering2019-10-231-0/+2
* | Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-224-1/+120
* | Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-202-1/+14
|/
* Simplify Configure in a few waysJohn Ericson2019-10-122-18/+1
* Remove GHC_STAGE guards from MachDepsBen Gamari2019-10-091-2/+0
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-091-0/+2
* Relayout generated header bodyBen Gamari2019-10-091-41/+41
* Rename STAGE macro to GHC_STAGEBen Gamari2019-10-091-4/+4
* Remove {Build,Host}Platform_NAME from headerJohn Ericson2019-10-041-11/+0
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-88/+159
* Add new debug flag -DZTobias Guggenmos2019-10-031-0/+1
* includes/CodeGen.Platform.hs don't include ghcautoconf.hJohn Ericson2019-09-251-1/+0
* rts: Add note reference to SET_PROF_HDR for profiling 'flip' bitDaniel Gröber2019-09-221-0/+2
* rts: Generalise profiling heap traversal flip bit handlingDaniel Gröber2019-09-221-1/+14
* rts: Remove bitrotten retainer debug codeDaniel Gröber2019-09-221-25/+9
* Document MIN_PAYLOAD_SIZE and mark-compact GC mark bitsÖmer Sinan Ağacan2019-09-211-3/+5
* Deduplicate `HaskellMachRegs.h` and `RtsMachRegs.h` headersJohn Ericson2019-09-174-71/+5
* eventlog: Add biographical and retainer profiling tracesMatthew Pickering2019-09-171-0/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-104-8/+8
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-5/+5
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-2/+2
* Expand the preallocated Int range to [-16,255]Andreas Klebinger2019-07-301-1/+1
* Make stage 1 GHC target independentJohn Ericson2019-07-241-8/+0
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-36/+36
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-092-12/+12
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-36/+36