summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* More fixes for Win64Ian Lynagh2012-03-151-1/+1
* Some Win64 fixesIan Lynagh2012-03-151-2/+2
* Fix stg_block_async on unreg compilersIan Lynagh2012-03-152-0/+10
* Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swappedJoachim Breitner2012-03-141-1/+1
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-9/+9
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-026-105/+73
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-02-272-11/+66
* slight tweak to help text (#5896)Simon Marlow2012-02-271-2/+2
* formatting tweaksGabor Greif2012-02-271-8/+8
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* tabs -> spacesGabor Greif2012-02-271-53/+53
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* zap extra semiGabor Greif2012-02-271-1/+1
* typoGabor Greif2012-02-271-5/+5
* comments onlyGabor Greif2012-02-271-6/+6
* typoGabor Greif2012-02-271-1/+1
* fix ARM StgCRun to not save and restore r11/fp register twiceKarel Gardas2012-02-161-2/+2
* fix ARM's StgCRun clobbered register list for both ARM and Thumb modesKarel Gardas2012-02-161-1/+15
* Allocate pinned object blocks from the nursery, not the globalSimon Marlow2012-02-135-13/+94
* Add dragonfly support; based on a patch from Goetz IsenmannIan Lynagh2012-02-111-1/+1
* ARM StgRun: Ensure r11 state is preservedBen Gamari2012-02-071-3/+3
* avoid 32-bit integer overflow (#5831)Simon Marlow2012-02-071-1/+1
* commentsSimon Marlow2012-02-071-1/+6
* Fix register clobber list in StgRun for ARMBen Gamari2012-01-301-1/+1
* Fix bug introduced in fac8ecbbafde17dd92439c41747223c43e9d2b80Simon Marlow2012-01-191-6/+6
* Add missing initialisation of cap->disabledSimon Marlow2012-01-161-0/+1
* Fix bug causing polling instead of blocking in the non-threaded RTS (#5773)Simon Marlow2012-01-161-18/+17
* Fix for tick intervals greater than one second.Simon Marlow2012-01-161-2/+2
* Remove some "0 +"s that look redundantIan Lynagh2012-01-151-2/+2
* Remove an out-of-date commentIan Lynagh2012-01-151-2/+1
* TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove itSimon Marlow2012-01-121-1/+1
* check for failed external symbol lookups (partial fix for #5748)Gregory Wright2012-01-111-15/+81
* Add live stg info to Updates.cmm (fixes #4308)David Terei2012-01-091-5/+6
* last_free_capability should never be NULLSimon Marlow2012-01-091-1/+1
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-092-54/+84
* RefactoringIan Lynagh2012-01-082-3/+3
* refactoringSimon Marlow2012-01-061-12/+12
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-061-3/+9
* Fix a crash in STM when unregisterisedSimon Marlow2012-01-061-1/+1
* Fix crash with +RTS -xc (occasional cgrun057(profthreaded) failure)Simon Marlow2012-01-061-1/+1
* Fix for unregisterised compilation: we want registers when defined(USE_MINIIN...Simon Marlow2012-01-051-1/+1
* Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re...Simon Marlow2012-01-052-2/+2
* In the SIGTSTP handler, throw SIGSTOP instead of re-throwing SIGTSTPSimon Marlow2012-01-031-14/+14
* Hide STG register declarations for LLVM C compilersDavid M Peixotto2011-12-191-0/+12
* Support for reducing the number of Capabilities with setNumCapabilitiesSimon Marlow2011-12-153-72/+195
* Fix a memory allocation bug (rts_argv wasn't big enough)Simon Marlow2011-12-141-5/+22
* $(rts_H_FILES) should contain .h files in subdirectories of rts/ tooSimon Marlow2011-12-131-1/+1
* Fix for a bug in setNumCapabilitiesSimon Marlow2011-12-131-3/+8
* Fix for a bug in +RTS -qi (crash in zero_static_object_list)Simon Marlow2011-12-131-1/+3