aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ircall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | ARM64: Remove unneeded IRCALL_* defs for math intrinsics.Mike Pall2023-09-111-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-2/+1
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-0/+2
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-0/+18
* | Use weak guards for on-trace allocations.Mike Pall2021-03-231-27/+29
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Fix Clang build.Mike Pall2020-07-021-1/+1
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-1/+1
* | Optimize table length computation with hinting.Mike Pall2020-05-271-0/+1
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-1/+0
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-5/+9
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-1/+1
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-14/+29
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-2/+2
* | LJ_GC64: Introduce IRT_PGC.Mike Pall2016-05-201-20/+20
* | Merge branch 'master' into v2.1Mike Pall2016-05-201-7/+1
|\|
| * Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall2016-05-201-7/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-101-0/+12
* | MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-171-0/+16
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-12/+12
* | Merge branch 'master' into v2.1Mike Pall2014-06-111-1/+7
|\|
| * x86: lj_math_random_step() clobbers XMM regs on OSX Clang.Mike Pall2014-06-111-1/+7
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add table.clear().Mike Pall2013-11-251-0/+1
* | Add table.new().Mike Pall2013-10-091-0/+2
* | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.Mike Pall2013-05-241-1/+1
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-0/+1
* | Compile string.format().Mike Pall2013-05-131-0/+7
* | Refactor CCallInfo representation for split arguments.Mike Pall2013-05-131-50/+65
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-5/+5
* | Compile string.find() for fixed string searches (no patterns).Mike Pall2013-05-081-0/+1
* | Compile table.concat().Mike Pall2013-04-271-0/+1
* | Compile string.rep().Mike Pall2013-04-261-0/+1