summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* An overhaul of the SRT representationSimon Marlow2018-05-165-103/+83
* Force findPtr to be included in the binarySimon Marlow2018-05-162-0/+16
* Ensure that RTS cabal file reflects dependency on libnumaBen Gamari2018-05-151-0/+4
* rts: export new absentSumFieldError from baseSergei Trofimovich2018-05-143-0/+5
* Revert "rts: Compile with gcc -Og"Ben Gamari2018-05-142-2/+2
* rts: Compile with gcc -OgBen Gamari2018-05-132-2/+2
* Fix a few GCC warningsMichal Terepeta2018-05-135-13/+16
* Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-124-172/+28
* Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-114-28/+172
* BlockAlloc.c: reuse tail_of functionÖmer Sinan Ağacan2018-05-111-8/+7
* Fix #15038Ömer Sinan Ağacan2018-05-102-0/+9
* printStackChunk: recognise a few more ret framesÖmer Sinan Ağacan2018-05-061-0/+12
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-034-0/+21
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-031-1/+0
* Fix NUMA support on Windows (#15049)David Kraeutmann2018-05-032-9/+17
* storageAddCapabilities: fix bug in updating nursery pointersSimon Marlow2018-05-021-2/+5
* rts: Allow profiling by closure type in prof wayBen Gamari2018-05-012-6/+5
* rts: Add -hT to the rts usage messageBen Gamari2018-05-011-0/+3
* rts: Don't disable formatting warning in RetainerSet.cBen Gamari2018-05-011-1/+0
* Stable.c: minor refactoring, add/update some commentsÖmer Sinan Ağacan2018-04-251-29/+20
* Typo fix in scavenge_one comment [skip ci]Ömer Sinan Ağacan2018-04-221-1/+1
* Remove a outdated comment [skip ci]Ömer Sinan Ağacan2018-04-211-3/+0
* rts: Use g0 for &generations[0]Ömer Sinan Ağacan2018-04-211-3/+2
* s/traverse_weak_ptr_list/traverseWeakPtrList in comments [skip ci]Ömer Sinan Ağacan2018-04-211-5/+5
* rts: fix format arguments for debugBelch calls on 32-bit systemsSergei Trofimovich2018-04-193-3/+3
* Remove markSignalHandlersÖmer Sinan Ağacan2018-04-164-35/+0
* rts: Comment wibblesBen Gamari2018-04-161-0/+2
* Revert "Fix processHeapClosureForDead CONSTR_NOCAF case:"Ben Gamari2018-04-131-4/+1
* Fix rts.cabal.inAndrey Mokhov2018-04-131-1/+4
* Fix processHeapClosureForDead CONSTR_NOCAF case:Ömer Sinan Ağacan2018-04-131-1/+4
* Remove fs files from rts install-includes.Tamar Christina2018-04-121-2/+0
* Revert "Remove fs files from rts install-includes."Tamar Christina2018-04-121-0/+2
* Remove fs files from rts install-includes.Tamar Christina2018-04-121-2/+0
* Schedule.c: remove some unused parametersÖmer Sinan Ağacan2018-04-111-13/+13
* Schedule.c: remove unused codeÖmer Sinan Ağacan2018-04-111-13/+0
* Minor typofix in LoadArchive.cEdward Z. Yang2018-04-101-1/+1
* rts/RetainerProfile: Handle BLOCKING_QUEUESBen Gamari2018-04-101-1/+10
* Remove PARALLEL_HASKELL commentsÖmer Sinan Ağacan2018-04-101-2/+0
* Add a forgotten newline in a debug printÖmer Sinan Ağacan2018-04-101-1/+1
* Remove unused bdescr flag BF_FREEÖmer Sinan Ağacan2018-04-051-1/+1
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-3113-11/+41
* printClosure: slightly improve MVAR printingÖmer Sinan Ağacan2018-03-311-2/+24
* Update a few comments regarding CAF listsÖmer Sinan Ağacan2018-03-302-7/+7
* rts: One last formatting string fixBen Gamari2018-03-291-1/+1
* More format string fixesBen Gamari2018-03-271-5/+5
* rts: Fix profiled build after D4529Ben Gamari2018-03-272-4/+6
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-262-302/+664
* rts/RetainerProfile: Dump closure type if push() failsRyan Scott2018-03-251-1/+1
* Run C finalizers incrementally during mutationSimon Marlow2018-03-255-12/+149
* Add Note [BLACKHOLE points to IND]Simon Marlow2018-03-253-0/+15