aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_ppc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PPC: Avoid undefined operand dereference in BAND/shift fusion.Mike Pall2011-12-131-1/+1
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-2/+2
* Get rid of snap->depth.Mike Pall2011-11-201-1/+1
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-3/+9
* PPC: Fuse BAND with shift to rlwinm.Mike Pall2011-10-251-8/+42
* PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.Mike Pall2011-10-251-14/+43
* PPC: Integrate and enable JIT compiler.Mike Pall2011-10-241-0/+2074