summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add fast event loggingSimon Marlow2009-03-1720-119/+809
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-175-13/+64
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-174-11/+36
* FIX #3093: stub filenames when using -osufSimon Marlow2009-03-162-18/+8
* Don't call processHeapClosureForDead on pinned blocksSimon Marlow2009-03-161-1/+3
* Retract Hp *before* checking for HpLim==0Simon Marlow2009-03-161-1/+1
* eliminate some not-quite-duplicate codeSimon Marlow2009-03-131-10/+1
* start finalizers on the current Capability rather than last_free_capabilitySimon Marlow2009-03-131-2/+2
* cope with ThreadRelocated on the sleeping_queueSimon Marlow2009-02-171-2/+8
* Fix Trac #3095, and make RdrHsSyn warning-cleansimonpj@microsoft.com2009-03-161-22/+24
* Layout onlysimonpj@microsoft.com2009-03-161-3/+3
* Reject foralls in constructor args in 'deriving', except for Functor etcsimonpj@microsoft.com2009-03-161-25/+37
* Fix Trac #3092simonpj@microsoft.com2009-03-161-10/+15
* Ensure the orientation of var-var equalities is correct for instatiationManuel M T Chakravarty2009-03-154-102/+185
* Use work-stealing for load-balancing in the GCSimon Marlow2009-03-1313-72/+132
* Fix Trac #3087: derived Data now defines dataCast1/2simonpj@microsoft.com2009-03-132-42/+84
* Adjust error message slightly to make it clearersimonpj@microsoft.com2009-03-131-2/+3
* just comment formattingSimon Marlow2009-03-131-5/+4
* Add "+RTS -N" to determine the -N value automatically (see #1741)Simon Marlow2009-03-132-5/+40
* tidy up "missing symbol" error messageSimon Marlow2009-03-132-3/+2
* Fix sanity checking after fix to #2917Simon Marlow2009-03-123-5/+7
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-1311-50/+62
* FIX #3079, dodgy parsing of LANGUAGE pragmas2009-03-13Simon Marlow2009-03-121-57/+71
* avoid a crash: don't return unless the run queue has some threads in itSimon Marlow2009-03-111-6/+3
* Allocate the right number of words in new*PinnedByteArrayzh_fastIan Lynagh2009-03-111-22/+31
* FIX #2816 (correct unicode output for :type/:kind)Simon Marlow2009-03-111-2/+8
* Fix #2992: don't create a named eventSimon Marlow2009-03-111-1/+1
* FIX #2832: Setting SplitObjs=NO doesn't disable -split-objs in GHCSimon Marlow2009-03-112-8/+13
* FIX #2976: fix buggy implementation of shadowing in GHC.getBindingsSimon Marlow2009-03-111-9/+3
* Don't put a trailing / on the mingw include pathIan Lynagh2009-03-101-1/+1
* Fix a bug which sometimes caused extra major GCs to be performedSimon Marlow2009-03-093-18/+28
* Redesign 64-bit HEAP_ALLOCED (FIX #2934 at the same time)Simon Marlow2009-03-095-70/+237
* Partial fix for #2917Simon Marlow2009-03-067-25/+63
* Don't force HSCOLOUR_SRCS = YES when validatingIan Lynagh2009-03-081-1/+0
* Add CONTRACT to the pragmas that we recognise.Ian Lynagh2009-03-061-1/+1
* Generate lots of __inline_me during vectorisationRoman Leshchinskiy2009-03-073-11/+31
* Special-case desugaring of simple parallel array comprehensionsRoman Leshchinskiy2009-03-071-1/+23
* Make LDV_FILL_SLOP use a forwards loop rather than a backwards loopIan Lynagh2009-03-062-4/+4
* Fix warningRoman Leshchinskiy2009-03-062-2/+2
* Try not to avoid vectorising purely scalar functionsRoman Leshchinskiy2009-03-064-12/+213
* Package dph needs to be cleaned in stage=1, tooManuel M T Chakravarty2009-03-061-15/+17
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-054-3/+18
* add final newlinesSimon Marlow2009-03-052-2/+2
* remove foo.exe.manifest when --embed-manifest is onSimon Marlow2009-03-051-0/+2
* add --with-ld=c:/mingw/bin/ldSimon Marlow2009-03-051-0/+4
* Document -fwarn-unrecognised-pragmas; fixes trac #3031Ian Lynagh2009-03-053-1/+25
* On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.Ian Lynagh2009-03-051-0/+7
* By default, only HsColour the docs if we find HsColour. Fixes trac #3004.Ian Lynagh2009-03-051-5/+9
* Make -fdicts-cheap cope with implication constraintssimonpj@microsoft.com2009-03-052-2/+44
* Finally fix Trac #3066simonpj@microsoft.com2009-03-052-25/+30