| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary warnings suppressions, fixes ticket #7756; thanks monoidal... | Edward Z. Yang | 2013-03-09 | 1 | -1/+0 |
* | Remove OldCmm, convert backends to consume new Cmm | Simon Marlow | 2012-11-12 | 1 | -1/+38 |
* | Attach global register liveness info to Cmm procedures. | Geoffrey Mainland | 2012-10-30 | 1 | -2/+10 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -1/+6 |
* | New codegen: do not split proc-points when using the NCG | Simon Marlow | 2012-07-30 | 1 | -5/+10 |
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -5/+0 |
* | Remove "fuel", adapt to Hoopl changes, fix warnings | Simon Marlow | 2012-07-05 | 1 | -4/+4 |
* | Merge remote-tracking branch 'origin/master' into newcg | Simon Marlow | 2012-07-04 | 1 | -9/+1 |
|\ |
|
| * | Remove tabs, so that I can push. | Iavor S. Diatchki | 2011-12-18 | 1 | -9/+1 |
* | | just comments | Simon Marlow | 2012-02-08 | 1 | -2/+0 |
* | | New stack layout algorithm | Simon Marlow | 2012-02-08 | 1 | -1/+2 |
* | | comments | Simon Marlow | 2012-02-03 | 1 | -1/+4 |
|/ |
|
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Renaming only | Simon Peyton Jones | 2011-08-25 | 1 | -15/+19 |
* | Snapshot of codegen refactoring to share with simonpj | Simon Marlow | 2011-08-25 | 1 | -152/+132 |
* | 'Fix' a validation problem when bootstrap is 7.2.1 | David Terei | 2011-08-19 | 1 | -1/+1 |
* | Refactoring: use a structured CmmStatics type rather than [CmmStatic] | Max Bolingbroke | 2011-07-05 | 1 | -2/+2 |
* | More aggressive CmmRegOff inlining, and fix failure to inline to assignments. | Edward Z. Yang | 2011-05-15 | 1 | -2/+3 |
* | Add GenCmmGraph, which is a generic version of CmmGraph. | Edward Z. Yang | 2011-04-15 | 1 | -8/+13 |
* | Fix warnings | Simon Marlow | 2011-01-28 | 1 | -2/+6 |
* | Merge in new code generator branch. | Simon Marlow | 2011-01-24 | 1 | -417/+166 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -1/+1 |
* | Add two local type signatures | simonpj@microsoft.com | 2010-07-29 | 1 | -12/+16 |
* | Add new LLVM code generator to GHC. (Version 2) | David Terei | 2010-06-15 | 1 | -0/+1 |
* | Keep Touch'd variables live through the back end | dias@cs.tufts.edu | 2009-09-18 | 1 | -0/+1 |
* | Comments only, on Cmm data types | simonpj@microsoft.com | 2009-09-10 | 1 | -1/+3 |
* | A few bug fixes; some improvements spurred by paper writing | dias@eecs.harvard.edu | 2009-03-03 | 1 | -1/+1 |
* | Big collection of patches for the new codegen branch. | dias@eecs.harvard.edu | 2008-10-13 | 1 | -2/+8 |
* | Merging in the new codegen branch | dias@eecs.harvard.edu | 2008-08-14 | 1 | -39/+88 |
* | haddock 2 doc fixes | Ian Lynagh | 2008-08-28 | 1 | -1/+1 |
* | Replacing copyins and copyouts with data-movement instructions | dias@eecs.harvard.edu | 2008-05-29 | 1 | -9/+1 |
* | Cmm back end upgrades | dias@eecs.harvard.edu | 2008-05-29 | 1 | -4/+9 |
* | replace Cmm 'hint' with 'kind' | Norman Ramsey | 2008-05-03 | 1 | -8/+8 |
* | change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405) | Isaac Dupree | 2008-01-04 | 1 | -4/+12 |
* | massive convulsion in ZipDataflow | Norman Ramsey | 2007-09-21 | 1 | -0/+1 |
* | Small changes to mk-ing flow graphs | simonpj@microsoft.com | 2007-09-19 | 1 | -3/+3 |
* | get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongs | Norman Ramsey | 2007-09-15 | 1 | -2/+2 |
* | Turn off orphan warnings | Ian Lynagh | 2007-09-10 | 1 | -4/+0 |
* | a good deal of salutory renaming | Norman Ramsey | 2007-09-07 | 1 | -21/+16 |
* | Fix building with old compilers which don't understand -fno-warn-orphans | Ian Lynagh | 2007-09-06 | 1 | -8/+4 |
* | massive changes to add a 'zipper' representation of C-- | Norman Ramsey | 2007-09-06 | 1 | -170/+81 |
* | change of representation for GenCmm, GenCmmTop, CmmProc | Norman Ramsey | 2007-09-05 | 1 | -18/+19 |
* | enable and slay warnings in cmm/Cmm.hs | Norman Ramsey | 2007-09-05 | 1 | -7/+2 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | put CmmReturnInfo into a CmmCall (and related types) | Norman Ramsey | 2007-08-20 | 1 | -3/+4 |
* | annotate C-- calls that do not return | Norman Ramsey | 2007-08-20 | 1 | -0/+4 |
* | Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm code | simonpj@microsoft.com | 2007-08-09 | 1 | -58/+63 |
* | Added support for GC block declaration to the Cmm syntax | Michael D. Adams | 2007-07-05 | 1 | -1/+1 |