aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-191-0/+21
* String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-25/+57
* Add IRCONV_NONE for pass-through INT to I64/U64 type change.Mike Pall2021-07-191-1/+1
* MIPS: Fix handling of long-range spare jumps.Mike Pall2021-03-231-20/+28
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-09-271-1/+5
|\|
| * Prevent patching of the GC exit check branch.Mike Pall2020-09-271-1/+6
* | Redesign and harden string interning.Mike Pall2020-06-231-1/+1
* | Improve assertions.Mike Pall2020-06-151-62/+89
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-36/+2
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-1/+0
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-3/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-201-15/+99
* | MIPS64: Fix register allocation in assembly of HREF.Mike Pall2017-11-081-17/+25
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-38/+179
* | Merge branch 'master' into v2.1Mike Pall2017-06-071-4/+5
|\|
| * MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-4/+5
* | Merge branch 'master' into v2.1Mike Pall2017-06-071-1/+5
|\|
| * MIPS: Use precise search for exit jump patching.Mike Pall2017-06-071-1/+5
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-132/+541
* | Merge branch 'master' into v2.1Mike Pall2017-02-201-9/+6
|\|
| * MIPS: Fix emitted code for U32 to float conversion.Mike Pall2017-02-201-11/+7
* | 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
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-4/+4
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-7/+13
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-8/+4
* | 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
* | MIPS soft-float: Fix code generation for HREF.Mike Pall2016-03-101-2/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-101-70/+336
* | 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-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
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-15/+29
* | 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