aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FOLD rules for math.abs() and FP negation.Mike Pall2017-02-201-4/+11
| | | | Broken since SIMD constants were switched to IR_FLOAD REF_NIL.
* Fix soft-float math.abs() and negation.Mike Pall2017-02-201-1/+2
| | | | Broken since SIMD constants were switched to IR_FLOAD REF_NIL.
* x64/LJ_GC64: Fix warning for DUALNUM build.Mike Pall2017-02-201-1/+1
|
* x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr().Mike Pall2017-02-201-1/+2
|
* ARM64: Cleanup and de-cargo-cult TValue store generation.Mike Pall2017-02-201-49/+27
|
* Merge branch 'master' into v2.1Mike Pall2017-02-202-12/+10
|\
| * MIPS: Don't use RID_GP as a scratch register.Mike Pall2017-02-201-3/+4
| |
| * MIPS: Fix emitted code for U32 to float conversion.Mike Pall2017-02-201-11/+7
| |
| * MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-202-0/+7
| |
* | Make checkptrGC() actually work.Mike Pall2017-02-201-8/+3
| | | | | | | | | | Neither LJ_64 nor LJ_GC64 are defined when lj_def.h is included. So we'll need to use lazy C macro evaluation.
* | ARM64: Fix AREF/HREF/UREF fusion.Mike Pall2017-02-161-1/+1
| | | | | | | | Thanks to Zhongwei Yao.
* | Merge branch 'master' into v2.1Mike Pall2017-01-17162-163/+163
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-17146-147/+147
| |
* | LJ_GC64: Add build options and install instructions.Mike Pall2017-01-172-1/+10
| |
* | Add some more extensions from Lua 5.2/5.3.Mike Pall2017-01-176-11/+52
| | | | | | | | Contributed by François Perrad.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Fix cross-endian jit.bcsave for MIPS target.Mike Pall2017-01-171-1/+1
| |
| * Add "proto" field to jit.util.funcinfo().Mike Pall2016-12-151-0/+1
| | | | | | | | Backport.
* | ARM64: Remove unused variables in disassembler.Mike Pall2016-12-301-4/+1
| | | | | | | | Thanks to François Perrad.
* | ARM64: Fuse BOR/BXOR and BNOT into ORN/EON.Mike Pall2016-12-152-17/+36
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | Add "proto" field to jit.util.funcinfo().Mike Pall2016-12-131-0/+1
| |
* | ARM64: Use the correct FUSE check.Mike Pall2016-12-091-8/+9
| | | | | | | | Oops, my bad.
* | ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR.Mike Pall2016-12-091-1/+35
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | Add missing FOLD rule for 64 bit shift+BAND simplification.Mike Pall2016-12-081-0/+13
| |
* | ARM64: Fix code generation for S19 offsets.Mike Pall2016-12-083-4/+4
| | | | | | | | Contributed by Zhongwei Yao.
* | ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations.Mike Pall2016-12-081-6/+54
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | ARM64: Fuse FP multiply-add/sub.Mike Pall2016-12-082-2/+30
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV.Mike Pall2016-12-071-6/+47
| |
* | ARM64: Reorganize operand extension definitions.Mike Pall2016-12-072-6/+9
| |
* | ARM64: Add missing ldrb/strb instructions to disassembler.Mike Pall2016-12-071-5/+9
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | ARM64: Fix pc-relative loads of consts. Cleanup branch codegen.Mike Pall2016-12-071-17/+13
| | | | | | | | Thanks to Zhongwei Yao.
* | ARM64: Make use of tbz/tbnz and cbz/cbnz.Mike Pall2016-11-293-17/+91
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | Eliminate use of lightuserdata derived from static data pointers.Mike Pall2016-11-242-6/+5
| | | | | | | | Required for >47 bit VA, e.g. ARM64.
* | ARM64: Emit more efficient trace exits.Mike Pall2016-11-243-60/+56
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* | Generalize deferred constant handling in backend to 64 bit.Mike Pall2016-11-214-8/+34
| |
* | ARM64: Reject special case in emit_isk13().Mike Pall2016-11-201-1/+3
| |
* | ARM64: Allow full VA range for mcode allocation.Mike Pall2016-11-201-0/+3
| |
* | ARM64: Add JIT compiler backend.Mike Pall2016-11-2011-22/+3885
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Whitespace.Mike Pall2016-11-201-1/+1
| |
* | Fix amalgamated build.Mike Pall2016-11-191-1/+1
| |
* | Increase range of GG_State loads via IR_FLOAD with REF_NIL.Mike Pall2016-11-194-6/+8
| | | | | | | | | | Require 32 bit alignment and store offset/4 instead. Otherwise this can overflow the 10 bit limit for the FOLD op2 key.
* | MIPS: Fix TSETR barrier.Mike Pall2016-11-161-1/+1
| | | | | | | | Thanks to tongwell.
* | Report parent of stitched trace.Mike Pall2016-11-133-2/+8
| | | | | | | | Thanks to Nick Zavaritsky.
* | LJ_GC64: Various followup fixes.Mike Pall2016-10-202-8/+11
| | | | | | | | Contributed by Peter Cawley.
* | LJ_GC64: Fix HREF for pointers.Mike Pall2016-10-192-1/+11
| | | | | | | | Contributed by Peter Cawley.
* | LJ_FR2: Fix slot 1 handling.Mike Pall2016-10-163-6/+16
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-10-131-1/+1
|\|
| * Fix GC step size calculation.Mike Pall2016-10-131-1/+1
| | | | | | | | Thanks to Igor Ehrlich.
* | LJ_GC64: Various fixes.Mike Pall2016-10-122-1/+3
| | | | | | | | Contributed by Peter Cawley.
* | LJ_GC64: Fix jit.on/off.Mike Pall2016-10-081-1/+1
| |