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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-1
/
+1
*
ARM: Add VFP and hard-float ABI variants to JIT compiler.
Mike Pall
2012-08-09
1
-2
/
+2
*
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
Mike Pall
2012-06-08
1
-1
/
+1
*
ARM: Fix compilation of math.sinh/cosh/tanh.
Mike Pall
2012-04-30
1
-3
/
+3
*
MIPS: Integrate and enable JIT compiler.
Mike Pall
2012-03-30
1
-3
/
+3
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Need to treat strlen() as a load.
Mike Pall
2011-11-27
1
-1
/
+1
*
FFI: Record ffi.errno().
Mike Pall
2011-11-26
1
-0
/
+1
*
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
2011-10-27
1
-4
/
+12
*
Separate/rename NUM/FLOAT <-> I64/U64 conversion functions.
Mike Pall
2011-10-22
1
-30
/
+58
*
Generate a portable vmdef.lua.
Mike Pall
2011-09-20
1
-96
/
+99
*
Fix iOS build.
Mike Pall
2011-06-27
1
-2
/
+9
*
Add narrowing of modulo operator.
Mike Pall
2011-06-03
1
-0
/
+1
*
Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.
Mike Pall
2011-06-03
1
-2
/
+2
*
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
2011-05-22
1
-0
/
+123
*
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
2011-05-22
1
-0
/
+100