summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghc into unboxed-t...unboxed-tuple-argumentsMax Bolingbroke2012-03-0715-133/+179
|\
| * Add Haiku platform (#5828)Paolo Capriotti2012-03-071-0/+2
| * Get correct options when calling 'clang' inplace of 'as' (#5903)David Terei2012-03-061-5/+8
| * Deal with promoted DataCons in interface files (fixes Trac #5881)Simon Peyton Jones2012-03-051-2/+7
| * Fix Trac #5892: a coding errorsSimon Peyton Jones2012-03-041-4/+4
| * Make type trimming more conservative with -XDataKinds (fixes Trac #5912)Simon Peyton Jones2012-03-041-16/+50
| * Tidy up the handling of kind generalisationSimon Peyton Jones2012-03-043-58/+34
| * Attach INLINE pagmas in mutually recursive bindingsSimon Peyton Jones2012-03-042-6/+33
| * Improved debug printing with -dverbose-core2coreSimon Peyton Jones2012-03-045-42/+41
* | Attempt to preemptively fix bugs in the StgCmm codepathMax Bolingbroke2012-03-071-31/+29
* | Fix bugs exposed by testsuite runMax Bolingbroke2012-03-073-69/+17
* | Fix remaining code generation bugs preventing stage2 GHC from workingMax Bolingbroke2012-03-072-36/+42
* | Support code generation for unboxed-tuple function argumentsMax Bolingbroke2012-03-0667-1368/+1408
|/
* White space onlySimon Peyton Jones2012-03-024-9/+6
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-0256-2377/+2324
* In --make, give an indication of why a module is being recompiledSimon Marlow2012-03-012-76/+97
* Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checkerSimon Marlow2012-03-011-6/+32
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-018-59/+128
* Fix validate with tables-next-to-code offIan Lynagh2012-02-271-0/+7
* Fix the unregisterised build; fixes #5901Ian Lynagh2012-02-2712-42/+55
* Whitespace only in nativeGen/AsmCodeGen.lhsIan Lynagh2012-02-271-301/+294
* Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-275-21/+10
* two typosGabor Greif2012-02-271-1/+1
* minor tweakGabor Greif2012-02-271-1/+1
* remove legacy cleanGabor Greif2012-02-271-4/+1
* remove unused function: printErrorSimon Marlow2012-02-271-4/+1
* Fix warnings in utils/GraphColor.hsIan Lynagh2012-02-261-4/+26
* Whitespace only in utils/GraphColor.hsIan Lynagh2012-02-261-286/+281
* Change -X flags into LANGUAGE pragmasIan Lynagh2012-02-265-10/+14
* Fix warnings in utils/GraphOps.hsIan Lynagh2012-02-261-7/+31
* Whitespace only in utils/GraphOps.hsIan Lynagh2012-02-261-433/+432
* Implement "value" imports with the CAPIIan Lynagh2012-02-2614-29/+68
* Fix parsing of FFI import declsIan Lynagh2012-02-251-3/+11
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-243-7/+25
* Add x86 implementations of the quotRem, Mul2 and Add2 primopsIan Lynagh2012-02-241-2/+59
* Fix generic 2-word-multiplyIan Lynagh2012-02-241-3/+3
* Implement 2-word-multiply for x86_64Ian Lynagh2012-02-243-0/+19
* Add a 2-word-multiply operatorIan Lynagh2012-02-248-1/+59
* Add x86_64 support for the add-with-carry opIan Lynagh2012-02-231-0/+13
* Add a Word add-with-carry primopIan Lynagh2012-02-2316-79/+123
* Call expandCallishMachOp in the x86_64 codegen tooIan Lynagh2012-02-231-0/+4
* Update dependenciesIan Lynagh2012-02-221-1/+1
* Update dependenciesIan Lynagh2012-02-221-1/+1
* Simplified serialization of IfaceTyCon, againMax Bolingbroke2012-02-226-232/+39
* Remove support for CTYPE pragmas on type synonymsIan Lynagh2012-02-2213-45/+29
* Be stricter about abstract newtypes in FFI declarations again.Ian Lynagh2012-02-211-14/+5
* Show the CType in --show-iface outputIan Lynagh2012-02-212-4/+19
* Add a primop for unsigned quotRem; part of #5598Ian Lynagh2012-02-179-15/+44
* Small refactorIan Lynagh2012-02-171-87/+92
* Small refactoring: Use (Maybe Header) rather than FastStringIan Lynagh2012-02-176-30/+40