Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miscellaneous cleanups for x64 interpreter. | Mike Pall | 2009-12-22 | 1 | -11/+11 |
* | Add SSE2 variants for all FP ops (except vm_pow*) in interpreter. | Mike Pall | 2009-12-22 | 1 | -900/+1333 |
* | Add SSE2 variants of basic arithmetic ops in interpreter. | Mike Pall | 2009-12-21 | 1 | -412/+661 |
* | Adapt most outbound calls in interpreter to x64 calling conventions. | Mike Pall | 2009-12-19 | 1 | -756/+757 |
* | Adapt primary inbound calls in x64 interpreter. | Mike Pall | 2009-12-17 | 1 | -278/+278 |
* | Cleanup DynASM action list flushes. | Mike Pall | 2009-12-16 | 1 | -772/+784 |
* | Change some misuses of esp in x64 interpreter. | Mike Pall | 2009-12-16 | 1 | -2/+2 |
* | Define x64 interpreter frame and cleanup use of stack temps. | Mike Pall | 2009-12-16 | 1 | -18/+18 |
* | Unify interpreter reg saves/restores for WIN64 prolog/epilog req. | Mike Pall | 2009-12-15 | 1 | -795/+795 |
* | Add DynASM-built files to public repo. | Mike Pall | 2009-12-08 | 1 | -0/+1730 |