summaryrefslogtreecommitdiff
path: root/compiler/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-292-0/+2
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-038-35/+35
* (F)SLIT -> (f)sLit in CgConIan Lynagh2008-04-121-2/+2
* (F)SLIT -> (f)sLit in CgPrimOpIan Lynagh2008-04-121-3/+1
* (F)SLIT -> (f)sLit in CgForeignCallIan Lynagh2008-04-121-4/+2
* (F)SLIT -> (f)sLit in CgClosureIan Lynagh2008-04-121-3/+3
* (F)SLIT -> (f)sLit in CgBinderyIan Lynagh2008-04-121-13/+11
* (F)SLIT -> (f)sLit in CgHeaperyIan Lynagh2008-04-121-9/+9
* (F)SLIT -> (f)sLit in CgTickyIan Lynagh2008-04-121-30/+29
* (F)SLIT -> (f)sLit in CgCallConvIan Lynagh2008-04-121-17/+15
* (F)SLIT -> (f)sLit in CgProfIan Lynagh2008-04-121-9/+9
* (F)SLIT -> (f)sLit in ClosureInfoIan Lynagh2008-04-121-1/+1
* (F)SLIT -> (f)sLit in SMRepIan Lynagh2008-04-121-7/+6
* Don't import FastString in HsVersions.hIan Lynagh2008-03-297-5/+6
* DEBUG removalIan Lynagh2008-03-291-6/+6
* DEBUG removalIan Lynagh2008-03-291-2/+0
* CgTicky now doesn't know about the Integer data constructorsIan Lynagh2008-03-201-2/+0
* Remove leftover NoteTy/FTVNote bitsIan Lynagh2008-03-151-1/+0
* Add and use seqBitmap when constructing SRTsIan Lynagh2008-02-271-1/+6
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-048-33/+36
* Add better panic message in getSRTInfo (Trac #1973)simonpj@microsoft.com2007-12-201-0/+1
* #include ../includes/MachRegs.h rather than just MachRegs.hIan Lynagh2007-12-051-1/+1
* Pad static literals to word size in the code generatorSimon Marlow2007-11-081-1/+12
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-2/+5
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-2110-70/+70
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-151-2/+2
* Make various assertions work when !DEBUGIan Lynagh2007-09-083-8/+1
* a good deal of salutory renamingNorman Ramsey2007-09-076-18/+18
* Add clarifying commentssimonpj@microsoft.com2007-09-071-1/+3
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-064-7/+22
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-052-3/+3
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-0423-23/+23
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-0323-46/+46
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-0123-0/+160
* Refactoring only: remove [Id] field from ForeignStubsSimon Marlow2007-08-261-5/+3
* Add a missing "entryCode"Ian Lynagh2007-08-251-1/+1
* Fix typo in commentMichael D. Adams2007-08-061-1/+1
* put CmmReturnInfo into a CmmCall (and related types)Norman Ramsey2007-08-204-7/+12
* Fix description and type profilingIan Lynagh2007-08-171-5/+3
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-094-9/+9
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-319-84/+68
* Pointer TaggingSimon Marlow2007-07-2710-41/+294
* Typo fix in commentMichael D. Adams2007-07-161-1/+1
* Fixes for the unreg buildIan Lynagh2007-07-181-7/+5
* Factor 'callerSaveVolatileRegs' out of the NCG and into CgUtilMichael D. Adams2007-07-172-12/+185
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-172-2/+2
* Adding support for package names into hpc outputed codeandy@galois.com2007-07-111-3/+7
* Ensure no statements after CmmReturn are emittedMichael D. Adams2007-07-051-0/+1
* Warning PoliceMichael D. Adams2007-07-051-3/+0