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_ircall.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Remove assumption that lj_math_random_step() doesn't clobber FPRs.
Mike Pall
2016-05-20
1
-7
/
+1
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
x86: lj_math_random_step() clobbers XMM regs on OSX Clang.
Mike Pall
2014-06-11
1
-1
/
+7
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
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