summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
Commit message (Expand)AuthorAgeFilesLines
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-231-1/+2
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+3
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-111-1/+0
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-021-0/+4
* rts: Drop allocateExec and friendsBen Gamari2021-07-271-11/+0
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-3/+3
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+1
* Put Unique related global variables in the RTS (#19940)Sylvain Henry2021-06-051-0/+2
* rts: export allocateWrite, freeWrite and markExec #19763Adam Sandberg Ericsson2021-04-291-0/+10
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-0/+2
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+1
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-0/+3
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-031-0/+3
* Move absentError into ghc-prim.Andreas Klebinger2021-02-261-0/+1
* Move ioManager{Start,Wakeup,Die} to internal IOManager.hDuncan Coutts2021-01-251-2/+0
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-241-0/+1
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-171-0/+1
* rts: Add __mingw_vfprintf to RtsSymbols.cBen Gamari2020-10-161-1/+3
* Expose RTS-only ways (#18651)Sylvain Henry2020-10-091-0/+3
* rts: fix race condition in StgCRunTamar Christina2020-10-091-1/+1
* Remove unused global variablesSylvain Henry2020-09-301-2/+0
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-1/+3
* rts: Refactor foreign export trackingBen Gamari2020-09-181-1/+1
* rts: Add stg_copyArray_barrier to RtsSymbols listBen Gamari2020-09-081-0/+1
* Revert "[linker/rtsSymbols] More linker symbols"wip/angerman/revert-symbolswip/T18272Moritz Angermann2020-07-201-206/+17
* Revert "better if guards."Moritz Angermann2020-07-201-1/+1
* Revert "Fix (1)"Moritz Angermann2020-07-201-1/+1
* Revert "AArch32 symbols only on aarch32."Moritz Angermann2020-07-201-6/+5
* winio: Minor comments/renamingsBen Gamari2020-07-151-1/+1
* winio: Refactor non-threaded runner thread and scheduler interface.Andreas Klebinger2020-07-151-1/+0
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-6/+16
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-0/+3
* AArch32 symbols only on aarch32.Moritz Angermann2020-07-071-5/+6
* Fix (1)Moritz Angermann2020-07-071-1/+1
* better if guards.Moritz Angermann2020-07-071-1/+1
* [linker/rtsSymbols] More linker symbolsMoritz Angermann2020-07-071-17/+206
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-0/+1
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+3
* Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-191-0/+1
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+1
* Merge non-moving garbage collectorBen Gamari2019-10-231-0/+5
|\
| * rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-201-0/+5
* | Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-5/+39
|/
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Add `keepCAFs` to RtsSymbolsMoritz Angermann2019-05-251-0/+1
* rts/RtsSymbols: Drop __mingw_vsnwprintfBen Gamari2019-03-201-1/+0
* ghc-heap: Introduce closureSizeBen Gamari2019-03-171-0/+1
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-121-3/+0
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-9/+0