summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert boot and boot-pkgs to perlIan Lynagh2010-04-153-95/+150
* Use $(MAKE), not make, when recursively calling makeIan Lynagh2010-04-151-1/+1
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-125-11/+0
* Increase the minimum version number required to 6.10 in configure.acIan Lynagh2010-04-121-2/+2
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-094-15/+0
* Handle IND_STATIC in isRetainerIan Lynagh2010-04-092-2/+8
* Add Data and Typeable instances to HsSynDavid Waern2010-03-3030-28/+325
* Fix for derefing ThreadRelocated TSOs in MVar operationsSimon Marlow2010-04-074-40/+73
* sanity check fixSimon Marlow2010-04-071-1/+3
* get the reg liveness right in the putMVar# heap checkSimon Marlow2010-04-071-1/+1
* initialise the headers of MSG_BLACKHOLE objects properlySimon Marlow2010-04-071-1/+1
* initialise the headers of MVAR_TSO_QUEUE objects properlySimon Marlow2010-04-071-2/+2
* undo debugging codeSimon Marlow2010-04-061-3/+2
* putMVar#: fix reg liveness in the heap checkSimon Marlow2010-04-061-1/+1
* account for the new BLACKHOLEs in the GHCi debuggerSimon Marlow2010-04-061-3/+6
* don't forget to deRefTSO() in tryWakeupThread()Simon Marlow2010-04-061-1/+2
* Fix bug in popRunQueueSimon Marlow2010-04-061-1/+3
* fix bug in migrateThread()Simon Marlow2010-04-011-1/+1
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-0120-157/+40
* Change the representation of the MVar blocked queueSimon Marlow2010-04-0118-437/+362
* eliminate some duplication with a bit of CPPSimon Marlow2010-03-301-491/+334
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-299-36/+116
* remove non-existent MUT_CONS symbolsSimon Marlow2010-03-301-2/+0
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-295-36/+51
* tiny GC optimisationSimon Marlow2010-03-293-11/+10
* New implementation of BLACKHOLEsSimon Marlow2010-03-2947-825/+1208
* Fix warnings (allow pushOnRunQueue() to not be inlined)Simon Marlow2010-04-011-1/+4
* remove out of date commentSimon Marlow2010-04-011-3/+0
* tidy up spacing in stderr tracesSimon Marlow2010-03-261-2/+2
* Fix an assertion that was not safe when running in parallelSimon Marlow2010-03-251-3/+12
* Never jump directly to a thunk's entry code, even if it is single-entrySimon Marlow2010-03-251-10/+18
* Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs.Milan Straka2010-03-311-2/+2
* Add -pa and -V to the documentation of time profiling options.Milan Straka2010-03-291-2/+19
* Keep gcc 4.5 happySimon Marlow2010-03-301-37/+42
* Fix warning compiling Linker.c for PPC Macnaur@post11.tele.dk2010-04-031-1/+2
* Fix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCodeLabel)naur@post11.tele.dk2010-04-031-3/+3
* Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId)naur@post11.tele.dk2010-04-031-1/+1
* Fix boot-pkgs's sed usage to work with Solaris's sedIan Lynagh2010-04-011-1/+3
* Pass "-i org.haskell.GHC" to packagemaker when building the OS X installerIan Lynagh2010-03-311-1/+1
* Use machdepCCOpts when compiling the file to toggle -(no-)rtsoptsIan Lynagh2010-03-311-1/+3
* Avoid a non-portable use of tar reported by Roman LeshchinskiyIan Lynagh2010-03-301-1/+1
* Don't install EXTRA_PACKAGES by defaultSimon Marlow2010-03-302-1/+15
* fix a non-portable printf formatSimon Marlow2010-03-301-2/+2
* avoid single quote in #errorSimon Marlow2010-03-301-1/+1
* use FMT_Word64 instead of locally-defined versionSimon Marlow2010-03-301-8/+1
* remove old/unused DotnetSupport and GhcLibsWithUnixSimon Marlow2010-03-301-8/+0
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-292-6/+26
* libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusableSimon Marlow2010-03-291-1/+4
* avoid a fork deadlock (see comments)Simon Marlow2010-03-291-0/+7