summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Revert "rts: Use .cfi_{start|end}proc directives"Ben Gamari2018-06-171-18/+1
* rts: Remove use of __USE_MINGW_ANSI_STDIOBen Gamari2018-06-161-13/+0
* rts: Use .cfi_{start|end}proc directivesBen Gamari2018-06-161-1/+18
* Make dtrace enabled GHC work as a bootstrap compiler on FreeBSDBen Gamari2018-06-151-6/+26
* Revert "rts: Don't keep findPtr symbol alive if not -DDEBUG"Ben Gamari2018-06-141-4/+0
* rts: Don't keep findPtr symbol alive if not -DDEBUGBen Gamari2018-06-141-0/+4
* rts: Ignore RLIMIT_AS if it is zeroBen Gamari2018-06-141-1/+3
* Minor refactoring and docs in selector optimisationÖmer Sinan Ağacan2018-06-141-17/+38
* rts: Fix a var name in a comment, fix a typoÖmer Sinan Ağacan2018-06-122-2/+2
* rts: Handle SMALL_MUT_ARR_PTRS in checkClosureÖmer Sinan Ağacan2018-06-091-0/+12
* rts: Fix reference to srt_bitmap in ASSERT in RetainerProfileBen Gamari2018-06-071-1/+1
* Do not scavenge SMALL_MUT_ARR_PTRS_CLEAN in mut_listsÖmer Sinan Ağacan2018-06-071-0/+1
* rts: Reuse dbl_link_remove in a few placesÖmer Sinan Ağacan2018-06-051-16/+2
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-0517-141/+116
* rts: Query system rlimit for maximum address-space sizeBen Gamari2018-06-021-0/+11
* rts: Rip out support for STM invariantsBen Gamari2018-06-0211-469/+30
* 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