summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts/posix: Use less aggressive backoff schedule for heap reservation sizingBen Gamari2018-05-301-3/+8
* rts: Don't madvise if mmap failedBen Gamari2018-05-301-6/+8
* Move printMutableList to Printer.c next to other printersÖmer Sinan Ağacan2018-05-304-33/+16
* Handle TREC_CHUNK in printClosureÖmer Sinan Ağacan2018-05-301-0/+3
* Factor stack chunk printing out of printTSOÖmer Sinan Ağacan2018-05-291-2/+6
* Fix 32 bit windows buildTamar Christina2018-05-283-2/+3
* Add HeapView functionalityPatrick Dougherty2018-05-203-57/+253
* rts: Fix compaction of SmallMutArrPtrsBen Gamari2018-05-201-13/+15
* Fix retainer profiling after SRT overhaulSimon Marlow2018-05-191-147/+28
* Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try)Bartosz Nitka2018-05-174-28/+197
* Add /* fallthrough */ to fix -Wimplicit-fallthrough warningSimon Marlow2018-05-171-3/+5
* Merge FUN_STATIC closure with its SRTSimon Marlow2018-05-165-6/+8
* Save a word in the info table on x86_64Simon Marlow2018-05-163-6/+6
* 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