add missing %ENTRY_CODE()
[ghc-hetmet.git] / rts /
2007-03-08 Simon Marlowadd missing %ENTRY_CODE()
2007-03-08 Simon Marlowadd noDuplicatezh_fast to symbol table
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 Simon MarlowTHREADED_RTS: use cas() when claiming thunks
2007-03-06 Simon MarlowworkerTaskStop(): set task->cap = NULL
2007-03-06 Simon Marlowdisable -Wbad-function-cast; it's hard/impossible to...
2007-03-06 Simon Marlowremove vestiges of CCallable/CReturnable
2007-03-05 Simon MarlowforkProcess: startTimer() in the child, because the...
2007-03-05 Simon Marlowbetter autoconfery for timer_create()
2007-03-02 Simon MarlowUse timer_create() for the interval timer, if available
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-23 Ian Lynaghpthread_key_delete wants the key itself, not a pointer...
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-20 Simon MarlowfreeTaskManager: don't free Tasks that are still in use
2007-02-20 Simon MarlowFix sleep delay for the non-threaded Windows RTS
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
2007-02-13 andy@galois.comFixing bad allocation of tix box breakpointing array.
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-05 Simon Marlowfix memory leak in allocExec/freeExec (see bug #985)
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2007-02-03 sven.panne@aedion.deWarning police: "%p" format expects a void*
2007-02-01 sven.panne@aedion.deWarning police: Avoid warning about unused variable
2007-02-01 Simon MarlowPartial fix for #926
2007-01-31 Ian LynaghFix typo causing the PowerPC OS X build to fail
2007-01-29 Simon Marlowfix bug in GetLastError/SetLastError patch
2007-01-28 Ian LynaghFix GHCi on PowerPC OS X
2007-01-26 Simon MarlowSave the Win32 error code where necessary
2007-01-17 Simon Marlowaddition to "Eagerly raise a blocked exception" to...
2007-01-16 Ian LynaghCheck with sysconf _POSIX_THREAD_CPUTIME is available...
2007-01-10 andy@galois.comChanging bootstrapping for pipes between debugger and...
2007-01-09 andy@galois.comDynamically allocating the tix box breakpoint array
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Simon MarlowEagerly raise a blocked exception when entering 'unbloc...
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2006-12-30 sven.panne@aedion.deWarning police: Added missing #include
2006-12-22 Ian LynaghRemove ' in cpp error
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-12-18 Ian LynaghDon't overwrite old memory with 0xaa when doing a realloc
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-15 Ian LynaghFree all tasks on exit, not just those on the task_free...
2006-12-15 Ian LynaghGive cap its correct type, rather than void
2006-12-15 Ian LynaghPut the task on the free list in workerTaskStop
2006-12-15 Ian LynaghFree various things we allocate
2006-12-14 andy@galois.comUpdating rix output to new standard.
2006-12-14 Simon MarlowRework the block allocator
2006-12-14 Simon Marlowfix wibble in memory leak error dump
2006-12-13 andy@galois.comRemoving unused argument to a printf.
2006-12-13 andy@galois.comfixing obvious typo in darwin_HOST_OS code (currently...
2006-12-13 Ian LynaghFix allocation debugger to handle allocations in con...
2006-12-12 Simon MarlowDon't free sched_mutex until freeTaskManager has finish...
2006-12-13 Ian LynaghGive a better panic if the allocation debugger is used...
2006-12-13 andy@galois.comMisc Hpc improvement to dynamic tracer output
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
next