summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-2934-142/+232
* stg_enter_checkbh: fix offsets for profilingSimon Marlow2011-11-291-2/+2
* Get rid of the "safety" field of CmmCall (OldCmm)Simon Marlow2011-11-2916-54/+45
* Merge branch 'master' of http://darcs.haskell.org/ghcDimitrios Vytiniotis2011-11-291-12/+12
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-2941-739/+1025
| |\
| * \ Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-2681-1376/+1439
| |\ \
| * | | Keep unicode characters in Haddock comments and comments in the token stream.David Waern2011-11-251-12/+12
* | | | Reintroducing isReflCo optimization: invariantDimitrios Vytiniotis2011-11-295-85/+117
| |_|/ |/| |
* | | Implement a capi calling convention; fixes #2979Ian Lynagh2011-11-288-13/+73
* | | Merge branch 'master' of http://darcs.haskell.org/ghcDimitrios Vytiniotis2011-11-282-5/+11
|\ \ \
| * | | Allow the quotes to be omitted in {-# SCC "<varid>" #-}Simon Marlow2011-11-282-5/+11
* | | | isReflCo no longer reliable for detection of type identity.Dimitrios Vytiniotis2011-11-283-162/+147
* | | | Implemented -dsuppress-var-kinds flag to remove silly kinds when dppr-debug i...Dimitrios Vytiniotis2011-11-285-9/+45
* | | | Solved goal caching and zonking optimisations.Dimitrios Vytiniotis2011-11-287-302/+415
* | | | This patch includes:Dimitrios Vytiniotis2011-11-288-91/+151
|/ / /
* | | Fix document to follow renaming -XPArr to -XParallelArraysshelarcy2011-11-271-2/+2
* | | Test whether ld flags exist before using themIan Lynagh2011-11-273-16/+57
* | | Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240Ian Lynagh2011-11-272-3/+8
* | | Don't list sortBy as a good consumer; fixes trac #5473Ian Lynagh2011-11-261-6/+0
* | | Record ValidateSpeed and ValidateHpc in mk/are-validating.mkIan Lynagh2011-11-261-2/+4
* | | Small refactoringIan Lynagh2011-11-263-8/+5
* | | Remove a tabs kludgeIan Lynagh2011-11-261-7/+0
* | | Whitespace only in codeGen/CgForeignCall.hsIan Lynagh2011-11-261-101/+101
* | | Whitespace only in codeGen/StgCmmForeign.hsIan Lynagh2011-11-261-99/+92
* | | Small refactoring: Turn a needlessly monadic binding into a let bindingIan Lynagh2011-11-261-7/+5
* | | Only call deSugar from one placeIan Lynagh2011-11-261-7/+6
* | | Move vectorisation of (->) & [::] into the libraryManuel M T Chakravarty2011-11-276-46/+45
* | | Document that sync-all supports gcIan Lynagh2011-11-251-0/+1
* | | Add GC command to sync-all.Edward Z. Yang2011-11-251-0/+4
| |/ |/|
* | Initial documentation for -XPolyKinds in the user's guide.Jose Pedro Magalhaes2011-11-252-8/+242
* | Less kinds in error messagesJose Pedro Magalhaes2011-11-251-6/+10
* | Fix kind checking of tuplesJose Pedro Magalhaes2011-11-255-67/+86
* | Whitespace onlyJose Pedro Magalhaes2011-11-251-3/+2
* | Time handling overhaulSimon Marlow2011-11-2529-447/+381
* | Fix newtype wrapper for 'PData[s] (Wrap a)' and fix VECTORISE type and instan...Manuel M T Chakravarty2011-11-2518-157/+226
* | Fixes for NetBSDIan Lynagh2011-11-257-5/+12
* | Merge ../bghcDaniel Fischer2011-11-241-41/+41
|\ \
| * | Fix a few typosDaniel Fischer2011-11-241-9/+9
| * | Whitespace only in glasgow_exts.xmlDaniel Fischer2011-11-241-32/+32
* | | Update the sdist VCS exclusionsIan Lynagh2011-11-241-1/+1
* | | Fix sdist creationIan Lynagh2011-11-241-1/+1
* | | Fix markup (non-validate-breaking)Simon Marlow2011-11-241-4/+4
* | | Relax the restriction on using abstract newtypes in FFI declarations.Simon Marlow2011-11-241-5/+17
* | | Fix the filename passed to unlit (see comment for details)Simon Marlow2011-11-241-3/+14
* | | copyFileWithHeader: write the header in UTF-8Simon Marlow2011-11-241-1/+13
|/ /
* | Fix userguide markupIan Lynagh2011-11-241-1/+1
* | Replace a couple of "rm -rf" invocations with $(call removeTrees,...)Ian Lynagh2011-11-241-2/+2
* | Support "phase control" for SPECIALISE pragmasSimon Peyton Jones2011-11-244-8/+106
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-242-19/+17
|\ \
| * | Fix bug in flushStdHandles()Simon Marlow2011-11-241-1/+1