index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_ircall.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2011-11-04
Spelling.
Mike Pall
1
-1
/
+1
2011-10-27
PPC: Install dis_ppc.lua.
Mike Pall
1
-1
/
+1
2011-10-27
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
14
-78
/
+262
2011-10-25
PPC: Fuse BAND with shift to rlwinm.
Mike Pall
1
-8
/
+42
2011-10-25
Add more FOLD rules for shift + BAND simplifications.
Mike Pall
1
-0
/
+30
2011-10-25
x64: Fix code generation for BSWAP.
Mike Pall
1
-1
/
+1
2011-10-25
PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.
Mike Pall
2
-14
/
+46
2011-10-25
PPC/e500: Fix write barrier in USETS.
Mike Pall
2
-4
/
+3
2011-10-25
PPC: Fix externally provided relocation offsets in DynASM.
Mike Pall
1
-1
/
+1
2011-10-25
PPC: Fix write barrier in USETV/USETS.
Mike Pall
2
-8
/
+6
2011-10-24
PPC: Integrate and enable JIT compiler.
Mike Pall
7
-6
/
+2603
2011-10-24
Allow selection of single-number vs. dual-number mode in Makefile.
Mike Pall
2
-0
/
+10
2011-10-24
PPC: Fix/improve interpreter/JIT integration.
Mike Pall
2
-410
/
+444
2011-10-24
PPC: Generalize rematerialization handling.
Mike Pall
1
-2
/
+15
2011-10-24
PPC: Add support for GDB JIT API.
Mike Pall
1
-0
/
+21
2011-10-24
PPC: Add Linux/PPC cache flush mechanism.
Mike Pall
1
-1
/
+17
2011-10-24
Make sure to flush/sync the D/I-cache for all generated code.
Mike Pall
1
-2
/
+4
2011-10-24
Fix handling of alignment arguments (nil) to CALLX.
Mike Pall
2
-3
/
+3
2011-10-24
PPC: Add support for per-trace exit stubs.
Mike Pall
3
-6
/
+40
2011-10-24
Generalize handling of stack checks indicated by highest exit + 1.
Mike Pall
4
-12
/
+22
2011-10-24
Don't save/restore tmptv with copyTV.
Mike Pall
1
-6
/
+5
2011-10-24
Fix compiler warning.
Mike Pall
1
-0
/
+1
[prev]
[next]