summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-1530-224/+3394
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-153-21/+18
* Comments, and improvement to pretty-printing of HsGroupsimonpj@microsoft.com2010-06-152-11/+20
* Don't reverse bindings in rnMethodBinds (fix Trac #4126)simonpj@microsoft.com2010-06-141-4/+5
* Fix Trac #4120: generate a proper coercion when unifying forall typessimonpj@microsoft.com2010-06-141-3/+8
* Use mkFunTy to ensure that invariants are respectedsimonpj@microsoft.com2010-06-141-1/+1
* Remove redundant debug codesimonpj@microsoft.com2010-06-011-5/+1
* Fix Trac #4099: better error message for type functionssimonpj@microsoft.com2010-05-311-14/+9
* Gruesome fix in CorePrep to fix embarassing Trac #4121simonpj@microsoft.com2010-06-141-42/+122
* Fix a bug in CorePrep that meant output invariants not satisfiedsimonpj@microsoft.com2010-05-311-20/+17
* Robustify the treatement of DFunUnfoldingsimonpj@microsoft.com2010-05-3112-47/+96
* Fix spelling in commentsimonpj@microsoft.com2010-06-141-1/+1
* Fix printing of splices; part of #4124Ian Lynagh2010-06-131-2/+10
* Whitespace onlyIan Lynagh2010-06-121-73/+73
* Whitespace onlyIan Lynagh2010-06-121-554/+554
* Track changes to DPH libsRoman Leshchinskiy2010-06-071-11/+12
* Track changes to DPH libsRoman Leshchinskiy2010-06-071-1/+6
* Don't use unnecessary parens when printing types (Fix Trac 4107)simonpj@microsoft.com2010-06-042-5/+23
* Track DPH library changesRoman Leshchinskiy2010-06-041-0/+2
* __stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_info (#4106)Simon Marlow2010-06-021-1/+1
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-023-9/+5
* Add the global package DB to ghc --info (#4103)Simon Marlow2010-06-021-1/+2
* PIC support for PowerPCpho@cielonegro.org2010-05-081-0/+5
* Vectoriser: only treat a function as scalar if it actually computes somethingRoman Leshchinskiy2010-06-011-1/+10
* If you say 'make' or 'make stage=2' here, pretend we're in the ghc dirSimon Marlow2010-05-251-0/+8
* Refactor pretty printing of TyThings to fix Trac #4015simonpj@microsoft.com2010-05-251-72/+73
* Improve printing of TyThings; fixes Trac #4087simonpj@microsoft.com2010-05-252-16/+10
* Spelling in commentssimonpj@microsoft.com2010-05-251-1/+1
* Refactor (again) the handling of default methodssimonpj@microsoft.com2010-05-2514-116/+136
* Don't do SpecConstr on NOINLINE things (Trac #4064)simonpj@microsoft.com2010-05-251-1/+9
* the 'stage=0' trick to disable all compiler builds stopped working; fix itSimon Marlow2010-05-201-8/+7
* Comments and formatting onlybenl@ouroborus.net2010-05-241-243/+344
* Core prettyprinter fixes. Patch from Tim Chevalier. Fixes #4085Ian Lynagh2010-05-221-3/+7
* Stop passing -Wl,-macosx_version_min to gccIan Lynagh2010-05-201-5/+1
* Fix package shadowing order (#4072)Simon Marlow2010-05-191-8/+17
* Change another / to </> to avoid building paths containing \/Ian Lynagh2010-05-181-1/+1
* Undo part of #4003 patchSimon Marlow2010-05-131-0/+7
* looksLikeModuleName: allow apostrophe in module names (#4051)Simon Marlow2010-05-101-1/+1
* Fix Trac #4003: fix the knot-tying in checkHiBootIfacesimonpj@microsoft.com2010-05-112-14/+11
* Re-engineer the derived Ord instance generation code (fix Trac #4019)simonpj@microsoft.com2010-05-101-293/+301
* Make arity of INLINE things consistentsimonpj@microsoft.com2010-05-102-3/+11
* omit "dyn" from the way appended to the __stginit labelSimon Marlow2010-04-281-8/+13
* Enable the "redundant specialise pragmas" warning; fixes trac #3855Ian Lynagh2010-05-061-6/+4
* Find the correct external ids when there's a wrappersimonpj@microsoft.com2010-05-061-2/+9
* Add a comment about pattern coercionssimonpj@microsoft.com2010-05-061-1/+5
* Comments onlysimonpj@microsoft.com2010-05-061-1/+1
* Make a missing name in mkUsageInfo into a panicsimonpj@microsoft.com2010-05-061-1/+1
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-066-62/+68
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-0615-107/+157
* Make tcg_dus behave more sanely; fixes a mkUsageInfo panicsimonpj@microsoft.com2010-05-064-38/+43