summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a missing error checkSimon Marlow2011-12-131-0/+3
* Add a comment about oddity with yieldThread() and timing results on LinuxSimon Marlow2011-12-131-0/+5
* Avoid integer overflow when calling allocGroup() (#5071)Simon Marlow2011-12-132-4/+11
* New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GCSimon Marlow2011-12-136-11/+102
* waitForGcThreads: should be calling interruptCapability(), not interruptAllCa...Simon Marlow2011-12-131-1/+1
* Do not emit the THREAD_RUNNABLE event; it has no useful semantic contentSimon Marlow2011-12-131-1/+0
* Add a mutex around stg_sig_installSimon Marlow2011-12-121-19/+42
* remove duplicate getStablePtr (already done in hs_init())Simon Marlow2011-12-121-4/+0
* change a contextSwitchCapability() to interruptCapability()Simon Marlow2011-12-121-1/+1
* Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay!Simon Marlow2011-12-091-2/+2
* Fix Windows buildSimon Marlow2011-12-091-1/+1
* Merge remote branch 'phonohawk/patch-5408'Simon Marlow2011-12-092-2/+9
|\
| * Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-082-2/+9
* | Fix silly bug in casMutVar#: I forgot the GC write barrierSimon Marlow2011-12-091-0/+3
|/
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-073-1/+12
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-072-0/+40
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-0615-105/+337
* Make forkProcess work with +RTS -NSimon Marlow2011-12-0612-138/+250
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-12-021-7/+7
|\
| * More changes aimed at improving call stacks.Simon Marlow2011-12-021-7/+7
* | Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirsIan Lynagh2011-12-021-1/+1