summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* RTS: Reduce MBLOCK_SPACE_SIZE on AArch64Erik de Castro Lopo2015-08-291-0/+5
* fix 64bit two-stage allocator on Solaris/AMD64 platform (#10790)Karel Gardas2015-08-251-1/+1
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* rts/Printer.c: speed up '-Da' printer for 'LIBBFD' buildSergei Trofimovich2015-08-181-81/+11
* Make rts/ThreadLabels.c threadsafe for debug runtime.Sergei Trofimovich2015-08-171-1/+29
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-269/+307
* Rejigger OSMem.my_mmap to allow building on MacRichard Eisenberg2015-08-061-28/+31
* Fix incorrect stack pointer usage in StgRun() on x86_64Ben Gamari2015-08-031-11/+10
* Typos in commentsGabor Greif2015-08-011-1/+1
* Fix #7919 (again)Simon Marlow2015-07-311-13/+35
* Eliminate zero_static_objects_list()Simon Marlow2015-07-2811-119/+136
* Revert "Eliminate zero_static_objects_list()"Simon Marlow2015-07-2711-134/+119
* Revert "RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR"Simon Marlow2015-07-271-1/+0
* RetainerProfile: Add missing UNTAG_STATIC_LIST_PTRBen Gamari2015-07-241-0/+1
* rts/sm: Add missing argument names in function definitionsBen Gamari2015-07-231-6/+6
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-228-53/+905
* Eliminate zero_static_objects_list()Simon Marlow2015-07-2211-119/+134
* initGroup: only initialize the first and last blocks of a groupSimon Marlow2015-07-151-15/+11
* Don't get a new nursery if we exceeded large_alloc_limSimon Marlow2015-07-151-12/+19
* Delete the WayPar wayThomas Miedema2015-07-102-26/+3
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-073-9/+15
* Update comments around blackholesSimon Marlow2015-07-073-11/+14
* Fix offset calculation in __stg_gc_funSimon Marlow2015-07-061-2/+3
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-061-2/+16
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-033-1/+126
* disable check for .init_array section on OpenBSDKarel Gardas2015-07-011-2/+2
* Fix deadlock (#10545)Simon Marlow2015-06-265-130/+206
* Fix for crash in setnumcapabilities001Simon Marlow2015-06-261-6/+12
* powerpc: add basic support for PLT relocations (#10402)Sergei Trofimovich2015-06-231-0/+15
* Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-221-2/+2
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-4/+4
|\
| * Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-4/+4
* | Do not copy stack after stack overflow, refix #8435Flaviu Andrei Csernik (archblob)2015-06-121-0/+1
|/
* Squash typos in commentsGabor Greif2015-06-122-2/+2
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-084-11/+43
* Don't call DEAD_WEAK finalizer again on shutdown (#7170)Simon Marlow2015-06-013-4/+17
* Newline after type of allocate().Edward Z. Yang2015-06-011-1/+2
* rts: Fix typo in commentErik de Castro Lopo2015-05-241-2/+2
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-064-27/+40
* Better hints when RTS options not available (Trac #9579)Javran Cheng2015-04-173-7/+26
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* rts/Linker.c: distinct between DATA and CODE labels when importingSergei Trofimovich2015-04-071-18/+42
* Add -n to the RTS help outputSimon Marlow2015-04-071-0/+1
* Add +RTS -O<size> to control the minimum old gen sizeSimon Marlow2015-04-071-0/+9
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-0715-87/+177
* Stop profiling output from running together (#8811)Dave Laing2015-04-061-20/+54
* rts/linker: make an error msg a debug msgAustin Seipp2015-04-031-2/+3
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-231-7/+28
* fix bus error (misaligned data access) on SPARC in __decodeDouble_Int64Karel Gardas2015-03-221-3/+3
* Clarify meaning of the RTS `taskCount` variableThomas Miedema2015-03-221-1/+1