Mike Pall
|
6ce0c90ed6
|
Add build infrastructure for the SSE2-enabled interpreter.
Works on x86 now. Will be enabled by default on x64 (not ready, yet).
|
2009-12-22 20:27:20 +01:00 |
|
Mike Pall
|
a5faa29aa9
|
Fix last commit.
|
2009-12-22 06:23:22 +01:00 |
|
Mike Pall
|
c4e9dc0012
|
Miscellaneous cleanups for x64 interpreter.
|
2009-12-22 06:16:29 +01:00 |
|
Mike Pall
|
298e3f5d54
|
Add SSE2 variants for all FP ops (except vm_pow*) in interpreter.
|
2009-12-22 05:04:21 +01:00 |
|
Mike Pall
|
ab02f069aa
|
Add SSE2 variants of basic arithmetic ops in interpreter.
|
2009-12-21 20:11:02 +01:00 |
|
Mike Pall
|
a1d4d05f2c
|
Adapt most outbound calls in interpreter to x64 calling conventions.
|
2009-12-19 17:25:54 +01:00 |
|
Mike Pall
|
6adab430af
|
Adapt primary inbound calls in x64 interpreter.
Change argument order for lj_vm_cpcall() to simplify x64 interpreter.
|
2009-12-17 22:08:20 +01:00 |
|
Mike Pall
|
1e7951ea7b
|
Cleanup DynASM action list flushes.
|
2009-12-16 22:31:15 +01:00 |
|
Mike Pall
|
85d32aeb36
|
Change some misuses of esp in x64 interpreter.
|
2009-12-16 04:37:30 +01:00 |
|
Mike Pall
|
4cb357d30f
|
Define x64 interpreter frame and cleanup use of stack temps.
|
2009-12-16 01:29:07 +01:00 |
|
Mike Pall
|
8df9603888
|
Unify interpreter reg saves/restores for WIN64 prolog/epilog req.
|
2009-12-15 21:36:42 +01:00 |
|
Mike Pall
|
699232f667
|
Add DynASM-built files to public repo.
|
2009-12-08 20:40:15 +01:00 |
|