summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add fast event loggingSimon Marlow2009-03-172-0/+7
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-173-4/+21
* FIX #3093: stub filenames when using -osufSimon Marlow2009-03-162-18/+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
* 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
* tidy up "missing symbol" error messageSimon Marlow2009-03-131-1/+1
* FIX #3079, dodgy parsing of LANGUAGE pragmas2009-03-13Simon Marlow2009-03-121-57/+71
* FIX #2816 (correct unicode output for :type/:kind)Simon Marlow2009-03-111-2/+8
* FIX #2832: Setting SplitObjs=NO doesn't disable -split-objs in GHCSimon Marlow2009-03-111-1/+1
* 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
* Partial fix for #2917Simon Marlow2009-03-061-0/+5
* 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
* Fix warningRoman Leshchinskiy2009-03-062-2/+2
* Try not to avoid vectorising purely scalar functionsRoman Leshchinskiy2009-03-064-12/+213
* add final newlinesSimon Marlow2009-03-052-2/+2
* remove foo.exe.manifest when --embed-manifest is onSimon Marlow2009-03-051-0/+2
* On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.Ian Lynagh2009-03-051-0/+7
* Make -fdicts-cheap cope with implication constraintssimonpj@microsoft.com2009-03-052-2/+44
* Finally fix Trac #3066simonpj@microsoft.com2009-03-052-25/+30
* 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
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-0332-693/+662
* 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
* Use 'nonIOok' instead of 'True'; cosmetics onlysimonpj@microsoft.com2009-02-231-1/+1
* If we are given -Werror, then pass -Werror to cppIan Lynagh2009-02-261-2/+5
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-234-35/+88
* SPARC NCG: Add jumps to end of blocks when working out condition codesBen.Lippmeier@anu.edu.au2009-02-231-15/+39
* SPARC NCG: Enforce the invariant that each block ends with a jump.Ben.Lippmeier@anu.edu.au2009-02-231-14/+50
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-223-11/+13
* Do not print anything to stdout when stopping at a breakpoint with custom cod...Peter Hercek2009-02-221-19/+24
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-0/+1
* SPARC NCG: Unsigned comparisons are unsignedBen.Lippmeier@anu.edu.au2009-02-171-4/+4
* SPARC NCG: Fix word size conversionsBen.Lippmeier@anu.edu.au2009-02-172-25/+69
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-1611-1243/+1479
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-1613-375/+443