summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-075-79/+46
* fix memory leak in allocExec/freeExec (see bug #985)Simon Marlow2007-02-051-7/+11
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-214-5/+60
* Warning police: "%p" format expects a void*sven.panne@aedion.de2007-02-031-1/+1
* Warning police: Avoid warning about unused variablesven.panne@aedion.de2007-02-011-1/+1
* Partial fix for #926Simon Marlow2007-02-013-2/+54
* Fix typo causing the PowerPC OS X build to failIan Lynagh2007-01-311-1/+1
* fix bug in GetLastError/SetLastError patchSimon Marlow2007-01-291-1/+1
* Fix GHCi on PowerPC OS XIan Lynagh2007-01-281-0/+1
* Save the Win32 error code where necessarySimon Marlow2007-01-261-2/+32
* addition to "Eagerly raise a blocked exception" to fix unreg caseSimon Marlow2007-01-171-0/+19
* Check with sysconf _POSIX_THREAD_CPUTIME is available before we try to use it.Ian Lynagh2007-01-161-9/+11
* Changing bootstrapping for pipes between debugger and debuggeeandy@galois.com2007-01-101-34/+48
* Dynamically allocating the tix box breakpoint arrayandy@galois.com2007-01-091-1/+5
* Adding command channel for the hpc debugger to the hpc part of the RTSandy@galois.com2007-01-093-52/+203
* Eagerly raise a blocked exception when entering 'unblock' or exiting 'block'Simon Marlow2007-01-053-8/+57
* disable an incorrect ASSERTion in the non-THREADED_RTS case (bug #1067)Simon Marlow2007-01-051-7/+8
* Warning police: Added missing #includesven.panne@aedion.de2006-12-301-0/+1
* Remove ' in cpp errorIan Lynagh2006-12-221-1/+1
* Allow a word-sized argument for STKCHECKIan Lynagh2006-12-211-2/+19
* Don't overwrite old memory with 0xaa when doing a reallocIan Lynagh2006-12-181-4/+6
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-112-6/+8
* Adjust code from manual mergesPepe Iborra2006-12-111-11/+1
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-1/+65
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+49
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-1510-2/+64
* Free all tasks on exit, not just those on the task_free_listIan Lynagh2006-12-151-2/+3
* Give cap its correct type, rather than voidIan Lynagh2006-12-151-1/+1
* Put the task on the free list in workerTaskStopIan Lynagh2006-12-151-0/+5
* Free various things we allocateIan Lynagh2006-12-157-1/+25
* Updating rix output to new standard.andy@galois.com2006-12-143-5/+8
* Rework the block allocatorSimon Marlow2006-12-142-211/+481
* fix wibble in memory leak error dumpSimon Marlow2006-12-141-1/+1
* Removing unused argument to a printf.andy@galois.com2006-12-131-1/+1
* fixing obvious typo in darwin_HOST_OS code (currently does not compile).andy@galois.com2006-12-131-1/+1
* Fix allocation debugger to handle allocations in con/destructorsIan Lynagh2006-12-131-29/+64
* Don't free sched_mutex until freeTaskManager has finished with itSimon Marlow2006-12-122-12/+8
* Give a better panic if the allocation debugger is used uninitialisedIan Lynagh2006-12-131-0/+6
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-132-50/+67
* Adding tracing supportandy@galois.com2006-12-092-4/+89
* Misc unsigned printing issues; adding magicTixNumber.andy@galois.com2006-11-301-8/+13
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-122-17/+27
* Fix allocate name clash in the HEADIan Lynagh2006-12-111-7/+7
* Add freeScheduler/freeTaskManager and call it later than exitSchedulerIan Lynagh2006-12-115-3/+28
* When debugging, have the allocator help us a bitIan Lynagh2006-12-113-4/+126
* we need GHC.Conc.ensureIOManagerIsRunning on Windows tooSimon Marlow2006-12-051-2/+0
* fix Windows GHCi Simon Marlow2006-12-041-1/+5
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-018-35/+200
* Remove the Windows Async IO Manager completely in THREADED_RTS modeSimon Marlow2006-12-013-3/+12
* Make the non-threaded-RTS threadDelay wait at least as long as askedIan Lynagh2006-11-281-1/+4