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
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-08-19
1
-1
/
+1
|
\
|
|
*
MIPS32: Fix little-endian IR_RETF.
Mike Pall
2024-08-19
1
-1
/
+1
*
|
MIPS64 R2/R6: Fix FP to integer conversions.
Mike Pall
2024-01-22
1
-10
/
+10
*
|
Check for upvalue state transition in IR_UREFO.
Mike Pall
2023-11-05
1
-10
/
+17
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
MIPS: Fix "bad FP FLOAD" assertion.
Mike Pall
2023-08-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-07-12
1
-4
/
+4
|
\
|
|
*
Fix base register coalescing in side trace.
Mike Pall
2023-07-12
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-12-22
1
-1
/
+1
|
\
|
|
*
Avoid negation of signed integers in C that may hold INT*_MIN.
Mike Pall
2022-12-22
1
-1
/
+1
*
|
Add missing check for LJ_KEYINDEX in ITERN recording.
Mike Pall
2022-04-02
1
-2
/
+21
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
MIPS64: Fix soft-float IR_TOSTR.
Mike Pall
2021-10-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-10-02
1
-20
/
+13
|
\
|
|
*
MIPS: Fix register allocation in assembly of HREF.
Mike Pall
2021-10-02
1
-3
/
+5
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+2
*
|
Use IR_HIOP for generalized two-register returns.
Mike Pall
2021-09-19
1
-24
/
+13
*
|
Refactor IR_VLOAD to take an offset.
Mike Pall
2021-09-19
1
-0
/
+1
*
|
MIPS: Fix trace linking.
Mike Pall
2021-09-19
1
-2
/
+6
*
|
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Mike Pall
2021-07-19
1
-0
/
+21
*
|
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
Mike Pall
2021-07-19
1
-25
/
+57
*
|
Add IRCONV_NONE for pass-through INT to I64/U64 type change.
Mike Pall
2021-07-19
1
-1
/
+1
*
|
MIPS: Fix handling of long-range spare jumps.
Mike Pall
2021-03-23
1
-20
/
+28
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-09-27
1
-1
/
+5
|
\
|
|
*
Prevent patching of the GC exit check branch.
Mike Pall
2020-09-27
1
-1
/
+6
*
|
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
[next]