| Commit message (Expand) | Author | Age | Files | Lines |
* | PPC NCG: Remove Darwin support | Peter Trommler | 2019-01-01 | 1 | -7/+0 |
* | NCG: New code layout algorithm. | Andreas Klebinger | 2018-11-17 | 1 | -1/+0 |
* | An overhaul of the SRT representation | Simon Marlow | 2018-05-16 | 1 | -10/+11 |
* | Revert "CmmPipeline: add a second pass of CmmCommonBlockElim" | Michal Terepeta | 2018-04-13 | 1 | -39/+3 |
* | CmmPipeline: add a second pass of CmmCommonBlockElim | Michal Terepeta | 2018-03-27 | 1 | -3/+39 |
* | cmm: Revert more aggressive CBE due to #14226 | Ben Gamari | 2018-02-03 | 1 | -1/+1 |
* | cmm/CBE: Use foldLocalRegsDefd | Ben Gamari | 2017-09-21 | 1 | -1/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Add support for producing position-independent executables | Ben Gamari | 2017-08-22 | 1 | -1/+1 |
* | Hoopl: remove dependency on Hoopl package | Michal Terepeta | 2017-06-23 | 1 | -1/+1 |
* | procPointAnalysis doesn't need UniqSM | Michal Terepeta | 2016-12-15 | 1 | -2/+2 |
* | CodeGen: Way to dump cmm only once (#11717) | Vladimir Trubilov | 2016-07-17 | 1 | -13/+14 |
* | Refactor the story around switches (#10137) | Joachim Breitner | 2015-03-30 | 1 | -0/+5 |
* | update comment | Simon Marlow | 2014-08-01 | 1 | -4/+3 |
* | Don't use showPass in the backend (#8973) | Simon Marlow | 2014-06-08 | 1 | -2/+0 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -0/+2 |
* | Eliminate duplicate code in Cmm pipeline | Jan Stolarek | 2014-02-03 | 1 | -51/+30 |
* | Remove unnecessary LANGUAGE pragma | Jan Stolarek | 2014-02-01 | 1 | -5/+0 |
* | -ddump-cmm: don't dump the proc point stage if we didn't do anything | Simon Marlow | 2013-11-28 | 1 | -3/+6 |
* | Add debug dump of the list of Cmm proc points | Simon Peyton Jones | 2013-11-22 | 1 | -0/+1 |
* | Rename -ddump-cmm-rewrite to -ddump-cmm-sink | Jan Stolarek | 2013-09-13 | 1 | -1/+1 |
* | Improve sinking pass | Jan Stolarek | 2013-09-12 | 1 | -10/+130 |
* | Drop proc-points that don't exist in the graph (#8205) | Jan Stolarek | 2013-09-11 | 1 | -3/+3 |
* | Fix a bug in stack layout with safe foreign calls (#8083) | Simon Marlow | 2013-07-24 | 1 | -4/+2 |
* | Temporarily disable common block elimination; fixes #8083 for now | Ian Lynagh | 2013-07-23 | 1 | -3/+5 |
* | Rewrite usingInconsistentPicReg as a table for clarity | Gabor Greif | 2013-04-06 | 1 | -5/+5 |
* | Fix typos | Gabor Greif | 2013-04-06 | 1 | -3/+3 |
* | Rename all of the 'cmmz' flags and make them more consistent. | Austin Seipp | 2012-12-19 | 1 | -19/+18 |
* | Tweak comments | Ian Lynagh | 2012-12-02 | 1 | -2/+3 |
* | Fix broken -fPIC on Darwin/PPC (#7442) | PHO | 2012-11-24 | 1 | -4/+12 |
* | Remove OldCmm, convert backends to consume new Cmm | Simon Marlow | 2012-11-12 | 1 | -0/+12 |
* | Attach global register liveness info to Cmm procedures. | Geoffrey Mainland | 2012-10-30 | 1 | -3/+3 |
* | Comment to explain why we need to split proc points on x86/Darwin with -fPIC | Simon Marlow | 2012-10-24 | 1 | -1/+31 |
* | Fix -fPIC on OS X x86 | Ian Lynagh | 2012-10-23 | 1 | -0/+6 |
* | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 1 | -4/+4 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -4/+4 |
* | Rename DynFlag to GeneralFlag | Ian Lynagh | 2012-10-16 | 1 | -2/+2 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -4/+9 |
* | splitAtProcPoints: jump to the right place when tablesNextToCode == False | Simon Marlow | 2012-09-20 | 1 | -1/+2 |
* | make some debug output conditional on -ddump-cmmz | Simon Marlow | 2012-09-18 | 1 | -1/+1 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -2/+2 |
* | Pass DynFlags down to wordWidth | Ian Lynagh | 2012-09-12 | 1 | -1/+1 |
* | Pass DynFlags down to bWord | Ian Lynagh | 2012-09-12 | 1 | -1/+1 |
* | fix the name of an SCC | Simon Marlow | 2012-08-31 | 1 | -1/+1 |
* | debug printing of the CAFEnv | Simon Marlow | 2012-08-31 | 1 | -0/+1 |
* | Only run the second round of control-flow optimisations when -O is on | Simon Marlow | 2012-08-09 | 1 | -2/+11 |
* | Define callerSaves for all platforms | Ian Lynagh | 2012-08-07 | 1 | -1/+1 |
* | Make tablesNextToCode "dynamic" | Ian Lynagh | 2012-08-06 | 1 | -2/+1 |
* | Code reformatting | Simon Marlow | 2012-08-02 | 1 | -28/+33 |
* | add a sinking pass before stack layout (currently disabled) | Simon Marlow | 2012-08-02 | 1 | -1/+8 |