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.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
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Add Nintendo Switch port.
Mike Pall
2022-06-08
1
-2
/
+2
*
|
Revert to trival pow() optimizations to prevent inaccuracies.
Mike Pall
2022-03-08
1
-1
/
+1
*
|
Fix pow() optimization inconsistencies.
Mike Pall
2022-01-24
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
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-2
/
+2
*
|
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
-1
/
+1
|
\
|
|
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-08-05
1
-0
/
+8
|
\
|
|
*
ARM: Ensure relative GG_State element alignment differently.
Mike Pall
2020-08-05
1
-0
/
+8
*
|
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
*
|
ARM64: Add JIT compiler backend.
Mike Pall
2016-11-20
1
-0
/
+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
*
|
MIPS: Switch to dual-number mode. Fix soft-float interpreter.
Mike Pall
2016-01-29
1
-9
/
+10
*
|
MIPS soft-float, part 1: Add soft-float support to interpreter.
Mike Pall
2015-12-17
1
-1
/
+17
*
|
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-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
-1
/
+5
*
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
Mike Pall
2013-09-02
1
-2
/
+4
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-1
/
+1
*
|
Refactor string.rep().
Mike Pall
2013-04-26
1
-1
/
+1
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
1
-1
/
+1
*
|
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-1
/
+2
*
|
Replace table.getn/foreach/foreachi with bytecode builtins.
Mike Pall
2013-02-23
1
-1
/
+1
*
|
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-5
/
+5
*
|
Replace math.deg/math.rad with builtin Lua function.
Mike Pall
2013-02-22
1
-1
/
+1
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
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
/
+38
*
Prefer recording loops over calls.
Mike Pall
2011-06-29
1
-0
/
+4
*
FFI: Save errno/GetLastError() around allocations, hooks etc.
Mike Pall
2011-05-08
1
-0
/
+17
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Conditionally compile functions that are unused with JIT disabled.
Mike Pall
2010-02-28
1
-0
/
+2
*
Randomize penalties for aborts and add blacklisting.
Mike Pall
2010-02-23
1
-2
/
+0
*
Implement return hooks for Lua functions (zero-cost if disabled).
Mike Pall
2010-02-14
1
-1
/
+2
*
Implement call hooks (zero-cost if disabled).
Mike Pall
2010-02-14
1
-2
/
+3
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-7
/
+15
*
Move dispatch tables out of GG_State struct.
Mike Pall
2010-02-11
1
-13
/
+10
[next]