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
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
ARM64: Remove unneeded IRCALL_* defs for math intrinsics.
Mike Pall
2023-09-11
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Revert to trival pow() optimizations to prevent inaccuracies.
Mike Pall
2022-03-08
1
-2
/
+1
*
|
Fix pow() optimization inconsistencies.
Mike Pall
2022-01-24
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+2
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-0
/
+18
*
|
Use weak guards for on-trace allocations.
Mike Pall
2021-03-23
1
-27
/
+29
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Fix Clang build.
Mike Pall
2020-07-02
1
-1
/
+1
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-1
/
+1
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-0
/
+1
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-1
/
+0
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-5
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
PPC: Add soft-float support to interpreter.
Mike Pall
2017-07-26
1
-1
/
+1
*
|
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
2017-06-07
1
-14
/
+29
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
MIPS64, part 1: Add MIPS64 support to interpreter.
Mike Pall
2016-05-28
1
-2
/
+2
*
|
LJ_GC64: Introduce IRT_PGC.
Mike Pall
2016-05-20
1
-20
/
+20
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-05-20
1
-7
/
+1
|
\
|
|
*
Remove assumption that lj_math_random_step() doesn't clobber FPRs.
Mike Pall
2016-05-20
1
-7
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
MIPS: Add soft-float support to JIT compiler backend.
Mike Pall
2016-02-10
1
-0
/
+12
*
|
MIPS soft-float, part 1: Add soft-float support to interpreter.
Mike Pall
2015-12-17
1
-0
/
+16
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
x86/x64: Drop internal x87 math functions. Use libm functions.
Mike Pall
2014-12-08
1
-12
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-06-11
1
-1
/
+7
|
\
|
|
*
x86: lj_math_random_step() clobbers XMM regs on OSX Clang.
Mike Pall
2014-06-11
1
-1
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Add table.clear().
Mike Pall
2013-11-25
1
-0
/
+1
*
|
Add table.new().
Mike Pall
2013-10-09
1
-0
/
+2
*
|
FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.
Mike Pall
2013-05-24
1
-1
/
+1
*
|
FFI: Compile VLA/VLS and large cdata allocs with default initialization.
Mike Pall
2013-05-24
1
-0
/
+1
*
|
Compile string.format().
Mike Pall
2013-05-13
1
-0
/
+7
*
|
Refactor CCallInfo representation for split arguments.
Mike Pall
2013-05-13
1
-50
/
+65
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-5
/
+5
*
|
Compile string.find() for fixed string searches (no patterns).
Mike Pall
2013-05-08
1
-0
/
+1
*
|
Compile table.concat().
Mike Pall
2013-04-27
1
-0
/
+1
*
|
Compile string.rep().
Mike Pall
2013-04-26
1
-0
/
+1
[next]