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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add common helper for pointer to string formatting.
Mike Pall
2013-08-31
3
-4
/
+9
*
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
15
-67
/
+89
*
Use g->jit_base for on/off-trace detection.
Mike Pall
2013-08-26
9
-24
/
+31
*
Merge branch 'master' into v2.1
Mike Pall
2013-08-22
1
-1
/
+1
|
\
|
*
Fix compiler warning.
Mike Pall
2013-08-22
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-08-17
0
-0
/
+0
|
\
|
|
*
Fix argument checks for math.deg()/math.rad().
Mike Pall
2013-08-17
1
-6
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-08-11
1
-1
/
+1
|
\
|
|
*
Fix jit.flush(func|true).
Mike Pall
2013-08-11
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-08-03
1
-10
/
+10
|
\
|
|
*
Compatibility fix for old GCC versions.
Mike Pall
2013-08-03
1
-10
/
+10
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-31
1
-7
/
+7
|
\
|
|
*
ARM: Fix register allocation when rematerializing FPRs.
Mike Pall
2013-07-31
1
-7
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-24
1
-1
/
+1
|
\
|
|
*
FFI: Properly unload loaded DLLs.
Mike Pall
2013-07-24
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-18
1
-2
/
+8
|
\
|
|
*
DynASM/x64: Add VREG support to mov64.
Mike Pall
2013-07-18
1
-2
/
+8
*
|
Fix compiler warning.
Mike Pall
2013-07-18
1
-6
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-17
1
-1
/
+1
|
\
|
|
*
Fix compilation on NetBSD/x64.
Mike Pall
2013-07-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-09
6
-25
/
+51
|
\
|
|
*
Add support for multilib distro builds.
Mike Pall
2013-07-09
5
-24
/
+50
|
*
DynASM/x86: Add lock prefix.
Mike Pall
2013-06-24
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-06-20
1
-1
/
+4
|
\
|
|
*
FFI: Add missing GC steps for callback argument conversions.
Mike Pall
2013-06-20
1
-1
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-06-18
1
-3
/
+12
|
\
|
|
*
Improve ULOAD forwarding for open upvalues.
Mike Pall
2013-06-18
1
-3
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-06-03
4
-5
/
+35
|
\
|
|
*
RELEASE LuaJIT-2.0.2
v2.0.2
Mike Pall
2013-06-03
13
-17
/
+17
|
*
Update changelog.
Mike Pall
2013-06-03
1
-0
/
+30
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-06-03
3
-9
/
+15
|
\
|
|
*
PPC: Add plt suffix for external calls from assembler code.
Mike Pall
2013-06-03
3
-9
/
+15
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-29
1
-2
/
+3
|
\
|
|
*
FFI: Preserve intermediate string for const char * conversion.
Mike Pall
2013-05-29
1
-2
/
+3
*
|
Refactor string buffer growth helpers.
Mike Pall
2013-05-29
3
-21
/
+31
*
|
Fix -jdump broken by 2ef2c34d.
Mike Pall
2013-05-29
1
-1
/
+6
*
|
Minor change to lj_lib_pushcc().
Mike Pall
2013-05-29
2
-4
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-25
3
-13
/
+23
|
\
|
|
*
Fix compatibility issues with Illumos.
Mike Pall
2013-05-25
3
-13
/
+23
*
|
FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.
Mike Pall
2013-05-24
5
-32
/
+22
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-24
1
-0
/
+1
|
\
|
|
*
Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
Mike Pall
2013-05-24
1
-0
/
+1
*
|
FFI: Compile VLA/VLS and large cdata allocs with default initialization.
Mike Pall
2013-05-24
9
-61
/
+139
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-23
2
-6
/
+3
|
\
|
|
*
FFI: Must sink XBAR together with XSTOREs.
Mike Pall
2013-05-23
1
-0
/
+2
|
*
FFI: Fix unroll limit for ffi.fill().
Mike Pall
2013-05-23
1
-6
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-23
1
-0
/
+4
|
\
|
|
*
FFI: Insert no-op type conversion for pointer to integer cast.
Mike Pall
2013-05-23
1
-0
/
+4
*
|
Refactor lj_cdata_newv().
Mike Pall
2013-05-23
3
-5
/
+5
*
|
Don't try to reinvent memcpy().
Mike Pall
2013-05-22
2
-11
/
+7
[next]