summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmCPSZ.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-2/+0
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-3/+4
* Fix build with 6.10Ian Lynagh2010-09-131-0/+2
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-0/+7
* More sensible use of -fnew-codegen and less debugging outputdias@cs.tufts.edu2009-09-181-13/+10
* Minor refactoring and formattingdias@cs.tufts.edu2009-09-181-6/+8
* Comments in Cmmsimonpj@microsoft.com2009-09-101-0/+15
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-2/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-4/+4
* stack overflows and out of memory'sdias@eecs.tufts.edu2009-03-161-7/+18
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-25/+12
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-2/+2
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-1/+1
* Removed space and time inefficiency in procpoint splittingdias@eecs.harvard.edu2008-10-141-3/+3
* Clarify the SRT building processdias@eecs.harvard.edu2008-10-141-7/+26
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-23/+77
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-30/+28
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-6/+6
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-47/+59
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-031-1/+7
* massive convulsion in ZipDataflowNorman Ramsey2007-09-211-19/+39
* reloads are now sunk as deep as possibleNorman Ramsey2007-09-151-5/+9
* Remove warning flags from individual compiler modulesIan Lynagh2007-09-121-1/+0
* split the CmmGraph constructor interface from the representationNorman Ramsey2007-09-111-1/+1
* adding new files to do with new cmm functionalityNorman Ramsey2007-09-071-0/+51