Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / rts /
2008-10-01 Simon Marlowadd some more GC roots (fixes conc048, and possibly...
2008-10-01 Simon MarlowFix #2637: conc032(threaded2) failure
2008-09-30 Simon MarlowRemover PROT_EXEC flag from mmap()
2008-09-30 Simon Marlowfix #2594: we were erroneously applying masks, as the...
2008-09-26 Simon MarlowFix #2411: missing case for CATCH_STM_FRAME in raiseAsync()
2008-09-22 Simon Marlowclean sm/Evac_thr.c and sm/Scav_thr.c
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-18 Ian LynaghDon't put the mingw directory in RTS's package.conf
2008-09-16 Simon MarlowFix a warning
2008-09-15 Simon MarlowStop using mremap() to allocate space for trampolines
2008-09-12 Simon MarlowFix #2586, bug in THUNK_SELECTORs (again)
2008-09-12 Simon MarlowFix crash in biographical heap profiling (#2576) 2008-09-12 2008-09-12_2
2008-09-12 Simon MarlowFix retainer profiling (#2576)
2008-09-12 Simon MarlowFix some bugs in the stack-reducing code (#2571)
2008-09-11 Ian LynaghUse OSThreadProcAttr for workerStart
2008-09-11 Ian LynaghIn stgReallocForGMP, we need to copy min(old_size,new_size)
2008-09-10 simonpj@microsoft.comFix debug message formatting on Windows
2008-09-09 Simon Marlowwhen a memory leak is detected, report which blocks...
2008-09-09 Simon MarlowSeparate pruning from marking of spark pools
2008-09-09 Simon Marlowun-disable warnings in some modules
2008-09-09 Simon MarlowFix warnings
2008-09-09 Simon MarlowMore sanity checking for the TSO write barrier
2008-09-09 Simon MarlowMove checkGlobalTSOList() call from GarbageCollect...
2008-09-09 Simon Marlowsmall bugfix in traverseBlackHoleQueue()
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-09-09 Simon MarlowFix compacting GC bug: don't forget to thread the black...
2008-08-19 berthold@mathemati... Capability stopping when waiting for GC
2008-09-02 berthold@mathemati... Scheduler code cleanup
2008-09-08 Simon MarlowFix parallel GC bug (crash in concprog001(threaded2))
2008-09-08 Simon MarlowMake LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline function...
2008-09-08 Simon MarlowFIX BUILD on non-Windows
2008-09-08 Simon Marlowadd (c) Lennart Augustsson (part of #740)
2008-09-03 Simon MarlowsysErrorBelch: don't put an extra \n on Windows
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-08-22 daniel@phaseveloci... Add extern flag to avoid multiple symbol errors on...
2008-09-02 Simon MarlowFIX #2554: GHC.TopHandler.{runIO,runNonIO} should be...
2008-08-21 Ian LynaghFix references to exceptions from the RTS
2008-08-21 Ian LynaghIt doesn't look like HSprel.def is used any more
2008-08-20 Simon MarlowFix compacting GC on 64-bit machines
2008-08-11 Simon Marlowfix cut-and-pasto
2008-08-12 Ross Patersonget exception names from Control.Exception.Base instead...
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-05 Ian LynaghC# has moved to ghc-prim:GHC.Types
2008-08-04 Simon Marlow2nd try: remove lochash, it isn't needed (now)
2008-08-04 Simon MarlowFIX BUILD on Windows
2008-08-04 Simon MarlowUNDO: FIX #2375: remove oc->lochash completely, it...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-06-21 Ian LynaghWhen raising NonTermination with the RTS, build the...
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-30 Simon MarlowFIX #2375: remove oc->lochash completely, it apparently...
2008-07-29 Ian LynaghFix a typo in powerpc/Linux-only code; spotted by Jeroe...
2008-07-29 Simon MarlowFIX #2327: a fault in the thunk-selector machinery...
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-25 Simon Marlowmove an inline function to keep older versions of gcc...
2008-07-25 Simon Marlowdon't steal %ebx for the GC on x86: it's also used...
2008-07-24 Simon Marlowuse RTLD_LAZY instead of RTLD_NOW
2008-07-24 Simon Marlowdebug output tweak
2008-07-22 Simon Marlowset PAPI_LIB_DIR="" when we don't have PAPI (clean...
2008-07-22 Simon Marlowremove -fvia-C that I apparrently accidentally added...
2008-07-23 Simon MarlowUndo fix for #2185: sparks really should be treated...
2008-07-23 Simon Marlowfix bug in sparkPoolSize (affects debug output only)
2008-07-23 Simon Marlowdebug message tweaks
2008-07-15 Simon Marlownon-threaded RTS: don't assume deadlock if there are...
2008-07-14 Simon Marlowadd NetBSD to some of the #ifdefs (patch partly from...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-10 Simon Marlowoops, fix more register clobberage
2008-07-09 Simon Marlowrts_evalStableIO: start the new thread in blocked mode
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-07-09 Simon MarlowFix some random register clobbering in takeMVar/putMVar
2008-07-08 Simon MarlowANSI-ise a function declaration
2008-07-08 Simon Marlowremove old #ifdef SMP bits
2008-07-04 Simon MarlowFIX #2398: file locking wasn't thread-safe
2008-07-01 Ian LynaghAllow the exact HPC tix filename to be given in the...
2008-06-19 Simon Marlow+RTS -S -RTS now sends output to stderr (also -s)
2008-06-19 Simon Marlowfix a tiny bug spotted by gcc 4.3
2008-06-19 Simon MarlowFix up inlines for gcc 4.3
2008-06-18 Simon Marlowfix warnings with gcc 4.3
2008-06-18 Simon Marlowfix gcc warnings for printf formats on 32-bit
2008-06-18 Simon MarlowFIX BUILD on Windows
2008-06-17 Simon Marlowsmall interpreter fix
2008-06-17 Simon Marlowfix some printf formats for 64 bits
2008-06-17 Simon Marlow64-bit fixes
2008-06-16 Simon Marlowdon't try to parallelise marking GC (yet)
2008-06-09 Simon Marlowanother stableptr003 fix
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-06-09 Simon MarlowthreadStackUnderflow: fix up the bd->free pointers...
2008-06-08 Simon Marlowfix allocated blocks calculation, and add more sanity...
2008-06-03 Simon MarlowPut the contents of Evac.c-inc back in Evac.c, and...
2008-06-03 Simon Marlow+RTS -N also sets +RTS -g
2008-06-03 Simon MarlowDECLARE_GCT for when we have no register variable
2008-06-03 Simon Marlowcomment updates
2008-06-03 Simon Marlowfix some types for 64-bit platforms
2008-06-03 Simon Marlow+RTS -S- is the same as +RTS -Sstderr
2008-06-03 Simon Marlowmove the spinlock counts inside +RTS -S
2008-05-28 Simon MarlowFIX #2164: check for ThreadRelocated in isAlive()
2008-04-24 Simon MarlowFIX the compacting GC again
next