summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CodeGen.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove some old-codegen cruftSimon Marlow2012-09-251-234/+0
* Make -fhpc a dynamic flagIan Lynagh2012-09-031-2/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-6/+6
* Fix merge-related problemsSimon Marlow2012-07-041-1/+2
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-2/+1
|\
| * Remove more redundant Platform argumentsIan Lynagh2012-06-131-1/+1
| * Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* | Make the old codegen run in constant space tooSimon Marlow2012-01-271-22/+35
|/
* Tabs -> Spaces + FormattingDavid Terei2011-12-061-88/+72
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Renaming onlySimon Peyton Jones2011-08-251-1/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-3/+3
* More work towards cross-compilationIan Lynagh2011-07-151-1/+1
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-1/+1
* For BC labels, emit empty data section instead of empty proc.Edward Z. Yang2011-04-141-1/+1
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-148/+22
* Merge in new code generator branch.Simon Marlow2011-01-241-3/+3
* omit "dyn" from the way appended to the __stginit labelSimon Marlow2010-04-281-8/+13
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix warnings in CodeGenIan Lynagh2008-12-171-11/+2
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-6/+6
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-3/+0
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-0/+4
* 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
* Refactoring only: remove [Id] field from ForeignStubsSimon Marlow2007-08-261-5/+3
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-19/+16
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-171-1/+1
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-2/+3
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Adding tracing supportandy@galois.com2006-12-091-3/+3
* Haskell Program Coverageandy@galois.com2006-10-241-16/+37
* Module header tidyup, phase 1Simon Marlow2006-10-111-30/+25
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-1/+1
* Generalise Package SupportSimon Marlow2006-07-251-28/+27
* Comments and import trimmingsimonpj@microsoft.com2006-07-121-4/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+343