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
*
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
*
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-50
/
+21
*
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-0
/
+1
*
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-12
/
+14
*
Replace table.getn/foreach/foreachi with bytecode builtins.
Mike Pall
2013-02-23
1
-12
/
+0
*
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-0
/
+108
*
Remove obsolete non-truncating number to integer conversions.
Mike Pall
2013-02-23
1
-6
/
+6
*
Replace math.deg/math.rad with builtin Lua function.
Mike Pall
2013-02-22
1
-6
/
+0
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Don't use stack unwinding for lua_yield().
Mike Pall
2012-10-09
1
-1
/
+3
*
From Lua 5.2: Add string.rep(s, n, sep).
Mike Pall
2012-10-07
1
-1
/
+1
*
From Lua 5.2: Add math.log(x, base).
Mike Pall
2012-10-07
1
-1
/
+13
*
Fix despecialization of ITERN when already running.
Mike Pall
2012-09-12
1
-0
/
+3
*
Use 0/1 macro for Lua 5.2 compatibility.
Mike Pall
2012-09-12
1
-6
/
+6
*
MIPS: Fix calls to floor/ceil/trunc.
Mike Pall
2012-08-19
1
-1
/
+1
*
MIPS: Cleanup interpreter.
Mike Pall
2012-06-11
1
-75
/
+75
*
Reorganize build process.
Mike Pall
2012-06-09
1
-0
/
+4224