aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_ppc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | PPC: Add soft-float support to JIT compiler backend.Mike Pall2017-09-031-43/+278
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Increase range of GG_State loads via IR_FLOAD with REF_NIL.Mike Pall2016-11-191-1/+1
| | | | | | | | | | Require 32 bit alignment and store offset/4 instead. Otherwise this can overflow the 10 bit limit for the FOLD op2 key.
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-7/+13
| | | | | | | | Contributed by Peter Cawley.
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-9/+5
| | | | | | | | | | Prerequisite for immovable IR. Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-05-201-1/+0
|\|
| * Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-201-1/+0
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-02-101-1/+1
|\|
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
| |
* | PPC64: Add build infrastructure.Mike Pall2015-03-061-2/+4
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-05-271-0/+2
|\|
| * PPC: Fix red zone overflow in machine code generation.Mike Pall2014-05-271-0/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2014-02-201-2/+3
|\|
| * Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-191-2/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-081-0/+11
| |
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-1/+1
| | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state.
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-10/+19
| |
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-2/+2
|\|
| * Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-161-2/+2
| |
* | Refactor CCallInfo representation for split arguments.Mike Pall2013-05-131-2/+2
| |
* | Combine IR instruction dispatch for all assembler backends.Mike Pall2013-04-221-160/+72
| |
* | Reorganize generic operations common to all assembler backends.Mike Pall2013-04-221-95/+2
| |
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+5
|/
* Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-041-0/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* 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
| | | | Sync caches after dynamic code generation for FFI callbacks.
* 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
|