summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-13/+13
* FIX recent PPC crashes introduced by the pointer-tagging patch (I hope)Simon Marlow2007-08-012-6/+1
* Pointer TaggingSimon Marlow2007-07-277-7/+99
* remove unused TICK_FREQUENCYSimon Marlow2007-07-181-6/+0
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+2
* FIX BUILD (OS X): Include correct gmp.h if using GMP.frameworkRoman Leshchinskiy2007-07-062-0/+8
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-8/+2
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-1/+1
* +RTS -xbXXXXX sets the "heap base" to 0xXXXXXXSimon Marlow2007-06-271-0/+2
* FIX BUILD (on Windows): follow changes to make threaded RTS compile with -fasmsimonmar@microsoft.com2007-06-271-0/+11
* Cleaning up Hpc.c; adding support for reflection into Hpc.andy@galois.com2007-06-271-5/+12
* Make the threaded RTS compilable using -fasmSimon Marlow2007-06-263-1/+35
* Use %d rather than %zd on WindowsIan Lynagh2007-06-161-2/+8
* Fix size mismatch errors in mkDerivedConstants.cIan Lynagh2007-06-151-3/+3
* FIX #1418 (partially)Simon Marlow2007-06-131-31/+52
* Install the RTS from a bindist correctlyIan Lynagh2007-06-051-7/+16
* 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