| Commit message (Expand) | Author | Age | Files | Lines |
* | Hoopl: remove dependency on Hoopl package | Michal Terepeta | 2017-06-23 | 1 | -1/+4 |
* | compiler/cmm/PprC.hs: constify labels in .rodata | Sergei Trofimovich | 2017-04-24 | 1 | -0/+13 |
* | Cmm: remove a few unused type aliases | Michal Terepeta | 2017-03-24 | 1 | -9/+0 |
* | BlockId: remove BlockMap and BlockSet synonyms | Michal Terepeta | 2016-12-08 | 1 | -3/+3 |
* | Reduce the size of string literals in binaries. | Thijs Alkemade | 2016-12-06 | 1 | -0/+1 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -6/+6 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 1 | -3/+8 |
* | Revert "Place static closures in their own section." | Edward Z. Yang | 2014-10-20 | 1 | -1/+0 |
* | Place static closures in their own section. | Edward Z. Yang | 2014-10-01 | 1 | -0/+1 |
* | comment update | Simon Marlow | 2014-07-31 | 1 | -4/+1 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -1/+1 |
* | 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 |