Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -1/+1 |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -14/+29 |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | 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 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 1 | -20/+20 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | 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 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | 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 |
| | | |||||
* | | Change semantics of buffer ops to simplify CSE and DCE. | Mike Pall | 2013-04-26 | 1 | -7/+7 |
| | | |||||
* | | Compile string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -0/+3 |
| | | |||||
* | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -0/+1 |
| | | |||||
* | | Fuse string creation into concats. Optimize single-char concats. | Mike Pall | 2013-04-23 | 1 | -0/+2 |
| | | |||||
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -3/+7 |
| | | |||||
* | | FFI: Add 64 bit bitwise operations. | Mike Pall | 2013-03-14 | 1 | -1/+6 |
|/ | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+1 |
| | |||||
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | Rearrange OSX vs. iOS defines. Disable callbacks on iOS. | Mike Pall | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | ARM: Fix compilation of math.sinh/cosh/tanh. | Mike Pall | 2012-04-30 | 1 | -3/+3 |
| | |||||
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -3/+3 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | FFI: Need to treat strlen() as a load. | Mike Pall | 2011-11-27 | 1 | -1/+1 |
| | |||||
* | FFI: Record ffi.errno(). | Mike Pall | 2011-11-26 | 1 | -0/+1 |
| | |||||
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -4/+12 |
| | |||||
* | Separate/rename NUM/FLOAT <-> I64/U64 conversion functions. | Mike Pall | 2011-10-22 | 1 | -30/+58 |
| | |||||
* | Generate a portable vmdef.lua. | Mike Pall | 2011-09-20 | 1 | -96/+99 |
| | |||||
* | Fix iOS build. | Mike Pall | 2011-06-27 | 1 | -2/+9 |
| | |||||
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -0/+1 |
| | |||||
* | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 1 | -2/+2 |
| |