summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix warnings (validate was failing on i386)Simon Marlow2011-11-241-3/+7
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-243-11/+27
|\ \ | |/
| * Remove unused cRelocatableBuildSimon Marlow2011-11-231-6/+0
| * Decode escape sequences properly in line pragmas (see comment for details).Simon Marlow2011-11-231-1/+13
| * Checking UsageFile: don't fail if the file doesn't exist, just recompileSimon Marlow2011-11-231-4/+14
* | Fix build on WindowsSimon Peyton Jones2011-11-231-13/+18
* | Use mkAppTys, not foldl AppTy, which was utterly wrongSimon Peyton Jones2011-11-231-14/+15
|/
* Keep the flag lists as IntSets rather than listsSimon Marlow2011-11-232-23/+25
* Fix and clean up 'PData' and 'Wrap' usage of the vectoriserManuel M T Chakravarty2011-11-238-572/+213
* Don't warn about not vectorised type synonymsManuel M T Chakravarty2011-11-231-4/+5
* Fix compilation error in unreg modeDavid Terei2011-11-221-1/+1
* Add '-dno-llvm-mangler' flag for debugging purposesDavid Terei2011-11-222-2/+10
* Clean up LLVM Mangler.David Terei2011-11-221-48/+14
* Show LLVM mangler and code gen passes at v2David Terei2011-11-223-3/+7
* Formatting fix.David Terei2011-11-221-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-11-225-227/+277
|\
| * Tabs -> SpacesDavid Terei2011-11-221-184/+178
| * Formatting fixDavid Terei2011-11-221-2/+4
| * Explicitly handle unsupported Cmm prim ops.David Terei2011-11-223-7/+13