summaryrefslogtreecommitdiff
path: root/compiler/simplCore/CoreMonad.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-1117/+0
* Implement typechecker pluginsAdam Gundry2014-11-201-26/+1
* Turn CoreWriter into a newtype; fix commentDavid Feuer2014-11-191-8/+11
* Remove -ddump-core-pipeline flagJan Stolarek2014-11-061-1/+1
* Remove -ddump-simpl-phases flagJan Stolarek2014-11-061-34/+6
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-13/+34
* [ci skip] simplCore: detabify/dewhitespace CoreMonadAustin Seipp2014-09-251-217/+211
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-4/+4
* Define mapUnionVarSet, and use itSimon Peyton Jones2014-08-291-1/+1
* Don't float out (classop dict e1 e2)Simon Peyton Jones2014-08-281-3/+5
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-3/+2
* Implement CallArity analysisJoachim Breitner2014-02-101-0/+3
* Make worker-wrapper unbox data familiesJoachim Breitner2014-01-201-1/+7
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-1/+1
* More faff to get GHCi's top-level environment rightSimon Peyton Jones2013-11-281-5/+11
* Nuke {save,restore}StaticFlagGlobals.Austin Seipp2013-10-091-6/+4
* Catch some popular typos in commentsGabor Greif2013-10-081-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Fix AMP warnings.Austin Seipp2013-09-111-1/+6
* Improve Linting in GHCi (fixes Trac #8215)Simon Peyton Jones2013-09-031-15/+69
* adding FastString.string_table to the sharedCAF/Globals.c mechanismNicolas Frisby2013-07-161-0/+8
* This reverts commit 163de25813d12764aa5ded1666af7c06fee0d67e and commit 279ac...Nicolas Frisby2013-07-161-43/+6
* Avoid needlessly splitting a UniqSupply when extracting a Unique (#8041)Patrick Palka2013-07-061-0/+6
* copy the plugin's FastStringTable changes back into the host compilerNicolas Frisby2013-07-041-1/+12
* include FastString.string_table in CoreMonad.reinitializeGlobalsNicolas Frisby2013-07-031-5/+31
* Fix thunk leak in CoreM's CoreWriterAndrew Farmer2013-06-041-1/+2
* Comment the fix to Trac #7702Simon Peyton Jones2013-03-011-1/+3
* Fix memory leak in CoreWriter (Trac #7702)Andrew Farmer2013-03-011-1/+1
* Likely fix to uninitialized DynFlags in plugins.Daniel Vainsencher2012-12-211-0/+3
* Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-021-4/+4
* Refactor the way dump flags are handledIan Lynagh2012-10-181-7/+7
* Some alpha renamingIan Lynagh2012-10-161-5/+5
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-7/+7
* Make -fhistory-size dynamicIan Lynagh2012-09-031-5/+7
* Make the ways dynamicIan Lynagh2012-09-031-1/+1
* Remove another sortLe useIan Lynagh2012-06-221-5/+5
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
* Use showPpr in a few more placesIan Lynagh2012-06-121-2/+2
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* Put the Integer type, rather than the mkIntegerId, inside LitIntegerIan Lynagh2012-06-061-9/+1
* Replace printDump with a new SeverityIan Lynagh2012-05-291-8/+11
* Use coreBindsStats more than coreBindsSizeSimon Peyton Jones2012-04-261-3/+4
* Improved debug printing with -dverbose-core2coreSimon Peyton Jones2012-03-041-5/+6
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-1/+1
* Print more informative sizes in -dshow-passes,Simon Peyton Jones2011-12-291-1/+1
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-2/+2
* GHC gets a new constraint solver. More efficient and smaller in size.Dimitrios Vytiniotis2011-11-161-3/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Make a new type synonym CoreProgram = [CoreBind]Simon Peyton Jones2011-09-231-5/+5
* Add a transformation limit to the simplifier (Trac #5448)Simon Peyton Jones2011-09-231-19/+25