aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix handling of alignment arguments (nil) to CALLX.Mike Pall2011-10-241-2/+2
|
* FFI: Cleanup/fix 64 bit arithmetic in assembler backend.Mike Pall2011-10-221-6/+12
|
* x64: Fix math.random() code generation.Mike Pall2011-10-221-2/+1
|
* Cleanup various endianess issues in assembler backend.Mike Pall2011-10-221-2/+2
|
* FFI/x86: Fix CONV.u32.num rounding.Mike Pall2011-10-191-20/+10
|
* Don't fuse colocated array offsets without -Ofuse.Mike Pall2011-10-191-1/+1
|
* FFI: Fix unfused loads of float fields.Mike Pall2011-10-131-2/+2
|
* Reorganize trace linking and track link types.Mike Pall2011-06-281-2/+1
|
* 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