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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-23
ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments.
Mike Pall
2
-5
/
+5
2012-01-23
MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes.
Mike Pall
2
-4
/
+15
2012-01-20
Fix parsing of hex literals with exponents.
Mike Pall
1
-5
/
+8
2012-01-15
FFI: Don't touch frame in callbacks with tailcalls to fast functions.
Mike Pall
1
-5
/
+8
2011-12-17
FFI: Ignore number parsing errors while skipping definitions.
Mike Pall
2
-1
/
+4
2011-12-17
FFI: Ignore empty statements in ffi.cdef().
Mike Pall
1
-0
/
+4
2011-12-16
MIPS: Add DynASM MIPS module and encoding engine.
Mike Pall
2
-0
/
+1363
2011-12-15
MIPS: Add build rules (non-functional, yet).
Mike Pall
6
-1
/
+58
2011-12-15
Auto-detect target arch via cross-compiler. Drop TARGET=arch.
Mike Pall
2
-9
/
+10
2011-12-14
RELEASE LuaJIT-2.0.0-beta9
v2.0.0-beta9
Mike Pall
10
-21
/
+17
2011-12-14
Update changelog.
Mike Pall
1
-0
/
+73
2011-12-13
PPC: Avoid undefined operand dereference in BAND/shift fusion.
Mike Pall
1
-1
/
+1
2011-12-12
FFI: Add callback support for ARM.
Mike Pall
5
-939
/
+1120
2011-12-12
FFI: Add callback support for PPC.
Mike Pall
4
-1180
/
+1521
2011-12-12
Move helper for syncing data/instruction cache to lj_mcode.c.
Mike Pall
8
-56
/
+69
2011-12-10
ARM: Error out for attempt to compile with hard-float ABI.
Mike Pall
1
-0
/
+3
2011-12-10
ARM: Fix stack check for spilled BASE in parent.
Mike Pall
1
-7
/
+5
2011-12-09
x64: Always extend stack arguments to pointer size.
Mike Pall
1
-1
/
+1
2011-12-09
Fix compiler warning.
Mike Pall
1
-2
/
+4
2011-12-01
FFI: Fix stack adjustment for calls to stdcall/fastcall functions.
Mike Pall
1
-1
/
+5
2011-11-27
FFI: Need to treat strlen() as a load.
Mike Pall
1
-1
/
+1
2011-11-27
Fix docs. The code base doesn't work on Windows 98 anymore.
Mike Pall
1
-1
/
+1
2011-11-27
Don't increment module reference counts due to symbol resolving.
Mike Pall
2
-4
/
+6
2011-11-26
FFI: Record ffi.errno().
Mike Pall
7
-2
/
+24
2011-11-25
Fix stack check in side exit.
Mike Pall
1
-1
/
+1
2011-11-25
FFI: Record C function calls with bool return values.
Mike Pall
5
-6
/
+38
2011-11-25
FFI: Fix line info for result conversion errors in callbacks.
Mike Pall
2
-4
/
+4
2011-11-25
FFI: Fix GetLastError() save/restore around ffi.load().
Mike Pall
1
-1
/
+1
2011-11-25
FFI: Improve ld script detection in ffi.load().
Mike Pall
1
-9
/
+23
2011-11-24
Do not eliminate PHIs only referenced from other PHIs.
Mike Pall
1
-13
/
+41
2011-11-21
Replace stack slot for implicit number->string conv. in Lua/C API.
Mike Pall
1
-6
/
+12
2011-11-20
Specialize to prototype for non-monomorphic functions.
Mike Pall
6
-15
/
+31
2011-11-20
Count frames with same prototype in call unroll limit check.
Mike Pall
1
-4
/
+8
2011-11-20
Keep maximum frame extent in snap->topslot.
Mike Pall
4
-53
/
+37
2011-11-20
Get rid of snap->depth.
Mike Pall
7
-17
/
+25
2011-11-17
Fix debug option for msvcbuild.bat.
Mike Pall
1
-2
/
+2
2011-11-15
FFI: Fix EnumWindows example in docs.
Mike Pall
1
-0
/
+2
2011-11-15
FFI: Add missing GC barrier for callback registration.
Mike Pall
1
-0
/
+1
2011-11-15
FFI: Save GetLastError() around ffi.load() and symbol resolving, too.
Mike Pall
1
-0
/
+4
2011-11-14
Eliminate some rare occurrences of redundant PHIs.
Mike Pall
1
-4
/
+8
2011-11-14
Fix hint-based register allocation in ra_dest().
Mike Pall
1
-1
/
+1
2011-11-14
FFI: Add callback support (for x86/x64).
Mike Pall
27
-4343
/
+5340
2011-11-14
PPC: Clarify docs.
Mike Pall
1
-1
/
+1
2011-11-14
FFI: Resolve __call metamethod for pointers, too.
Mike Pall
2
-2
/
+22
2011-11-12
Avoid dependence on lj_jit.h if only including lj_target.h.
Mike Pall
2
-7
/
+11
2011-11-12
FFI: Add unwind definitions for lj_vm_ffi_call.
Mike Pall
12
-1823
/
+2478
2011-11-11
FFI: Extend metamethod tutorial.
Mike Pall
1
-1
/
+20
2011-11-11
ARM: Fix IR splitting for softfp XLOAD.
Mike Pall
2
-5
/
+15
2011-11-11
ARM: Fix code generation for type-check only softfp [AHUV]LOAD.
Mike Pall
1
-1
/
+1
2011-11-04
x64: Fix lightuserdata comparisons.
Mike Pall
3
-1144
/
+1148
[next]