add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / rts / sm /
2007-10-24 Simon MarlowFIX #1791: fail with out-of-heap when allocating more...
2007-10-18 Simon Marlowrollback "accounting wibble: we were missing an alloc_b...
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-12 Simon Marlowoptimise isAlive()
2007-10-12 Simon Marlowaccounting wibble: we were missing an alloc_blocks...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Evac.h
2007-09-25 Simon Marlowfix to previous fix to THUNK_SELECTOR machinery 2007-09-25
2007-09-17 Simon MarlowFIX #1038: failure of selector-thunk machinery to do...
2007-09-06 Roman LeshchinskiyFix OS X warnings
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-09-03 Simon Marlowbump MAX_THUNK_SELECTOR_DEPTH from 8 to 16
2007-08-30 Simon MarlowWindows: give a better error message when running out...
2007-08-24 Simon MarlowFIX #1519, crash in biographical profiling
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-07-30 Simon MarlowFIX compacting GC (bug1010, and other failures)
2007-07-27 Simon MarlowPointer Tagging
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-04-04 Simon MarlowMERGE: Fix bug exposed by conc052.
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
2007-02-05 Simon Marlowfix memory leak in allocExec/freeExec (see bug #985)
2006-12-15 Ian LynaghFree various things we allocate
2006-12-14 Simon MarlowRework the block allocator
2006-12-14 Simon Marlowfix wibble in memory leak error dump
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-11-24 Simon Marlowsmall stats fix
2006-11-23 Simon Marlowfix failing assertion
2006-11-22 Simon Marlowrefactor code for memInventory()
2006-11-22 Simon MarlowallocatePinned(): fix n_large_blocks count after alloca...
2006-11-22 Simon Marlowfix bug in memInventory() giving false memory leak...
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-21 Simon Marlowsmall fix to DEBUG case in coalesce/freeGroup patch
2006-11-21 Simon Marlowoptimisation to freeGroup() to avoid an O(N^2) pathalog...
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory