summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/NCGMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Fix AMP warnings.Austin Seipp2013-09-111-0/+10
* Make the current module available to labelDynamicIan Lynagh2013-05-131-8/+15
* Use NatM_State record fields, rather than matching/constructing the whole typeIan Lynagh2013-05-131-12/+7
* Whitespace only in nativeGen/NCGMonad.hsIan Lynagh2012-11-011-71/+64
* Make getDynFlags* functions use HasDynFlags/getDynFlags tooIan Lynagh2011-12-191-8/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-9/+11
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* Switch more uniqFromSupply+splitUniqSupply's to takeUniqFromSupplyIan Lynagh2010-10-211-2/+2
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-3/+5
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-39/+80
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* Fix warnings in NCGMonadIan Lynagh2008-12-291-8/+2
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-4/+3
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-1/+1
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-11/+17
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+111