summaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion.Mike Pall2011-06-221-1/+2
* x86/x64: Fix register allocation for variable shifts.Mike Pall2011-06-221-7/+9
* x86/x64: Fix fusion of comparisons with u8/u16 XLOAD.Mike Pall2011-06-221-0/+2
* Add narrowing of modulo operator.Mike Pall2011-06-031-4/+15
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-2/+2
* x86/x64: Minor cleanup in assembler backend.Mike Pall2011-05-311-3/+3
* More portability cleanups for assembler backend.Mike Pall2011-05-221-6/+7
* Move x86/x64 parts of JIT assembler backend to extra files.Mike Pall2011-05-121-0/+2668