summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* better autoconfery for timer_create()Simon Marlow2007-03-051-3/+1
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-025-89/+107
* Remove vectored returns.Simon Marlow2007-02-2816-361/+61
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-276-20/+8
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-51/+0
* pthread_key_delete wants the key itself, not a pointer to itIan Lynagh2007-02-231-1/+1
* Free thread local storage on shutdownIan Lynagh2007-02-223-0/+23
* freeTaskManager: don't free Tasks that are still in useSimon Marlow2007-02-201-4/+10
* Fix sleep delay for the non-threaded Windows RTSSimon Marlow2007-02-201-1/+1
* add a ToDo, reference bug #1147Simon Marlow2007-02-141-0/+4
* Fixing bad allocation of tix box breakpointing array.andy@galois.com2007-02-131-1/+4
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-134-61/+65
* 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