summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Adding new ffi calls into the Hpc rts subsystemandy@galois.com2007-06-121-0/+2
* Fix PPC Mac OS X memory access problem in SMP.h (#1362)Thorkil Naur2007-05-181-1/+1
* FIX BUILD for way=u in RTSSimon Marlow2007-05-161-0/+1
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-152-0/+6
* improve comments about x86-64 relative-offset hackerySimon Marlow2007-05-101-0/+10
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-1/+1
* Basic heap profile support without -profSimon Marlow2007-04-272-2/+11
* Make ticky work, at least partly, on 64-bit machinessimonpj@microsoft.com2007-04-241-5/+5
* Re-working of the breakpoint supportSimon Marlow2007-04-173-2/+6
* remove the ITBL_SIZE constants which were wrong, but fortunately unusedSimon Marlow2007-04-171-7/+0
* con_desc should be an OFFSET_FIELDSimon Marlow2007-04-171-1/+2
* MERGE: Fix a few uses of the wrong return convention for the schedulerSimon Marlow2007-04-161-0/+1
* HANDLE --> (void *), we can't rely on having included windows.h hereSimon Marlow2007-04-041-1/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-041-1/+5
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-6/+6
* move "boot :: all" after the include of target.mk to fix #1095Simon Marlow2007-03-261-4/+11
* add missing progress messageSimon Marlow2007-03-261-0/+1
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-221-0/+1
* ia64 tailcall fixred5_2@hotmail.com2007-03-171-2/+11
* add declaration for noDuplicatezh_fastSimon Marlow2007-03-071-0/+2
* Remove vectored returns.Simon Marlow2007-02-286-79/+37
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-272-2/+0
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-203-3/+21
* Free thread local storage on shutdownIan Lynagh2007-02-221-0/+1
* fix closure_sizeW_() for AP closuresSimon Marlow2007-02-141-0/+1
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-131-0/+1
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-076-785/+239
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-211-0/+1
* Partial fix for #926Simon Marlow2007-02-011-0/+3
* Save the Win32 error code where necessarySimon Marlow2007-01-261-0/+3
* Adding command channel for the hpc debugger to the hpc part of the RTSandy@galois.com2007-01-091-2/+2
* Allow a word-sized argument for STKCHECKIan Lynagh2006-12-211-0/+4
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-0/+3
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+3
* Updating rix output to new standard.andy@galois.com2006-12-141-1/+1
* Rework the block allocatorSimon Marlow2006-12-141-0/+44
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-132-4/+6
* Adding tracing supportandy@galois.com2006-12-091-1/+3
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-1/+10
* cas(): modify assembly syntax to make it work everywhere (hopefully)Simon Marlow2006-11-211-1/+1
* use "lock cmpxchg" instead of "lock/cmpxchg"Simon Marlow2006-11-171-1/+1
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-091-0/+15
* move newSpark() prototype to RtsExternal.h to avoid warningsSimon Marlow2006-11-071-0/+1
* rts_ccs_lengthRavi Nanavati2006-09-291-0/+2
* Make StablePtr and friends visible, this seems to be necessary for 64bit arch...sven.panne@aedion.de2006-11-101-0/+4
* rename spin lock functions, and use macros for non-THREADED_RTSSimon Marlow2006-10-261-9/+7
* markRootPtrTable: write out type in full instead of using evac_fn typedefSimon Marlow2006-10-261-2/+1
* Haskell Program Coverageandy@galois.com2006-10-241-0/+2
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-245-11/+16
* add pure spin locksSimon Marlow2006-10-191-5/+134