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_dispatch.c
(
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
*
|
LJ_FR2: Fix stack checks in vararg calls.
Mike Pall
2023-09-21
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-28
1
-2
/
+2
|
\
|
|
*
Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.
Mike Pall
2023-08-28
1
-2
/
+2
*
|
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
*
|
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
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-1
/
+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
*
|
Add support for full-range 64 bit lightuserdata.
Mike Pall
2020-09-30
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-4
/
+7
*
|
Cleanup CPU detection and tuning for old CPUs.
Mike Pall
2020-05-20
1
-7
/
+0
*
|
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
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
LJ_GC64: Fix jit.on/off.
Mike Pall
2016-10-08
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-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
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-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-0
/
+23
*
|
Fix profiler/hook interaction.
Mike Pall
2013-09-18
1
-0
/
+8
*
|
Protect g->hookmask with lock when using profiler thread.
Mike Pall
2013-09-16
1
-22
/
+12
*
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
Mike Pall
2013-09-02
1
-8
/
+47
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-0
/
+1
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-0
/
+1
*
|
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-0
/
+1
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Add more assertions for stack consistency during recording.
Mike Pall
2012-09-12
1
-0
/
+8
*
Correct dispatch table modifications for return hooks.
Mike Pall
2012-07-16
1
-2
/
+2
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
MIPS: Add interpreter. Enable MIPS build rules.
Mike Pall
2012-01-23
1
-0
/
+22
*
Remove temporary mcode limit error from application stack.
Mike Pall
2011-08-09
1
-0
/
+4
*
Prefer recording loops over calls.
Mike Pall
2011-06-29
1
-1
/
+2
*
Cleanup prototype flags.
Mike Pall
2011-06-09
1
-3
/
+4
*
Move debugging/introspection functionality to lj_debug.c.
Mike Pall
2011-06-07
1
-2
/
+3
*
Fix some portability issues with the JIT compiler.
Mike Pall
2011-05-09
1
-0
/
+5
*
FFI: Save errno/GetLastError() around allocations, hooks etc.
Mike Pall
2011-05-08
1
-0
/
+4
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
1
-1
/
+1
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Avoid stack resizes while recording calls to vararg functions.
Mike Pall
2010-12-08
1
-2
/
+5
*
PPC: Add support for shifted MULTRES.
Mike Pall
2010-09-13
1
-1
/
+1
[next]