Add 'packageDbModules' function to GHC API.
[ghc-hetmet.git] / rts /
2008-11-07 Simon Marlowfix via-C compilation: import ghczmprim_GHCziBool_False...
2008-11-06 Simon Marlowre-instate counting of sparks converted
2008-11-06 Simon Marlowfix ASSERT_SPARK_POOL_INVARIANTS(): top>bottom is valid
2008-11-06 Simon MarlowpruneSparkQueue(): fix bug when top>bottom
2008-11-06 Simon Marlowdon't yield if the system is shutting down
2008-11-06 Simon Marlowleave out ATTRIBUTE_ALIGNED on Windows, it gives a...
2008-11-06 Simon MarlowCope with ThreadRelocated when traversing the blocked_queue
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-11-06 Simon MarlowallocateInGen(): increase alloc_blocks (#2747)
2008-11-05 Simon Marlowdon't yield the Capability if blackholes_need_checking
2008-11-05 Simon Marlowdeadlock fix: reset the flag *after* checking the black...
2008-11-05 Simon Marlowretreat the top/bottom fields of the spark pool in...
2008-11-04 Simon Marlowbugfix: don't ingore the return value from rts_evalIO()
2008-10-24 Simon MarlowMove the freeing of Capabilities later in the shutdown...
2008-10-23 Simon MarlowPad Capabilities and Tasks to 64 bytes
2008-10-23 Simon MarlowFix a bug in the new scheduler
2008-10-23 Simon Marlowadd an assertion
2008-10-23 Simon Marlowfix a warning
2008-10-22 Simon Marlowtraverse the spark pools only once during GC rather...
2008-10-22 Simon MarlowRefactoring and reorganisation of the scheduler
2008-09-15 berthold@mathemati... Work stealing for sparks
2008-10-20 Simon MarlowFIX (partially) #2703: bug in stack overflow handling...
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-10-13 Clemens FruhwirthRename symbol macros to a consistant naming scheme
2008-10-10 Josef SvenningssonWhen waking up thread blocked on TVars, wake oldest...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-08 Simon MarlowatomicModifyIORef: use a local cas() instead of the...
2008-10-09 Ian LynaghFix bindist creation: Only the main RTS was being put...
2008-10-09 Simon Marlowundo incorrect assertion, and fix comments
2008-10-09 Simon Marlowremove old GRAN/PARALLEL_HASKELL code
2008-10-08 Clemens FruhwirthTurn libffi into a Haskell package
2008-10-08 Simon Marlowadd comments and an ASSERT_LOCK_HELD()
2008-10-08 Simon MarlowFix #2663: we had a hard-wired capabilities[0]
2008-10-03 Simon MarlowFix #1955 for heap profiles generated by +RTS -hT
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
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
next