summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/NCGMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* 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