summaryrefslogtreecommitdiff
path: root/src/lj_target_ppc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PPC: Compile math.sqrt() to fsqrt instruction.Mike Pall2012-10-151-0/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Avoid dependence on lj_jit.h if only including lj_target.h.Mike Pall2011-11-121-3/+4
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-0/+2
* PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.Mike Pall2011-10-251-0/+3
* PPC: Integrate and enable JIT compiler.Mike Pall2011-10-241-0/+273