summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* document the -H optionSimon Marlow2011-10-101-15/+23
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-1018-217/+230
* Merge branch 'fix#5464'Jose Pedro Magalhaes2011-10-075-418/+373
|\
| * Further refining the generation of Generic instances.Jose Pedro Magalhaes2011-10-064-177/+177
| * Wibbles from Simon and PedroSimon Peyton Jones2011-10-063-11/+10
| * Some more refactoring.Jose Pedro Magalhaes2011-10-052-136/+59
| * Merge branch 'master' into fix#5464Jose Pedro Magalhaes2011-10-04106-3612/+3900
| |\
| * | Refactor the implementation.Jose Pedro Magalhaes2011-10-043-169/+217
| * | Comments and refactoring (probably breaks the branch)Simon Peyton Jones2011-10-031-7/+9
| * | Code cleanup.Jose Pedro Magalhaes2011-09-263-46/+33
| * | Remove unnecessary import.Jose Pedro Magalhaes2011-09-261-1/+0
| * | Merge branch 'fix#5464' of http://darcs.haskell.org/ghc into fix#5464Jose Pedro Magalhaes2011-09-260-0/+0
| |\ \
| | * | Fix #5464: Change the way the extra bindings for the genericJose Pedro Magalhaes2011-09-084-246/+239
| * | | Fix #5464: Change the way the extra bindings for the genericJose Pedro Magalhaes2011-09-264-242/+239
* | | | Merge branch 'master' of mac:ghc/git/val32/.Ian Lynagh2011-10-061-4/+8
|\ \ \ \
| * | | | Use -no_compact_unwind on OS X x86 (as well as x86_64)Ian Lynagh2011-10-061-4/+8
| * | | | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-064-64/+222
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' of mac:ghc/git/val32/.Ian Lynagh2011-10-061-0/+11
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Silence "text reloc" warnings on OS X / x86Ian Lynagh2011-10-061-0/+11
* | | | | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-064-64/+222
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow foreign import declarations to the entered interactively in GHCi.Simon Marlow2011-10-062-4/+16
| * | | | Documentation for type/class declarations in GHCi (#4929)Simon Marlow2011-10-061-44/+132
| * | | | Use a custom dead-code analyser instead of calling the occurrence analyser.Simon Marlow2011-10-061-16/+74
* | | | | Build fixes for OS X amd64 following libffi updateIan Lynagh2011-10-063-4/+11
* | | | | Follow libffi updateIan Lynagh2011-10-062-22/+7
|/ / / /
* | | | Fix dynCompileExprIan Lynagh2011-10-051-0/+13
* | | | Build system commentarySimon Marlow2011-10-051-16/+66
* | | | workaround for #5485: use -fno-full-laziness with 7.2.1Simon Marlow2011-10-052-0/+11
* | | | fix Note cross-refSimon Marlow2011-10-051-1/+1
* | | | Update the "Known bugs and infelicities" section of the manualIan Lynagh2011-10-051-34/+50
* | | | Fixed typoDaniel Fischer2011-10-041-1/+1
| |_|/ |/| |
* | | Remove unnecessary references to -fglagow-extsSimon Peyton Jones2011-10-044-17/+14
* | | Change error message slightlySimon Peyton Jones2011-10-041-1/+1
* | | Follow changes to HValue/Any handlingIan Lynagh2011-10-032-2/+2
* | | Comment out commutableOp; we don't use it at the momentIan Lynagh2011-10-031-9/+6
* | | Handle HValues slightly nicerIan Lynagh2011-10-036-17/+20
* | | Fix typoIan Lynagh2011-10-031-1/+1
* | | Fix validate with old bootstrapping compilersIan Lynagh2011-10-021-0/+5
* | | Fix warnings in prelude/ForeignCall.lhsIan Lynagh2011-10-021-6/+4
* | | Fix the Binary CCallConv instanceIan Lynagh2011-10-021-11/+14
* | | Whitespace only in prelude/ForeignCall.lhsIan Lynagh2011-10-021-83/+83
* | | Replace a -w flag with the more specific -fno-warn-deprecationsIan Lynagh2011-10-021-1/+1
* | | Remove a debugging -w flagIan Lynagh2011-10-021-1/+0
* | | Fix warnings in cmm/CLabel.hsIan Lynagh2011-10-021-18/+59
* | | Whitespace only in cmm/CLabel.hsIan Lynagh2011-10-021-325/+325
* | | Remove remaining CPP from cmm/CLabel.hsIan Lynagh2011-10-021-26/+15
* | | Fix build on OX X amd64Ian Lynagh2011-10-021-3/+3
* | | More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-0245-979/+1047
* | | Some CPP removalIan Lynagh2011-10-022-32/+39
* | | Fix bindist finding gcc on OS X; fixes trac #5397Ian Lynagh2011-10-012-101/+102