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
/
vm_mips.dasc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2021-09-20
1
-1
/
+1
|
\
|
*
FFI: Don't load PC from non-function object in FFI continuation.
Mike Pall
2021-09-20
1
-1
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-5
/
+92
*
|
Refactor table traversal.
Mike Pall
2021-09-19
1
-23
/
+15
*
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Mike Pall
2021-06-01
1
-1
/
+1
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-2
/
+7
*
|
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-08-09
1
-3
/
+2
|
\
|
|
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-3
/
+2
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-6
/
+6
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-12
/
+57
*
|
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-07-05
1
-1
/
+1
|
\
|
|
*
MIPS: Fix delay slot hint.
Mike Pall
2019-07-05
1
-1
/
+1
|
*
MIPS: Backport workaround for compact unwind tables.
Mike Pall
2017-02-20
1
-0
/
+2
*
|
MIPS/MIPS64: Fix TSETR barrier (again).
Mike Pall
2018-10-14
1
-1
/
+1
*
|
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
*
|
MIPS: Fix TSETR barrier.
Mike Pall
2016-11-16
1
-1
/
+1
*
|
MIPS64, part 1: Add MIPS64 support to interpreter.
Mike Pall
2016-05-28
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-14
1
-17
/
+17
|
\
|
|
*
MIPS: Fix BC_ISNEXT fallback path.
Mike Pall
2016-04-14
1
-17
/
+17
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-30
1
-3
/
+6
|
\
|
|
*
MIPS: Fix use of ffgccheck delay slots in interpreter.
Mike Pall
2016-03-30
1
-0
/
+5
*
|
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
*
|
MIPS: Add soft-float support to JIT compiler backend.
Mike Pall
2016-02-10
1
-2
/
+28
*
|
MIPS: Switch to dual-number mode. Fix soft-float interpreter.
Mike Pall
2016-01-29
1
-1388
/
+1354
*
|
MIPS soft-float, part 1: Add soft-float support to interpreter.
Mike Pall
2015-12-17
1
-219
/
+1137
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
1
-7
/
+3
*
|
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-12-27
1
-1
/
+1
|
\
|
|
*
MIPS: Fix excess stack growth in interpreter.
Mike Pall
2014-12-27
1
-1
/
+1
*
|
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
*
|
Fix KBASE for Lua functions below stitched fast functions.
Mike Pall
2014-01-16
1
-2
/
+20
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-2
/
+56
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-25
1
-1
/
+1
|
\
|
|
*
MIPS: Cosmetic fix for interpreter.
Mike Pall
2013-12-25
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-02
1
-2
/
+2
|
\
|
|
*
x64: Fix store to upvalue for lightuserdata values.
Mike Pall
2013-12-02
1
-2
/
+2
*
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
Mike Pall
2013-09-02
1
-0
/
+14
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-15
/
+19
*
|
Use g->jit_base for on/off-trace detection.
Mike Pall
2013-08-26
1
-4
/
+6
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-2
/
+2
*
|
Refactor string.rep().
Mike Pall
2013-04-26
1
-35
/
+0
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
1
-7
/
+0
[next]