| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Fix Clang build. | Mike Pall | 2020-07-02 | 1 | -2/+2 |
* | | Fix pointer check for non-GC64 mode. | Mike Pall | 2020-06-23 | 1 | -1/+2 |
* | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -0/+5 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -6/+20 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -4/+4 |
|\| |
|
| * | Fix declarations of _BitScanForward/_BitScanReverse. | Mike Pall | 2019-12-08 | 1 | -4/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -2/+2 |
|\| |
|
| * | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 |
* | | Remove unused define. | Mike Pall | 2017-06-11 | 1 | -1/+0 |
* | | Make checkptrGC() actually work. | Mike Pall | 2017-02-20 | 1 | -8/+3 |
* | | 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 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -0/+2 |
* | | 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 |
* | | 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 |
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -3/+12 |
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -4/+7 |
|/ |
|
* | Add PS Vita port. | Mike Pall | 2014-04-27 | 1 | -2/+6 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Fix rotate definitions for variable shifts. | Mike Pall | 2013-03-13 | 1 | -2/+2 |
* | Properly fix MSVC intrinsics for older versions. | Mike Pall | 2013-02-24 | 1 | -3/+3 |
* | Fix capitalization of 'Xbox'. | Mike Pall | 2013-02-13 | 1 | -1/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -3/+29 |
* | Remove fictitious Solaris define. | Mike Pall | 2013-01-11 | 1 | -1/+1 |
* | Allow using MSVC intrinsics with older versions. | Mike Pall | 2013-01-03 | 1 | -0/+2 |
* | Add missing declarations for MSVC intrinsics. | Mike Pall | 2012-07-09 | 1 | -0/+5 |
* | Bump some limits to accomodate SINK pass. | Mike Pall | 2012-07-04 | 1 | -1/+1 |
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -1/+10 |
* | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 2012-06-09 | 1 | -1/+1 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -0/+2 |
* | Increase max. number of exit stub groups to correspond with -Omaxsnap. | Mike Pall | 2011-09-05 | 1 | -1/+1 |
* | More fixes for the Solaris/x86 build. Thanks to Will Metcalf. | Mike Pall | 2011-06-14 | 1 | -0/+2 |
* | Add stdint.h replacement for Symbian. Sigh. | Mike Pall | 2011-06-03 | 1 | -1/+13 |
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 1 | -1/+1 |
* | Use common helper functions for unaligned loads. | Mike Pall | 2011-05-09 | 1 | -0/+26 |
* | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 2011-04-28 | 1 | -1/+23 |
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -6/+0 |
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -1/+0 |
* | Improve static assertion macro. | Mike Pall | 2011-02-07 | 1 | -0/+5 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Add 64 bit bswap and rotates. | Mike Pall | 2010-12-11 | 1 | -2/+20 |
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -1/+2 |