summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove comments and flag for GranSimThomas Miedema2015-03-194-7/+1
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-2/+15
* Fix -Werror build failure in RtsMainTamar Christina2015-03-031-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-0310-221/+263
* Give full-precision time for BEGIN_SAMPLE/END_SAMPLE.Edward Z. Yang2015-03-021-4/+2
* rts/linker: ignore unknown PE sectionsTamar Christina2015-02-231-4/+2
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-233-8/+14
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-173-33/+23
* Add missing va_end to va_startThomas Miedema2015-02-171-0/+2
* Fix #10017Andreas Voellmy2015-02-021-12/+0
* RTS : Fix StgRun for aarch64-linux (#9935).Erik de Castro Lopo2015-01-271-8/+10
* comments onlySimon Marlow2015-01-201-0/+2
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-192-4/+4
* Trac #9384: fix increasing capabilites number for eventlog.Alexander Vershilov2015-01-181-0/+9