summaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Fix recording of bool call result check on x86/x64.Mike Pall2012-11-061-2/+2
* Fix x64 build.Mike Pall2012-10-021-0/+2
* x86: Fix register allocation for calls returning register pair.Mike Pall2012-09-271-2/+6
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-1/+1
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-2/+3
* x86/x64: Fix fusion of unsigned byte comparisons with swapped ops.Mike Pall2012-07-161-2/+2
* Remove unneeded snapshot preps for sunk stores.Mike Pall2012-07-031-10/+4
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-4/+4
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-1/+14
* Add explicit IR_GCSTEP instruction.Mike Pall2012-07-021-1/+2
* Use HIOP for XSTORE in SPLIT pass.Mike Pall2012-07-021-3/+7
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-1/+1
* x64: Always extend stack arguments to pointer size.Mike Pall2011-12-091-1/+1
* FFI: Fix stack adjustment for calls to stdcall/fastcall functions.Mike Pall2011-12-011-1/+5
* Get rid of snap->depth.Mike Pall2011-11-201-1/+1
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-36/+104
* x64: Fix code generation for BSWAP.Mike Pall2011-10-251-1/+1
* 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