Fix building with GHC 6.8
[ghc-hetmet.git] / rts /
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-04 Simon Marlowleave out rts/ from include-dirs in the inplace rts...
2009-01-30 Simon Marlowadd wiki commentary links
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-22 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads (this time for...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Add a SPARC version of rts_mkInt64 that...
2009-01-12 Ben.Lippmeier@anu... Untag closure pointers before trying to print them.
2009-01-12 Ben.Lippmeier@anu... Add missing documention of -Da DEBUG: apply flag to...
2009-01-18 Ian LynaghAlways use PTHREAD_MUTEX_ERRORCHECK to create mutexes...
2009-01-17 Ian LynaghUse error-checking mutexes on all platforms when DEBUG...
2009-01-17 Ian LynaghInitialise and deinitialise the file_lock_mutex
2009-01-14 Simon Marlowvalidate fix on 32-bit
2009-01-14 Simon MarlowDetect when a C finalizer calls back to Haskell
2009-01-12 Simon Marlowsanity checking fixes
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2009-01-07 Simon Marlowindicate which TSOs are dirty in the printAllThreads...
2009-01-09 Ian LynaghAdd "Word size" to the +RTS --info output
2009-01-08 Ian LynaghAdd some more fields to +RTS --info
2009-01-08 Simon Marlowwhen calling mmap() with MAP_ANON, the fd argument...
2009-01-07 Simon MarlowClose the races between throwTo and thread completion
2009-01-07 Simon Marlowadd comment
2009-01-07 Bertram FelgenhauerFix two more locking issues in throwTo()
2009-01-07 Simon MarlowmaybePerformBlockedException() should handle ThreadComp...
2009-01-07 Simon Marlowfix a race where the timer signal could remain turned...
2009-01-07 Simon MarlowputMVar and takeMVar: add write_barrier() to fix race...
2009-01-06 Simon Marlowcruft removal
2009-01-06 Simon Marlowwake up the blocked exception queue on ThreadFinished...
2009-01-05 Ben.Lippmeier@anu... Don't pin a register for gc_thread on SPARC.
2008-12-16 Simon MarlowWorkaround for #2262, from Barney Stratford
2008-12-10 Simon Marlowwake up other Capabilities even when there is only...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-10 Simon MarlowOn FreeBSD, try MAP_FIXED if ordinary mmap() fails...
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2008-12-09 Simon MarlowFix #2848: avoid overflow during time calculation
2008-12-04 Simon Marlowfix an assertion failure in prof/threaded/debug mode
2008-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-11-28 Simon MarlowRemove the packing I added recently to the Capability...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-21 Thorkil NaurFix symbol macro names in Linker.c
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-21 Simon Marlowwe shouldn't update topBound in discardSparks()
2008-11-21 Simon Marlowfix the build when !USE_MMAP
2008-11-20 Simon Marlowround the size up to a page in mmapForLinker() instead...
2008-11-20 Simon MarlowFix a race in the deadlock-detection code
2008-11-20 Simon Marlowerror message wibble
2008-11-19 Simon MarlowFix regTableToCapability() if gcc introduces padding
2008-11-19 Simon MarlowFix 32-bit breakage
2008-11-19 Simon MarlowSmall refactoring, and add comments
2008-11-19 Simon MarlowFix some unsigned comparisions that should be signed
2008-11-19 Simon MarlowRemove incorrect assertions in steal()
2008-11-14 Simon Marlowdon't run sparks if there are other threads on this...
2008-11-19 Simon MarlowFix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local...
2008-11-19 Simon MarlowFix some more shutdown races
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon MarlowFix #2783: detect black-hole loops properly
2008-11-17 Simon MarlowFix warning on Windows (use deleteThread() not deleteTh...
2008-11-17 Simon Marlowfix compile breakage on Windows
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-17 Simon MarlowAnother shutdown fix
2008-11-13 Simon MarlowlookupSymbol: revert to looking up both with and withou...
2008-11-13 Simon Marlow#2768: fix compatibility problem with newer version...
2008-11-13 Simon Marlownotice ^C exceptions when waiting for I/O
2008-11-13 Simon MarlowFix another subtle shutdown deadlock
2008-11-13 Simon MarlowFix an extremely subtle deadlock bug on x86_64
2008-11-13 Simon Marlowmove an assertion
2008-11-12 Simon MarlowAlways zap the trailing @N from symbols when looking...
2008-11-12 Simon MarlowOnly allocate a mark stack if we're actually doing...
2008-11-11 Simon MarlowFix parse error with older gccs (#2752)
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
next