summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071531-1150/+626
* remove empty dirSimon Marlow2006-01-210-0/+0
* rempve some unused filesSimon Marlow2006-01-2168-1946/+0
* Add stage2/ghci to ghc-api's import list.Lemmih2006-04-061-0/+1
* Don't build GHC with breakpoint support by default.Lemmih2006-04-061-1/+1
* GHC.Base.breakpoint isn't vaporware anymore.Lemmih2006-04-0610-33/+251
* Add SA_RESTART flag to the timer signal handler.Simon Marlow2006-04-061-0/+11
* Better messages from HscTypes.showModMsg.Lemmih2006-04-064-13/+17
* Turn the "too many hs_exit()s" fatal error into a warningSimon Marlow2006-04-051-1/+2
* add freeStorage() prototypeSimon Marlow2006-04-051-0/+1
* add support for x86_64; foreign import is now supported in GHCi on x86_64Simon Marlow2006-04-051-7/+176
* Correct spelling mistake: GhcState1HcOpts -> GhcStage1HcOptsDuncan Coutts2006-03-301-3/+3
* oops, undo accidental patchSimon Marlow2006-03-301-1/+1
* fix profiling on Win32Simon Marlow2006-03-303-5/+12
* 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
* Ranlib is required on Darwin/x86, toowolfgang.thaller@gmx.net2006-03-081-1/+1
* 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
* Accept amd64-*-freebsd architectureVolker Stolz2006-03-231-0/+9
* 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
* powerpc64 does not support GHCi right nowSimon 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