summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Remove unused declarations in MarkWeak.hÖmer Sinan Ağacan2018-11-251-2/+0
* Revert "Fix uninformative hp2ps error when the cmdline contains double quotes"Ben Gamari2018-11-241-22/+8
* rts/MachO: Iterate through N (all) symbols, not M external symbolsDario Bertini2018-11-221-1/+1
* rts/MachO: A bit of refactoring in ocGetNamesDario Bertini2018-11-221-8/+7
* rts/MachO: Add a bit more debugging output to getNamesDario Bertini2018-11-221-4/+7
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-221-8/+22
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-223-13/+18
* rts: fix Windows megablock allocatorTamar Christina2018-11-221-5/+14
* rts: Fix bss initialization on WindowsTamar Christina2018-11-221-7/+6
* rts/M32Alloc: Abort if m32 linker mmap failsBen Gamari2018-11-221-0/+3
* Fix heap corruption during stable name allocationÖmer Sinan Ağacan2018-11-211-2/+13
* eventlog: Log the current stack size when stack overflowsMatthew Pickering2018-11-192-1/+10
* Tiny refactor in exitSchedulerÖmer Sinan Ağacan2018-11-191-3/+1
* Some assertions and comments in schedulerÖmer Sinan Ağacan2018-11-173-3/+10
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-1/+2
* rts: Add FALLTHROUGH macroBen Gamari2018-11-027-17/+18
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-022-29/+64
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-305-106/+92
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-3011-101/+76
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-281-4/+22
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-1511-76/+101
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-155-92/+106
* rts: Stop tracing environment variables (fixes #15371)Mitsutoshi Aoe2018-10-141-10/+0
* Fix PE linker wibblesTamar Christina2018-10-042-13/+28
* rts.cabal.in: add more flags to control the extra flavours (for hadrian)Alp Mestanogullari2018-10-021-16/+24
* Always check the relocation value for x86_64Zejun Wu2018-10-011-47/+79
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-241-2/+6
* Remove redundant slop zeroingÖmer Sinan Ağacan2018-09-211-6/+0
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-09-211-0/+5
* Remove -Waggregate-return when building RTSÖmer Sinan Ağacan2018-09-201-1/+0
* Updated PE linker, section alignment and cleanup.Tamar Christina2018-09-176-621/+704
* Stable name comment wibblesDavid Feuer2018-09-171-17/+2
* eventlog: Factor out eventlog header generation into separate functionBen Gamari2018-09-131-35/+40
* rts/Printer.c: always define the findPtr symbolAlp Mestanogullari2018-09-122-7/+8
* Refactor info table entry error messagesÖmer Sinan Ağacan2018-09-121-57/+57
* rts.cabal.in: advertise new default profiling ways for hadrianAlp Mestanogullari2018-09-111-3/+3
* Revert incorrect STM wakeup optimisationÖmer Sinan Ağacan2018-09-111-11/+6
* Various RTS bug fixes:Ömer Sinan Ağacan2018-09-072-3/+2
* Fix a race between GC threads in concurrent scavengingÖmer Sinan Ağacan2018-09-062-1/+10
* Remove an incorrect assertion in threadPaused:Ömer Sinan Ağacan2018-09-061-7/+0
* Finish stable splitDavid Feuer2018-08-2921-316/+465
* rts: Handle SMALL_MUT_ARR_PTRS in retainer profilterBen Gamari2018-08-281-0/+4
* Revert "Properly tag fun field of PAPs generated by ap_0_fast"Ömer Sinan Ağacan2018-08-221-8/+6
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-216-6/+76
* Properly tag fun field of PAPs generated by ap_0_fastÖmer Sinan Ağacan2018-08-211-6/+8
* rts: Align the_gc_thread to 64 bytesBen Gamari2018-08-211-1/+3
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-213-4/+6
* rts/RetainerProfile: Dump closure type if pop() failsRyan Scott2018-08-211-1/+1
* Revert "rts: Ensure that the_gc_thread is aligned"Ben Gamari2018-08-081-5/+1
* rts: Ensure that the_gc_thread is alignedBen Gamari2018-08-061-1/+5