summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Update datalayout info in llvm BEDavid Terei2010-06-221-2/+2
* Fix handling of float literals in llvm BEDavid Terei2010-06-221-1/+11
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-219-102/+89
* Reduce the number of passes over the cmm in llvm BEDavid Terei2010-06-214-113/+71
* Fix negate op not working for -0 in llvm backendDavid Terei2010-06-213-18/+11
* ROLLBACK: picCCOpts: -dynamic should not entail -optc-fPICSimon Marlow2010-06-211-1/+6
* Improve the missing-import-list warningIan Lynagh2010-06-201-3/+9
* Tweak missing-import-list warningIan Lynagh2010-06-201-6/+7
* trac #1789 (warnings for missing import lists)amsay@amsay.net2010-06-182-4/+15
* Refix docs for sizeofByteArray#/sizeofMutableByteArray# (#3800)Ian Lynagh2010-06-201-6/+4
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-012-12/+6
* Add win32 datalayout support to llvm backendDavid Terei2010-06-181-3/+6
* Remove unused 'ddump-opt-llvm' flagDavid Terei2010-06-181-3/+0
* generate "movl lbl(%reg1), %reg2" instructions, better codegen for -fPICSimon Marlow2010-06-181-2/+2
* joinToTargets: fix a case of panic "handleComponent cyclic"Simon Marlow2010-06-181-1/+2
* comment typoSimon Marlow2010-06-181-1/+1
* Add support of TNTC to llvm backendDavid Terei2010-06-1811-263/+296
* Don't automatically insert a -fvia-C flag in an unregisterised compilerIan Lynagh2010-06-171-2/+1
* picCCOpts: -dynamic should not entail -optc-fPICSimon Marlow2010-06-171-1/+1
* pick up changes to $(GhcStage1HcOpts) without re-configuring the ghc packageSimon Marlow2010-06-161-4/+5
* fix -fforce-recomp setting: module is PrimOp, not PrimOpsSimon Marlow2010-05-071-1/+1
* fix #3822: desugaring case command in arrow notationRoss Paterson2010-06-151-17/+11
* Deprecate the -fvia-C flag; trac #3232Ian Lynagh2010-06-151-2/+4
* 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