Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typos | Krzysztof Gogolewski | 2013-10-12 | 1 | -1/+1 |
* | Comments only | Jan Stolarek | 2013-09-20 | 1 | -0/+1 |
* | 80 columns | Simon Marlow | 2013-09-14 | 1 | -5/+8 |
* | Improve sinking pass | Jan Stolarek | 2013-09-12 | 1 | -22/+75 |
* | Fix definition of DefinerOfRegs for CmmForeignCall | Jan Stolarek | 2013-09-04 | 1 | -3/+4 |
* | Comments and type synonym in CmmSink | Jan Stolarek | 2013-09-03 | 1 | -22/+33 |
* | Comments only | Jan Stolarek | 2013-09-02 | 1 | -20/+40 |
* | Comment only | Simon Peyton Jones | 2013-04-19 | 1 | -1/+1 |
* | Generalize register sets and liveness calculations. | Geoffrey Mainland | 2012-10-30 | 1 | -15/+15 |
* | Fix a bug in CmmSink exposed by a recent optimisation (#7366) | Simon Marlow | 2012-10-25 | 1 | -0/+10 |
* | Fix bug in 88a6f863d9f127fc1b03a1e2f068fd20ecbe096c (#7366) | Simon Marlow | 2012-10-25 | 1 | -20/+20 |
* | Small optimisation: always sink/inline reg1 = reg2 assignments | Simon Marlow | 2012-10-23 | 1 | -6/+5 |
* | Foreign calls can clobber heap & stack memory too | Simon Marlow | 2012-10-22 | 1 | -2/+17 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -10/+48 |
* | Add a ToDo comment | Simon Marlow | 2012-10-05 | 1 | -0/+21 |
* | Misc tidyup | Simon Marlow | 2012-09-24 | 1 | -1/+1 |
* | no functional changes | Simon Marlow | 2012-09-24 | 1 | -7/+16 |
* | Pass DynFlags down to bWord | Ian Lynagh | 2012-09-12 | 1 | -20/+20 |
* | Define callerSaves for all platforms | Ian Lynagh | 2012-08-07 | 1 | -31/+35 |
* | fix warning | Simon Marlow | 2012-08-06 | 1 | -2/+2 |
* | Fix two bugs in the sinker. | Simon Marlow | 2012-08-06 | 1 | -11/+69 |
* | Foreign calls may clobber caller-saves registers | Simon Marlow | 2012-08-06 | 1 | -4/+21 |
* | comments and refactoring | Simon Marlow | 2012-08-02 | 1 | -31/+50 |
* | fix a bug in the inliner | Simon Marlow | 2012-08-02 | 1 | -9/+13 |
* | Eliminate "r = r" assignments. | Simon Marlow | 2012-08-02 | 1 | -0/+5 |
* | Improve accuracy of memory conflict tracking | Simon Marlow | 2012-08-02 | 1 | -49/+83 |
* | Inline into the last node | Simon Marlow | 2012-08-02 | 1 | -60/+132 |
* | fix haddock parse error | Simon Marlow | 2012-07-30 | 1 | -1/+1 |
* | fix warnings | Simon Marlow | 2012-07-30 | 1 | -0/+2 |
* | bug fixes for the sinker | Simon Marlow | 2012-07-30 | 1 | -37/+76 |
* | Merge sinking and inlining to get better results. | Simon Marlow | 2012-07-30 | 1 | -79/+69 |
* | fix warnings | Simon Marlow | 2012-07-17 | 1 | -1/+2 |
* | Move sinking into a separate module, and add a simple inlining pass | Simon Marlow | 2012-07-17 | 1 | -0/+255 |