summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow a header to be specified in a CTYPE pragmaIan Lynagh2012-02-174-30/+46
* Now I understand why Constraint is a sub-kind of ArgKind!Simon Peyton Jones2012-02-171-2/+3
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-02-1722-462/+557
|\
| * Fix parsing regression in CTYPE patchIan Lynagh2012-02-161-3/+6
| * Fix the build with GHC < 7.4.1Ian Lynagh2012-02-161-1/+4
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-02-1638-862/+711
| |\
| * | Add FunPtr to the types that toCType knows aboutIan Lynagh2012-02-161-3/+4
| * | Add CType informatino to wired-in typesIan Lynagh2012-02-161-15/+18
| * | Implement the CTYPE pragma; part of the CApiFFI extensionIan Lynagh2012-02-1621-72/+164
| * | Whitespace only in types/TyCon.lhsIan Lynagh2012-02-161-372/+365
* | | Wibble to sub-kindingSimon Peyton Jones2012-02-172-2/+2
* | | Fix a missing defaultKind that resulted in lingering ArgKindsSimon Peyton Jones2012-02-171-4/+3
* | | Fix a nasty bug in the canonicaliser which was failingSimon Peyton Jones2012-02-171-8/+5
* | | More simplification of the sub-kinding storySimon Peyton Jones2012-02-179-200/+149
* | | Implement a typing rule for saturated seq, and document itSimon Peyton Jones2012-02-172-9/+44