| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Clang build. | Mike Pall | 2020-07-02 | 1 | -1/+1 |
* | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
* | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -0/+1 |
* | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -1/+0 |
* | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 1 | -5/+9 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -1/+1 |
* | | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -14/+29 |
* | | 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 |
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 1 | -20/+20 |
* | | 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 |
* | | 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 |