summaryrefslogtreecommitdiff
path: root/src/lj_ircall.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall2016-05-201-7/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* x86: lj_math_random_step() clobbers XMM regs on OSX Clang.Mike Pall2014-06-111-1/+7
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* 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
* FFI: Record ffi.errno().Mike Pall2011-11-261-0/+1
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-4/+12
* Separate/rename NUM/FLOAT <-> I64/U64 conversion functions.Mike Pall2011-10-221-30/+58
* Generate a portable vmdef.lua.Mike Pall2011-09-201-96/+99
* Fix iOS build.Mike Pall2011-06-271-2/+9
* Add narrowing of modulo operator.Mike Pall2011-06-031-0/+1
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-2/+2
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-0/+123
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+100