summaryrefslogtreecommitdiff
path: root/src/lj_ircall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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