aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ircall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change semantics of buffer ops to simplify CSE and DCE.Mike Pall2013-04-261-7/+7
* | Compile string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-0/+3
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-0/+1
* | Fuse string creation into concats. Optimize single-char concats.Mike Pall2013-04-231-0/+2
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-3/+7
* | FFI: Add 64 bit bitwise operations.Mike Pall2013-03-141-1/+6
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-1/+1
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-2/+2
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-1/+1
* ARM: Fix compilation of math.sinh/cosh/tanh.Mike Pall2012-04-301-3/+3
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-3/+3
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Need to treat strlen() as a load.Mike Pall2011-11-271-1/+1