summaryrefslogtreecommitdiff
path: root/compiler/vectorise
Commit message (Expand)AuthorAgeFilesLines
* Typos in commentsGabor Greif2016-12-161-1/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-2/+3
* Spelling in comment onlyGabor Greif2016-11-181-1/+1
* Typos in comments, notes and manualGabor Greif2016-11-151-1/+1
* Typos in commentsGabor Greif2016-10-312-2/+2
* Remove -dtrace-levelMatthew Pickering2016-10-261-3/+1
* Refactor occurrence-check logicSimon Peyton Jones2016-10-211-1/+1
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-0/+1
* Remove `setUnfoldingInfoLazily`Matthew Pickering2016-08-031-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-212-1/+7
* Kill eltsUFM in classifyTyConsBartosz Nitka2016-07-081-2/+2
* Use DVarEnv for vectInfoVarBartosz Nitka2016-07-051-7/+9
* Check generic-default method for ambiguitySimon Peyton Jones2016-07-051-0/+9
* Axe RecFlag on TyCons.Edward Z. Yang2016-06-302-12/+2
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-1/+1
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-153-10/+7
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-155-10/+11
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-131-1/+1
* Make vectInfoParallelVars a DVarSetBartosz Nitka2016-06-074-7/+8
* Use DVarSet in Vectorise.ExpBartosz Nitka2016-06-071-27/+26
* Document SCC determinismBartosz Nitka2016-05-111-1/+5
* Kill foldUFM in classifyTyConBartosz Nitka2016-05-101-1/+1
* Comment typos: Mkae -> Make, Hsakell -> HaskellRyanGlScott2016-04-301-1/+1
* Track specified/invisible more carefully.Richard Eisenberg2016-03-212-6/+7
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-244-5/+7
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-1/+1
* Typos in commentsGabor Greif2016-01-271-1/+1
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-201-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-184-13/+14
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-1129-349/+370
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-251-3/+3
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-105/+107
* Generate Typeable info at definition sitesBen Gamari2015-10-303-5/+10
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-293-10/+5
* Generate Typeable info at definition sitesBen Gamari2015-10-293-5/+10
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-102-6/+13
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-7/+6
* Use a Representaional coercion for data familiesSimon Peyton Jones2015-06-262-2/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-183-5/+5
* Revert multiple commitsAustin Seipp2015-05-143-5/+5
* Refactor tuple constraintsSimon Peyton Jones2015-05-133-5/+5
* Refactor TyCon to eliminate TupleTyConSimon Peyton Jones2015-05-011-0/+7
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-075-4/+6
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-052-3/+3
* Improve HsBangSimon Peyton Jones2015-01-081-1/+1