summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix #6080 & house keeping in Vectorise.ExpManuel M T Chakravarty2012-05-082-465/+338
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-041-1/+1
|\
| * Fix typo in error message (Trac #6076)Simon Peyton Jones2012-05-041-1/+1
* | Follow libffi changes on WindowsIan Lynagh2012-05-041-1/+1
|/
* Fix overnight build breakage (fix from simonpj)Simon Marlow2012-05-041-3/+1
* Check the calling convention of foreign imported labels is supportedIan Lynagh2012-05-031-5/+7
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-022-18/+27
|\
| * Cast memory primops in the C backend (#5976)Paolo Capriotti2012-05-021-16/+25
| * Fix Win64 build now that hsc2hs knows what platform we're onIan Lynagh2012-05-011-2/+2
* | Allow cases with empty alterantivesSimon Peyton Jones2012-05-0218-106/+201
|/
* Wibble to pretty printingSimon Peyton Jones2012-05-011-3/+1
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-0113-150/+104
* Egregious typo (fixes Trac #6055)Simon Peyton Jones2012-04-301-1/+1
* Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-04-3044-614/+740
|\
| * Revert "Add -faggressive-primops"Simon Peyton Jones2012-04-275-73/+22
| * Revert "Refactoring in CoreUtils/CoreArity"Simon Peyton Jones2012-04-275-143/+115
| * Revert "Make more primops cheaper"Simon Peyton Jones2012-04-271-2/+0
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-279-35/+39
| |\
| | * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-04-2729-324/+471
| | |\
| | * | Pretty printing and debug improvementsSimon Peyton Jones2012-04-279-35/+39
| * | | Make more primops cheaperSimon Peyton Jones2012-04-271-0/+2
| * | | Comment out a pprTrace unless DEBUG is on (fix Trac #5929)Simon Peyton Jones2012-04-271-0/+2
| | |/ | |/|
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-2712-107/+157
| |\ \
| | * \ Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-278-84/+106
| | |\ \
| | | * | Add a new primop mkWeakNoFinalizer (#5879)Simon Marlow2012-04-271-0/+6
| | | * | add support for ARM hard-float ABI (fixes #5914)Karel Gardas2012-04-277-84/+100
| | * | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-2624-426/+596
| | |\ \ \ | | | |/ /
| | | * | Fix lookup of fixity signatures for type operators (#6027)Paolo Capriotti2012-04-262-20/+42
| | | |/
| | * | Merge win:c:/m64/reg8Ian Lynagh2012-04-262-3/+9
| | |\ \
| | | * | Add a flag for the unsupported calling convention warningIan Lynagh2012-04-242-3/+9
| * | | | Refactoring in CoreUtils/CoreAritySimon Peyton Jones2012-04-275-115/+143
| * | | | Add -faggressive-primopsSimon Peyton Jones2012-04-275-22/+73
| * | | | Debug printing onlySimon Peyton Jones2012-04-271-1/+1
| * | | | Small refactoring in kind generalisation of type declarationsSimon Peyton Jones2012-04-271-23/+35
| * | | | White space and debug printintSimon Peyton Jones2012-04-272-4/+2
| * | | | Use coreBindsStats more than coreBindsSizeSimon Peyton Jones2012-04-264-50/+59
| * | | | Tiny refactorSimon Peyton Jones2012-04-261-2/+1
| | |_|/ | |/| |
| * | | Make the RHS of a generic FamInst use the same type variables as the LHS!Simon Peyton Jones2012-04-261-10/+12
| * | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-261-4/+12
| |\ \ \
| | * | | Allow case expressions with a single alternative to be floated in.Geoffrey Mainland2012-04-261-4/+12
| * | | | Do not generate derived instances in TH bracketsSimon Peyton Jones2012-04-261-1/+22
| * | | | Remove spurious debug printSimon Peyton Jones2012-04-261-1/+1
| |/ / /
| * | | Improve debug print a bitSimon Peyton Jones2012-04-261-1/+1
| * | | Fix a one-character typo (kv1 should be kv2!)Simon Peyton Jones2012-04-261-1/+1
| * | | Fix typoSimon Peyton Jones2012-04-251-1/+1
| * | | More fixes to kind polymorphism, fixes Trac #6035, #6036Simon Peyton Jones2012-04-257-215/+221
| * | | Fix looking up of Exact RdrNames, fixes Trac #6005Simon Peyton Jones2012-04-251-9/+34
| * | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-253-25/+15
| |\ \ \
| | * | | removed superfluous flag for vectScalarFunGabriele Keller2012-04-252-24/+13