summaryrefslogtreecommitdiff
path: root/src/lj_asm_ppc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PPC: Compile math.sqrt() to fsqrt instruction.Mike Pall2012-10-151-1/+4
* ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.Mike Pall2012-08-271-2/+2
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-1/+1
* Remove unneeded snapshot preps for sunk stores.Mike Pall2012-07-031-13/+5
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-5/+5
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-8/+26
* Add explicit IR_GCSTEP instruction.Mike Pall2012-07-021-1/+2
* Use HIOP for XSTORE in SPLIT pass.Mike Pall2012-07-021-9/+16
* PPC: Fix HREFK code generation for huge tables.Mike Pall2012-03-291-3/+3
* PPC: Fix fusion of floating-point XLOAD/XSTORE.Mike Pall2012-03-291-3/+4
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* 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