summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmExtCode.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-5/+0
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-3/+3
* Tick scopesPeter Wortmann2014-12-161-4/+10
* Source notes (Cmm support)Peter Wortmann2014-12-161-15/+25
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+4
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-3/+3
* Fix AMP warnings.Austin Seipp2013-09-111-0/+10
* Trailing whitespaces, code formatting, detabifyJan Stolarek2013-08-201-22/+22
* Small refactoring in StgCmmExtCodeIan Lynagh2013-04-231-6/+7
* Don't duplicate decls unnecessarily in the environmentIan Lynagh2013-04-231-1/+1
* Make CmmParse abstractIan Lynagh2013-04-231-1/+1
* expand tabsSimon Marlow2012-10-081-58/+58
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-0/+224