summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-04311-20048/+24717
|\
| * -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-07-021-1/+3
| * Add a Note, copying text from #2437Simon Marlow2012-07-021-1/+27
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-301-1/+1
| |\
| | * Parse error: suggest brackets and indentation.Eric Kow2012-06-291-1/+1
| * | Copy Data.HashTable's hashString into our Util moduleIan Lynagh2012-06-302-2/+72
| * | Build fixesIan Lynagh2012-06-291-0/+4
| * | Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-291-0/+8
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-2725-130/+282
| |\
| | * Fix PA dfun construction with silent superclass argsManuel M T Chakravarty2012-06-272-11/+2
| | * Add silent superclass parameters to the vectoriserManuel M T Chakravarty2012-06-274-35/+85
| | * Add silent superclass parameters (again)Simon Peyton Jones2012-06-2721-85/+196
| * | Add some more Integer rules; fixes #6111Ian Lynagh2012-06-275-3/+48
| |/
| * Make the GHC API a little more powerful.David Terei2012-06-252-27/+73
| * tweak llvm version warning messageDavid Terei2012-06-251-2/+2
| * New version of the patch for #5461.Paolo Capriotti2012-06-254-15/+19
| * Fix Word64ToInteger conversion rule.Paolo Capriotti2012-06-251-1/+1
| * Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-252-5/+21
| * Use errorMsg over putMsg when appropriate.David Terei2012-06-251-3/+3
| * Warn if using unsupported version of LLVM.David Terei2012-06-252-5/+27
| * Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 andDavid Terei2012-06-251-3/+15
| * Remove the ID MonadIan Lynagh2012-06-231-18/+0
| * Remove sortLeIan Lynagh2012-06-221-93/+2
| * Remove another use of sortLeIan Lynagh2012-06-221-12/+9
| * Correct a commentIan Lynagh2012-06-221-1/+1
| * Remove a few more sortLe'sIan Lynagh2012-06-221-11/+9
| * Remove another sortLe useIan Lynagh2012-06-221-5/+5
| * Use a derived Ord instance for DiscrIan Lynagh2012-06-221-12/+3
| * Derive Eq DiscrIan Lynagh2012-06-221-9/+2
| * Change more uses of sortLe to sortByIan Lynagh2012-06-2210-30/+25
| * Remove some uses of sortLeIan Lynagh2012-06-226-20/+13
| * Remove some more unused functionsIan Lynagh2012-06-221-28/+0
| * Remove a GHC 6.4 workaroundIan Lynagh2012-06-221-6/+1
| * Remove 'on' from UtilIan Lynagh2012-06-225-5/+5
| * Remove some more unused function from ListSetOpsIan Lynagh2012-06-221-22/+0
| * Remove an unused functionIan Lynagh2012-06-221-20/+0
| * Remove duplicated commentJose Pedro Magalhaes2012-06-211-2/+0
| * Allow deriving Generic1Jose Pedro Magalhaes2012-06-214-169/+521
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-2115-219/+169
| |\
| | * Fix whitespace in cmm/PprCmmDecl.hsIan Lynagh2012-06-201-9/+2
| | * Remove some more redundant Platform argumentsIan Lynagh2012-06-203-10/+10
| | * Remove some more redundant Platform argumentsIan Lynagh2012-06-206-72/+64
| | * Remove some redundant Platform argumentsIan Lynagh2012-06-202-17/+16
| | * Fix whitespace in cmm/PprCmmExpr.hsIan Lynagh2012-06-201-24/+17
| | * Fix whitespace in codeGen/StgCmmGran.hsIan Lynagh2012-06-201-32/+25
| | * Make -fgransim a dynamic flagIan Lynagh2012-06-204-15/+14
| | * Make -fparallel a dynamic flagIan Lynagh2012-06-205-9/+6
| | * Fix whitespace in codeGen/CgParallel.hsIan Lynagh2012-06-201-29/+22
| | * Remove some cruft from StaticFlagParserIan Lynagh2012-06-201-10/+1
| * | Remove the USAVOURY HACK in simplifyInferSimon Peyton Jones2012-06-211-74/+30
| |/