Simplify TcSimplify, by removing Free
[ghc-hetmet.git] / includes /
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-11-07 Simon Marlowmove newSpark() prototype to RtsExternal.h to avoid...
2006-09-29 Ravi Nanavatirts_ccs_length
2006-11-10 sven.panne@aedion.deMake StablePtr and friends visible, this seems to be...
2006-10-26 Simon Marlowrename spin lock functions, and use macros for non...
2006-10-26 Simon MarlowmarkRootPtrTable: write out type in full instead of...
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-19 Simon Marlowadd pure spin locks
2006-10-19 Simon Marlowcomments only: document allocateLocal()
2006-10-19 Simon Marlowrename allocated_bytes() to allocatedBytes()
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-28 Ian LynaghFix mulIntMayOflo on 64-bit arches; fixes trac #867
2006-09-09 Ian Lynagh8 byte align data. Fixes SIBGUSs on HPPA/Linux.
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon MarlowMAYBE_GC: initialise HpAlloc
2006-08-25 Roman LeshchinskiyReserve a register for REG_Base on the Sparc
2006-08-25 Roman LeshchinskiyAdd atomic SMP primitives for the Sparc
2006-08-25 Simon MarlowMips registerised support
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-21 Simon Marlowfixes to PPC version of cas(), from David Kirkman ...
2006-08-10 Simon Marlowremove out of date comment
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-06-29 Simon MarlowReplace inline C functions with C-- macros in .cmm...
2006-06-29 Simon Marlowremove conditionals from definition of StgRegTable
2006-06-29 Simon Marlowuse the new "prim %write_barrier()" in .cmm instead...
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-27 Simon Marlowfix up slop-overwriting for THUNK_SELECTORS in DEBUG...
2006-06-20 Simon Marlowadd decl for stg_block_throwto_ret
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-16 Simon Marlowmake rmp_tmp_w an StgWord instead of StgInt
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon MarlowMake it so that StgWord/StgInt are longs
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowadd 'const' modifiers to types where appropriate
2006-06-01 Simon Marlowfix type of allocateExec
2006-06-01 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-04-18 Simon MarlowHsBool should be HsInt, not StgBool
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-07 Simon MarlowReorganisation of the source tree