| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't shortcut call-returns when not splitting proc points | Simon Marlow | 2012-08-02 | 1 | -3/+6 |
* | Explicitly share some return continuations | Simon Marlow | 2012-08-02 | 1 | -2/+6 |
* | fix warnings | Simon Marlow | 2012-07-30 | 1 | -1/+0 |
* | New codegen: do not split proc-points when using the NCG | Simon Marlow | 2012-07-30 | 1 | -30/+59 |
* | Make -fscc-profiling a dynamic flag | Ian Lynagh | 2012-07-24 | 1 | -1/+1 |
* | Refactor and simplify the SRT handling | Simon Marlow | 2012-07-17 | 1 | -69/+12 |
* | Move sinking into a separate module, and add a simple inlining pass | Simon Marlow | 2012-07-17 | 1 | -2/+8 |
* | Remove "fuel", adapt to Hoopl changes, fix warnings | Simon Marlow | 2012-07-05 | 1 | -14/+16 |
* | Fix merge-related problems | Simon Marlow | 2012-07-04 | 1 | -17/+7 |
* | Merge remote-tracking branch 'origin/master' into newcg | Simon Marlow | 2012-07-04 | 1 | -11/+11 |
|\ |
|
| * | Remove some unnecessary platform arguments | Ian Lynagh | 2012-06-13 | 1 | -2/+2 |
| * | Remove PlatformOutputable | Ian Lynagh | 2012-06-13 | 1 | -14/+13 |
| * | Change -X flags into LANGUAGE pragmas | Ian Lynagh | 2012-02-26 | 1 | -2/+2 |
* | | Add an experimental sinking pass | Simon Marlow | 2012-07-03 | 1 | -4/+7 |