summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgCase.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-673/+0
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to bWordIan Lynagh2012-09-121-5/+8
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-8/+8
* Remove lots of commented out 'in' keywordsIan Lynagh2012-06-131-1/+0
* Formatting fixesDavid Terei2012-01-051-276/+272
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-1/+1
* GHC gets a new constraint solver. More efficient and smaller in size.Dimitrios Vytiniotis2011-11-161-4/+14
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-1/+0
* Add two new primops:Simon Marlow2011-06-281-0/+19
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* fix warningSimon Marlow2009-07-281-1/+0
* Fix #3132: a case of bogus code generationSimon Marlow2009-06-181-2/+28
* Fix warnings in CgCaseIan Lynagh2008-12-171-24/+24
* Remove some dead code from CgCaseIan Lynagh2008-12-171-1/+0
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-5/+4
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-1/+1
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-1/+1
* 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-1/+1
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-16/+14
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-8/+10
* Removed trailing whitespaceMichael D. Adams2007-06-211-1/+1
* Remove vectored returns.Simon Marlow2007-02-281-20/+12
* Semi-tagging optimisationSimon Marlow2007-01-221-87/+12
* Semi-tagging optimisationSimon Marlow2007-01-221-12/+87
* Module header tidyup, phase 1Simon Marlow2006-10-111-43/+27
* Generalise Package SupportSimon Marlow2006-07-251-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+634