summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-4/+4
* Change some ints to unsigned intsSimon Marlow2007-10-181-4/+4
* recordMutable: test for gen>0 before calling recordMutableCapSimon Marlow2007-10-171-4/+8
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-121-4/+8
* Add a proper write barrier for MVarsSimon Marlow2007-10-113-29/+33
* FIX BUILD (when compiling base via C): declare n_capabilitiesSimon Marlow2007-10-101-0/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-102-26/+29
* FIX BUILD addDLL returns const char*jochemberndsen@dse.nl2007-09-271-1/+1
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* FIX #1466 (partly), which was causing concprog001(ghci) to failSimon Marlow2007-09-111-0/+7
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-4/+4
* Use INSTALL_HEADERS in includes/ rather than abusing INSTALL_DATASIan Lynagh2007-08-281-7/+4
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-0/+4
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-2/+5
* Fix the build when GMP_INCLUDE_DIRS == ""Ian Lynagh2007-08-151-2/+5
* Fix build with external gmp library.gwright@antiope.com2007-08-132-0/+6
* 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