index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_asm_mips.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-1
/
+1
*
Improve assertions.
Mike Pall
2020-06-15
1
-62
/
+89
*
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-36
/
+2
*
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-1
/
+0
*
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-3
/
+3
*
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
MIPS: Add MIPS64 R6 port.
Mike Pall
2020-01-20
1
-15
/
+99
*
|
MIPS64: Fix register allocation in assembly of HREF.
Mike Pall
2017-11-08
1
-17
/
+25
*
|
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
2017-06-07
1
-38
/
+179
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-06-07
1
-4
/
+5
|
\
|
|
*
MIPS: Fix handling of spare long-range jump slots.
Mike Pall
2017-06-07
1
-4
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-06-07
1
-1
/
+5
|
\
|
|
*
MIPS: Use precise search for exit jump patching.
Mike Pall
2017-06-07
1
-1
/
+5
*
|
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Mike Pall
2017-02-20
1
-132
/
+541
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-02-20
1
-9
/
+6
|
\
|
|
*
MIPS: Fix emitted code for U32 to float conversion.
Mike Pall
2017-02-20
1
-11
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Increase range of GG_State loads via IR_FLOAD with REF_NIL.
Mike Pall
2016-11-19
1
-1
/
+1
*
|
MIPS64, part 1: Add MIPS64 support to interpreter.
Mike Pall
2016-05-28
1
-4
/
+4
*
|
Add IR_FLOAD with REF_NIL for field loads from GG_State.
Mike Pall
2016-05-21
1
-7
/
+13
*
|
Move common 32/64 bit in-memory FP constants to jit_State.
Mike Pall
2016-05-21
1
-8
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-05-20
1
-1
/
+0
|
\
|
|
*
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
2016-05-20
1
-1
/
+0
*
|
MIPS soft-float: Fix code generation for HREF.
Mike Pall
2016-03-10
1
-2
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
|
*
Don't allocate unused 2nd result register in JIT compiler backend.
Mike Pall
2016-02-10
1
-1
/
+1
*
|
MIPS: Add soft-float support to JIT compiler backend.
Mike Pall
2016-02-10
1
-70
/
+336
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-20
1
-2
/
+3
|
\
|
|
*
Prevent BASE register coalescing if parent uses IR_RETF.
Mike Pall
2014-02-19
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Low-overhead profiler, part 4: JIT compiler support.
Mike Pall
2013-09-08
1
-0
/
+11
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-1
/
+1
*
|
FFI: Compile VLA/VLS and large cdata allocs with default initialization.
Mike Pall
2013-05-24
1
-15
/
+29
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-16
1
-2
/
+2
|
\
|
|
*
Handle calls with max. args in backends even after SPLIT.
Mike Pall
2013-05-16
1
-2
/
+2
*
|
Refactor CCallInfo representation for split arguments.
Mike Pall
2013-05-13
1
-2
/
+2
*
|
Combine IR instruction dispatch for all assembler backends.
Mike Pall
2013-04-22
1
-137
/
+44
*
|
Use same HREF+EQ/NE optimization in all assembler backends.
Mike Pall
2013-04-22
1
-18
/
+30
*
|
Reorganize generic operations common to all assembler backends.
Mike Pall
2013-04-22
1
-95
/
+2
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-0
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-04
1
-0
/
+1
|
\
|
|
*
Fix spurious red zone overflows in machine code generation.
Mike Pall
2013-04-04
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-02-28
1
-0
/
+1
|
\
|
[next]