summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compacting GC on 64-bit machinesSimon Marlow2008-08-201-1/+1
* fix cut-and-pastoSimon Marlow2008-08-111-1/+1
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-123-10/+10
* bindists are now some way towards workingIan Lynagh2008-08-101-10/+5
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-063-27/+27
* C# has moved to ghc-prim:GHC.TypesIan Lynagh2008-08-053-11/+11
* 2nd try: remove lochash, it isn't needed (now)Simon Marlow2008-08-042-38/+0
* FIX BUILD on WindowsSimon Marlow2008-08-041-4/+0
* UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-08-042-0/+38
* Follow extensible exception changesIan Lynagh2008-07-303-10/+10
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-214-7/+7
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-0/+2
* FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-07-302-38/+0
* Fix a typo in powerpc/Linux-only code; spotted by Jeroen PullesIan Lynagh2008-07-291-1/+1
* FIX #2327: a fault in the thunk-selector machinery (again)Simon Marlow2008-07-291-11/+28
* FIX #2332: avoid overflow on 64-bit machines in the memory allocatorSimon Marlow2008-07-292-6/+6
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-285-106/+0
* move an inline function to keep older versions of gcc happySimon Marlow2008-07-252-69/+75
* don't steal %ebx for the GC on x86: it's also used by PICSimon Marlow2008-07-251-1/+3
* use RTLD_LAZY instead of RTLD_NOWSimon Marlow2008-07-241-1/+3
* debug output tweakSimon Marlow2008-07-241-1/+1
* set PAPI_LIB_DIR="" when we don't have PAPI (clean up package.conf)Simon Marlow2008-07-221-1/+5
* remove -fvia-C that I apparrently accidentally added recentlySimon Marlow2008-07-221-2/+0
* Undo fix for #2185: sparks really should be treated as rootsSimon Marlow2008-07-235-26/+13
* fix bug in sparkPoolSize (affects debug output only)Simon Marlow2008-07-231-1/+1
* debug message tweaksSimon Marlow2008-07-232-2/+2
* non-threaded RTS: don't assume deadlock if there are signal handlers to runSimon Marlow2008-07-151-0/+2
* add NetBSD to some of the #ifdefs (patch partly from 6.8 branch)Simon Marlow2008-07-141-2/+2
* add threadStatus# primop, for querying the status of a ThreadId#Simon Marlow2008-07-102-0/+34
* oops, fix more register clobberage Simon Marlow2008-07-101-2/+2
* rts_evalStableIO: start the new thread in blocked modeSimon Marlow2008-07-091-0/+3
* add new primop: asyncExceptionsBlocked# :: IO BoolSimon Marlow2008-07-092-0/+10
* FIX part of #2301, and #1619Simon Marlow2008-07-095-4/+56
* Fix some random register clobbering in takeMVar/putMVarSimon Marlow2008-07-091-2/+6
* ANSI-ise a function declarationSimon Marlow2008-07-081-1/+1
* remove old #ifdef SMP bitsSimon Marlow2008-07-081-19/+0
* FIX #2398: file locking wasn't thread-safeSimon Marlow2008-07-041-0/+15
* Allow the exact HPC tix filename to be given in the HPCTIXFILE env varIan Lynagh2008-07-011-1/+7
* +RTS -S -RTS now sends output to stderr (also -s)Simon Marlow2008-06-191-12/+13
* fix a tiny bug spotted by gcc 4.3Simon Marlow2008-06-191-1/+1
* Fix up inlines for gcc 4.3Simon Marlow2008-06-194-10/+15
* fix warnings with gcc 4.3Simon Marlow2008-06-181-2/+2
* fix gcc warnings for printf formats on 32-bitSimon Marlow2008-06-182-2/+3
* FIX BUILD on WindowsSimon Marlow2008-06-181-4/+4
* small interpreter fixSimon Marlow2008-06-171-2/+5
* fix some printf formats for 64 bitsSimon Marlow2008-06-172-2/+2
* 64-bit fixesSimon Marlow2008-06-171-4/+4
* don't try to parallelise marking GC (yet)Simon Marlow2008-06-161-2/+2
* another stableptr003 fixSimon Marlow2008-06-091-0/+3
* Experimental "mark-region" strategy for the old generationSimon Marlow2008-06-098-57/+217