summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* fix for GHC >= 6.5 againSimon Marlow2006-03-291-1/+1
* in stage1, we should get isPrint and isUpper from Compat.Unicode, not Data.CharSimon Marlow2006-03-292-4/+13
* Darwin/x86: correct stack alignment in ByteCodeFFIwolfgang.thaller@gmx.net2006-03-291-1/+17
* Deal with non-executable memory on Darwin (only an issue on Darwin/x86 so far)wolfgang.thaller@gmx.net2006-03-231-2/+2
* add forkOnzh_fast symbolSimon Marlow2006-03-281-0/+1
* Add a new primitive forkOn#, for forking a thread on a specific CapabilitySimon Marlow2006-03-276-24/+110
* eliminate a warningSimon Marlow2006-03-271-1/+1
* elimiante a couple of warningsSimon Marlow2006-03-271-1/+1
* fix a warningSimon Marlow2006-03-241-1/+1
* Add some more flexibility to the multiproc schedulerSimon Marlow2006-03-249-51/+182
* mkDerivedConstants.c depends on ghcplatform.hDuncan Coutts2006-03-241-1/+1
* small updatesSimon Marlow2006-03-271-15/+4
* Allow users of the GHC library to specify which packages have already been lo...Lemmih2006-03-271-2/+7
* Fix Darwin/x86 stack alignmentwolfgang.thaller@gmx.net2006-03-251-11/+4
* Darwin Mangler: include alignment statements for symbol stubswolfgang.thaller@gmx.net2006-03-241-0/+3
* mark recordMutableCap() with [R1] to avoid saving all regs across itSimon Marlow2006-03-241-1/+1
* omit the __DISCARD__() call if unregisterisedSimon Marlow2006-03-241-1/+4
* gcc is getting smarter, so we need to hit it with a bigger stickSimon Marlow2006-03-231-0/+9
* -fno-code shouldn't be a mode.Lemmih2006-03-185-26/+37
* Don't generate stub files when -fno-code is given.Lemmih2006-03-181-5/+1
* Documentation for -fno-code and -fwrite-iface.Lemmih2006-03-181-7/+1
* on second thoughts, revert the ppc/darwin part of the previous patchSimon Marlow2006-03-221-2/+1
* fix for gcc 4.1.xSimon Marlow2006-03-221-6/+10
* support for STM objects in the retainer profilerSimon Marlow2006-03-211-0/+80
* small changes to fix retainer profiling on HEADSimon Marlow2006-03-211-2/+3
* tiny cleanupSimon Marlow2006-03-211-1/+1
* oops, remove temporary testing codeSimon Marlow2006-03-211-2/+0
* stopTicker(): wait for the timer thread to exitSimon Marlow2006-03-201-8/+30
* fix Win32 buildSimon Marlow2006-03-201-1/+1
* Documentation for -fno-code and -fwrite-iface.Lemmih2006-03-181-1/+7
* Don't generate stub files when -fno-code is given.Lemmih2006-03-181-1/+5
* -fno-code shouldn't be a mode.Lemmih2006-03-185-37/+26
* Cleanup after the OPTIONS parsing was moved.Lemmih2006-03-122-11/+2
* fix build for certain picky versions of gccSimon Marlow2006-03-171-7/+7
* forkProcess(): watch out for ThreadRelocatedSimon Marlow2006-03-171-5/+9
* Make -fliberate-case work for GADTssimonpj@microsoft.com2006-03-171-18/+50
* remove accidental extra in previous patchSimon Marlow2006-03-161-1/+1
* fix a warningSimon Marlow2006-03-161-1/+1
* fix up Win32 buildSimon Marlow2006-03-162-2/+2
* sanity checking: make sure we don't mix registerised and unreg'd codeSimon Marlow2006-03-161-5/+13
* fix non-threaded waySimon Marlow2006-03-161-1/+7
* Free all memory when shutting down. XXX not implemented for Posix.lennart.augustsson@credit-suisse.com2006-03-023-5/+28
* Improvements to forkProcess()Simon Marlow2006-03-161-27/+44
* discardTask(): reset task->tso to avoid confusion laterSimon Marlow2006-03-161-4/+9
* Improvements to shutting down of the runtimeSimon Marlow2006-03-156-96/+168
* improve panic messages a bit, with the GHC version and platformSimon Marlow2006-03-144-11/+16
* Bug fixes in my refactored RnNames code.Lemmih2006-03-142-22/+25
* ENTER(): avoid re-reading the info pointer of the closure when entering itSimon Marlow2006-03-141-4/+6
* small improvements to the debug printerSimon Marlow2006-03-141-5/+8
* Make it a fatal error to try to enter a PAPSimon Marlow2006-03-143-1/+5