summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Follow Cabal version bumpIan Lynagh2012-01-202-2/+2
* Remove getDOptsSmpl; use getDynFlags insteadIan Lynagh2012-01-193-10/+10
* Remove typecheck/TcSimplify.lhs-oldIan Lynagh2012-01-191-3297/+0
* Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-1924-50/+49
* Remove getDOptsDs; use getDynFlags insteadIan Lynagh2012-01-194-8/+5
* Fix validateIan Lynagh2012-01-195-4/+25
* Rename the testsuite tarballIan Lynagh2012-01-181-4/+4
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-182-1/+15
|\
| * Document -T RTS flag in manual.Edward Z. Yang2012-01-171-0/+11
| * Incorrect type conversion in LLVM backend (#5785).Ubuntu2012-01-181-1/+4
* | Do not inherit "SPECIALISE instance" for INLINE default methodsSimon Peyton Jones2012-01-181-16/+21
* | Eliminate {| and |} vestiges in lexer/parserSimon Peyton Jones2012-01-172-19/+8
* | Use nested tuples to desugar recursive do-notationSimon Peyton Jones2012-01-172-5/+5
|/
* Comments only (to support debug tracing in DmdAnal)Simon Peyton Jones2012-01-171-4/+13
* Warn when a SPECIALISE pragma gives rise to a totally inactive ruleSimon Peyton Jones2012-01-172-25/+40
* Do not combine dictionaries in the EvVarCache when simplEqsOnly is onSimon Peyton Jones2012-01-171-29/+38
* Switch TcEvidence to Unix line endingsSimon Peyton Jones2012-01-171-600/+600
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-176-107/+111
|\
| * Only use TBAA when LLVM > 2.8. (#5782)David Terei2012-01-173-11/+25
| * Tabs -> SpacesDavid Terei2012-01-161-87/+74
| * Add missing initialisation of cap->disabledSimon Marlow2012-01-161-0/+1
| * Documentation for -XDataKindsJose Pedro Magalhaes2012-01-161-9/+11
* | Allow default superclass methods for multi-parameter type classesSimon Peyton Jones2012-01-171-14/+2
|/
* Remove unnecessary extra use of orphan_hashSimon Marlow2012-01-161-2/+1
* Revert "Add -faggressive-primops plus refactoring in CoreUtils" (#5780)Simon Marlow2012-01-169-214/+137
* Fix bug causing polling instead of blocking in the non-threaded RTS (#5773)Simon Marlow2012-01-161-18/+17
* Fix for tick intervals greater than one second.Simon Marlow2012-01-161-2/+2
* Split -XDataKinds from -XPolyKindsJose Pedro Magalhaes2012-01-164-13/+13
* DataConIds need to be treated specially in VectInfoManuel M T Chakravarty2012-01-161-1/+1
* Merge wibbleManuel M T Chakravarty2012-01-161-1/+1
* Fix vectorisation of classesManuel M T Chakravarty2012-01-169-24/+84
* Fix a #defineIan Lynagh2012-01-151-1/+1
* Remove trailing whitespace in compiler/parser/LexCore.hsIan Lynagh2012-01-151-8/+8
* remove tabs (+ ignore tabs option) from LexCore.hsNils Schweinsberg2012-01-151-40/+32
* Remove some "0 +"s that look redundantIan Lynagh2012-01-151-2/+2
* Remove an out-of-date commentIan Lynagh2012-01-151-2/+1
* When configuring, handle $topdir/ in the ghc --info outputIan Lynagh2012-01-141-0/+6
* Define "ar command" correctly in settings file on WindowsIan Lynagh2012-01-144-5/+7
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-1411-47/+75
* Document the extra instances divergence from H98/H2010Ian Lynagh2012-01-141-0/+16
* Document the Bits superclass divergence from Haskell 2010Ian Lynagh2012-01-141-0/+43
* Document the Num superclass divergence from H98/H2010Ian Lynagh2012-01-141-0/+33
* Add extra Num constraints since the Num superclass of Bits is removedBas van Dijk2012-01-141-3/+3
* Add some llvm build options to build.mk.sampleDavid Terei2012-01-131-1/+26
* Add -faggressive-primops plus refactoring in CoreUtilsSimon Peyton Jones2012-01-139-137/+214
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-139-2865/+2950
|\
| * Fix validation errorDavid Terei2012-01-121-2/+2
| * Fix mistake in flags.xmlDavid Terei2012-01-121-1/+1
| * Consistent: Enbaled -> enabled in flag doc.David Terei2012-01-121-2/+2
| * Add '-freg-liveness' flag to control if STG liveness informationDavid Terei2012-01-125-17/+48