summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "rts, base: Refactor stats.c to improve --machine-readable report"Ben Gamari2018-03-202-664/+302
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-192-302/+664
* Fix typoGabor Greif2018-03-191-1/+1
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-193-14/+23
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-1912-30/+293
* Update a comment in Exception.cmmÖmer Sinan Ağacan2018-03-131-1/+1
* Comment improvements on interpreter breakpoint IO actionÖmer Sinan Ağacan2018-03-131-5/+5
* Fix a debug print in disassembler (#14905)Ömer Sinan Ağacan2018-03-101-1/+5
* Compacted arrays are pinned for isByteArrayPinned#Simon Marlow2018-03-091-1/+2
* Fix typo in description of -V RTS flagTej Chajed2018-03-071-1/+1
* Schedule.c: remove unreachable code blockÖmer Sinan Ağacan2018-03-072-22/+0
* Schedule.c: remove a redundant CPP guardÖmer Sinan Ağacan2018-03-061-2/+0
* Correct default -A value in RTS flag usage infoSimon Jakobi2018-03-021-1/+1
* rts/win32: Assert that the IO manager has been initialisedSimon Jakobi2018-03-021-18/+15
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-022-1/+6
* rts: Note functions which must take all_tasks_mutex.Ben Gamari2018-03-023-0/+6
* forkProcess: fix task mutex release orderÖmer Sinan Ağacan2018-03-021-4/+4
* RTS: Remove unused retainer schemesSimon Jakobi2018-02-253-172/+1
* RTS: Remember to free some pointersSimon Jakobi2018-02-251-3/+12
* myThreadId# is trivial; make it an inline primopSimon Marlow2018-02-182-6/+0
* rts.cabal.in: advertise profiling flavours of libraries, behind a flagAlp Mestanogullari2018-02-151-1/+12
* Update .cabal files for Cabal 2.1Moritz Angermann2018-02-151-2/+2
* Adds `smp` flag to rts.cabal.Moritz Angermann2018-02-151-0/+4
* Evac.c: remove unused CPP guardÖmer Sinan Ağacan2018-02-121-3/+0
* Use SPDX syntax in rts/package.conf.inHerbert Valerio Riedel2018-02-071-1/+1
* rts: fix some barf format specifiers.Douglas Wilson2018-02-062-2/+2
* rts: Use BITS_IN macro in bitmap calculationsÖmer Sinan Ağacan2018-02-062-8/+8