Add several new record features
[ghc-hetmet.git] / rts /
2006-12-09 andy@galois.comAdding tracing support
2006-11-30 andy@galois.comMisc unsigned printing issues; adding magicTixNumber.
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-12-11 Ian LynaghFix allocate name clash in the HEAD
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-11 Ian LynaghWhen debugging, have the allocator help us a bit
2006-12-05 Simon Marlowwe need GHC.Conc.ensureIOManagerIsRunning on Windows too
2006-12-04 Simon Marlowfix Windows GHCi
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon MarlowRemove the Windows Async IO Manager completely in THREA...
2006-11-28 Ian LynaghMake the non-threaded-RTS threadDelay wait at least...
2006-11-27 wolfgang.thaller... Initial support for x86_64-darwin
2006-11-24 wolfgang.thaller... Support I64->I32 casts in the NCG, and use them for...
2006-11-24 sven.panne@aedion.deWarning police: Removed unused variable
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-21 wolfgang.thaller... Fix printf$LDBLStub workaround for Darwin
2006-11-20 Simon Marlowreorganise PAPI configuration: off by default, even...
2006-11-09 mrchebas@gmail.comNo special Papi measurements taken by default
2006-11-20 Simon Marlowwhitespace
2006-11-09 mrchebas@gmail.comCosmetic improvements, no change in Papi functionality.
2006-11-20 Simon Marlowbetter error messages when PAPI_library_init() fails
2006-11-20 Simon Marlowalter PAPI help message slightly
2006-11-09 'Alexey RodriguezAdded configure gadgets to detect Papi, and fixed build...
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-11-20 Ian LynaghCope with big endian float word order on little endian...
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-07 Simon Marlowmove newSpark() prototype to RtsExternal.h to avoid...
2006-10-16 sof@galois.commark stop event handle as invalid once closed, making...
2006-09-29 Ravi Nanavatihp_slash_fix
2006-09-29 Ravi Nanavatirts_ccs_length
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-11-10 sven.panne@aedion.deMake all needed prototypes visible to avoid warnings
2006-11-10 sven.panne@aedion.deAdded a comment about se.info.type being used uninitialized
2006-11-10 sven.panne@aedion.deAdded a workaround for format specifier mismatch
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-11-01 sof@galois.comadd a few #includes to make it compile
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-27 Simon Marlowcount mut-list bytes, not words
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-25 andy@galois.comChanging Main.tix to <prog_name>.tix in the Hpc RTS
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-24 Simon Marlowfix a printf format warning
2006-10-20 Simon Marlowadd prototypes for exitHashTable()
2006-10-19 Simon Marlowremove ^Ms
2006-10-19 Simon Marlowrename allocated_bytes() to allocatedBytes()
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-17 Simon Marlowcompensate for gmp/configure sometimes not being executable
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-09 Ian LynaghTweaks and missing case in disassembler
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-04 Ian LynaghFix unregisterised alpha builds
2006-09-29 brianlsmith@gmail.comRemove casts from lvalues to allow compilation under...
2006-09-27 Ian LynaghHandle clock_gettime failing
2006-09-23 sven.panne@aedion.de64bit fixes for the symbol lookup table
2006-09-21 Don StewartUse --export-dynamic to ensure ghci works on newer...
2006-09-11 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-10 Ian LynaghFix warnings traceBegin/traceEnd implicitly declared
2006-09-07 Ian LynaghIf we get an unknown or unimplemented opcode, say what...
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-06 Ian LynaghFix the Windows "VirtualAlloc MEM_COMMIT failed" bug
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-31 Esa Ilari VuokkoDon't lose linked list tail
2006-08-30 Esa Ilari VuokkoFix Windows MBlock alloctor bookkeeping bug
2006-08-31 Simon Marlowfree the task *after* calling closeCond and closeMutex
2006-08-31 Simon Marlowdon't closeMutex() the Capability lock
2006-08-30 Simon Marlowfix Unix build
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon Marlowcall ShutdownIOManager() before closing handles
2006-08-30 Simon MarlowWindows: make some soft failures into fatal errors
2006-08-30 Simon MarlowFILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLE
2006-08-29 Simon Marlowoops, got the sense of the error case wrong
2006-08-29 Simon Marlowfix some rerrors in the worker counting
2006-08-29 Simon Marlowadd missing case for BlockedOnDoProc
2006-08-25 Simon MarlowshutdownCapability(): don't bail out after 50 iterations
2006-08-25 Simon MarlowMips registerised support
2006-08-25 Simon MarlowFree Win32 Handles on shutdown
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-23 Esa Ilari VuokkoIgnore sections generated from .ident
2006-08-24 Simon MarlowSparc fix: work around gcc optimising away the reserved...
2006-08-23 Esa Ilari VuokkoClean up coding style
2006-08-23 Esa Ilari VuokkoUse stgMallc and stgFree instead of malloc/free
2006-08-21 Esa Ilari VuokkoRemove wrong VirtualAlloc MEM_DECOMMITs on cleanup
2006-08-13 Esa Ilari VuokkoRemove few format-warnings by adding casts
2006-08-13 Esa Ilari VuokkoRemove warning: Correct includes for mingw
2006-08-20 Esa Ilari Vuokko(temp) #814 - More flexible memory allocation in Windows
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
next