| Commit message (Expand) | Author | Files | Lines |
2010-01-17 | Fix more 64 bit conversion warnings. | Mike Pall | 1 | -2/+2 |
2010-01-17 | Silence 64 bit conversion warning. | Mike Pall | 1 | -1/+1 |
2010-01-17 | Enable build for x64 interpreter on WIN64. | Mike Pall | 1 | -2/+11 |
2010-01-17 | Allocate 32 bit memory on WIN64 using NtAllocateVirtualMemory. | Mike Pall | 1 | -7/+48 |
2010-01-17 | Fix off-by-one error in x64 PE object symbol mangling. | Mike Pall | 1 | -1/+1 |
2010-01-16 | Error for blacklisted loop bytecodes has no info argument. | Mike Pall | 1 | -1/+1 |
2010-01-14 | Add build infrastructure for x64 interpreter. | Mike Pall | 5 | -6/+4658 |
2010-01-14 | Shorten %p format for pure 32 bit pointers on x64. | Mike Pall | 1 | -3/+7 |
2010-01-10 | Strip '@' suffix from external symbols for MACH-O, too. | Mike Pall | 1 | -17/+16 |
2010-01-09 | Improve alias analysis of upvalues using a disambiguation hash value. | Mike Pall | 7 | -13/+32 |
2010-01-09 | Avoid int16_t widening for pt->uv elements. | Mike Pall | 4 | -8/+13 |
2010-01-09 | Fix 32/64 bit portability issue with upval->v. | Mike Pall | 7 | -22/+21 |
2010-01-09 | Fix x64 PE object emitter. | Mike Pall | 1 | -1/+1 |
2010-01-09 | Bump all copyright dates to 2010. | Mike Pall | 109 | -122/+122 |
2010-01-05 | Add support for WIN64 exception handling to external unwinder. | Mike Pall | 5 | -44/+177 |
2010-01-05 | Fix PE object build for fastcall entry points into interpreter. | Mike Pall | 4 | -6/+20 |
2010-01-05 | Allow @ in DynASM globals. | Mike Pall | 1 | -2/+2 |
2010-01-02 | Major rewrite of error handling to allow external/internal unwinding. | Mike Pall | 6 | -967/+1107 |
2009-12-30 | Rename NRESULTS to MULTRES on the assembler side, too. | Mike Pall | 1 | -33/+33 |
2009-12-30 | Implement yield from C hooks. | Mike Pall | 9 | -932/+950 |
2009-12-29 | Fix narrowing casts of pointer differences for x64. | Mike Pall | 3 | -4/+4 |
2009-12-29 | Minor fixes for x64 interpreter. | Mike Pall | 1 | -4/+12 |
2009-12-29 | Fix PE object build on x64 and with disabled interpreter. | Mike Pall | 1 | -2/+5 |
2009-12-29 | Add DWARF2 unwind info for x64 interpreter. | Mike Pall | 2 | -46/+130 |
2009-12-29 | Fix alloc/free sizes of internal GCRef arrays. | Mike Pall | 5 | -5/+5 |
2009-12-29 | Fix various 32/64 bit issues in interpreter. | Mike Pall | 1 | -10/+21 |
2009-12-29 | Fix bad stack setup in collectgarbage(). | Mike Pall | 1 | -3/+4 |
2009-12-29 | Fix x64 lj_vm_pow_sse(). | Mike Pall | 1 | -2/+2 |
2009-12-29 | Save all callee-saved x64 integer regs for unwinding. | Mike Pall | 3 | -22/+30 |
2009-12-29 | Logical 'not' must be sign-extended for address operands. | Mike Pall | 6 | -27/+35 |
2009-12-28 | Define CFRAME structure for x64 interpreter. | Mike Pall | 3 | -14/+35 |
2009-12-28 | Linux/x64 mremap() does not obey MAP_32BIT, so make it non-moving. | Mike Pall | 1 | -2/+9 |
2009-12-28 | Fix size calculation for closure structs. | Mike Pall | 1 | -2/+2 |
2009-12-28 | Fix POSIX/x64 call argument order. | Mike Pall | 1 | -4/+4 |
2009-12-28 | Change callee-save regs for x64 interpreter to shorten code. | Mike Pall | 2 | -2/+9 |
2009-12-28 | Fix DynASM x64 encoding for qword-only instructions. | Mike Pall | 1 | -9/+10 |
2009-12-28 | Final calling convention cleanup for x64 interpreter. | Mike Pall | 2 | -443/+468 |
2009-12-27 | More calling convention cleanups for x64 interpreter. | Mike Pall | 2 | -203/+284 |
2009-12-27 | Ignore lea operand size in DynASM x86/x64. | Mike Pall | 1 | -1/+1 |
2009-12-27 | Use fastcall for remaining 1-arg/2-arg calls from interpreter. | Mike Pall | 15 | -1304/+1248 |
2009-12-25 | Add SSE variant of pow/powi to interpreter. | Mike Pall | 4 | -733/+942 |
2009-12-22 | Add build infrastructure for the SSE2-enabled interpreter. | Mike Pall | 4 | -5/+21 |
2009-12-22 | Fix last commit. | Mike Pall | 2 | -2/+2 |
2009-12-22 | Miscellaneous cleanups for x64 interpreter. | Mike Pall | 2 | -27/+54 |
2009-12-22 | Use SSE variants for IRFPM_FLOOR/CEIL/TRUNC unless SSE4.1 available. | Mike Pall | 2 | -0/+21 |
2009-12-22 | Add SSE2 variants for all FP ops (except vm_pow*) in interpreter. | Mike Pall | 2 | -1052/+1864 |
2009-12-21 | Add SSE2 variants of basic arithmetic ops in interpreter. | Mike Pall | 2 | -487/+939 |
2009-12-21 | Fix memory operand sizes for some SSE ops in DynASM. | Mike Pall | 1 | -7/+7 |
2009-12-20 | Properly compile on Debian kFreeBSD. | Mike Pall | 2 | -1/+4 |
2009-12-19 | Adapt most outbound calls in interpreter to x64 calling conventions. | Mike Pall | 2 | -788/+961 |