summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
Commit message (Expand)AuthorAgeFilesLines
* Tag inference work.Andreas Klebinger2022-02-121-0/+6
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+0
* Levity-polymorphic arrays and mutable variablessheaf2022-01-261-3/+0
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-1/+2
* rts: Consolidate RtsSymbols from libcBen Gamari2022-01-151-2/+6
* rts: Only declare environ when necessaryBen Gamari2022-01-111-1/+8
* rts/RtsSymbols: Provide a proper prototype for environBen Gamari2021-12-011-1/+5
* rts/RtsSymbols: fini arrayBen Gamari2021-10-121-0/+13
* rts/RtsSymbols: Declare atexit as a strong symbolBen Gamari2021-10-121-1/+10
* rts/linker: Introduce a notion of strong symbolsBen Gamari2021-10-121-10/+20
* rts/RtsSymbols: Add environBen Gamari2021-10-121-0/+1
* 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