summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a broken link. Spotted by Norman Ramsey in trac #3068.Ian Lynagh2009-03-041-1/+1
* Fix spelling (Trac#3069)simonpj@microsoft.com2009-03-041-1/+1
* Layout onlysimonpj@microsoft.com2009-03-041-12/+12
* Fix a long-standing latent bug (and the build): check res_ty not sig_tysimonpj@microsoft.com2009-03-041-4/+6
* Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny t...pepe iborra2009-03-031-2/+2
* Fix Trac #3066: checking argument types in foreign callssimonpj@microsoft.com2009-03-031-2/+3
* Fix Trac #3057 in deriving Functor simonpj@microsoft.com2009-03-032-85/+104
* fix assertion failure with -debug non-threaded RTS (by deleting code!)Simon Marlow2009-03-031-6/+0
* improvements: generate LaTeX tables for more than one runSimon Marlow2009-03-032-49/+104
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-0333-694/+663
* Comments onlysimonpj@microsoft.com2009-03-031-0/+6
* Filter out carriage returns in doc stringsDavid Waern2009-02-281-3/+6
* z-encode digits at the start of a symbol name; fixes trac #2997Ian Lynagh2009-02-271-9/+16
* Whitespace onlyIan Lynagh2009-02-271-143/+143
* Improve documentation of bang patternssimonpj@microsoft.com2009-02-271-15/+45
* Use 'nonIOok' instead of 'True'; cosmetics onlysimonpj@microsoft.com2009-02-231-1/+1
* Tweak +RTS --info docsIan Lynagh2009-02-271-15/+51
* In +RTS --info output, use YES rather than YesIan Lynagh2009-02-271-1/+1
* FIX #1891 (describe +RTS --info output in GHC user guide)Andrew Coppin2009-02-141-1/+84
* If we are given -Werror, then pass -Werror to cppIan Lynagh2009-02-261-2/+5
* Strip tag bits from closure pointers before trying to deference them.Ben.Lippmeier@anu.edu.au2009-02-241-2/+2
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-234-35/+88