| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-12 | 1 | -0/+6 |
|\ |
|
| * | Add stack check to pcall/xpcall. | Mike Pall | 2023-11-12 | 1 | -0/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-05 | 1 | -1/+1 |
|\| |
|
| * | x64: Properly fix __call metamethod return dispatch. | Mike Pall | 2023-11-05 | 1 | -1/+1 |
* | | FFI: Unify stack setup for C calls in interpreter. | Mike Pall | 2023-08-29 | 1 | -8/+14 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | | Ensure forward progress on trace exit to BC_ITERN. | Mike Pall | 2023-08-13 | 1 | -1/+16 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-07-08 | 1 | -7/+6 |
|\| |
|
| * | x86/x64: Fix math.ceil(-0.9) result sign. | Mike Pall | 2022-07-08 | 1 | -7/+6 |
* | | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -7/+4 |
* | | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -39/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -2/+97 |
* | | Refactor table traversal. | Mike Pall | 2021-09-19 | 1 | -40/+22 |
* | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -2/+2 |
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -1/+3 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-12-04 | 1 | -0/+4 |
|\| |
|
| * | x64: Fix __call metamethod return dispatch. | Mike Pall | 2020-12-04 | 1 | -0/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 1 | -3/+1 |
|\| |
|
| * | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 1 | -3/+1 |
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -3/+3 |
* | | Cleanup some arch defines and fix builds. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
* | | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -1/+1 |
* | | 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 | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -3/+74 |
* | | x86: Detect BMI2 instruction support. | Mike Pall | 2016-03-28 | 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 |
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -7/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -0/+24 |
|\| |
|
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -0/+24 |
* | | Cleanup. | Mike Pall | 2015-05-04 | 1 | -2/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-05-04 | 1 | -3/+7 |
|\| |
|
| * | x86/x64: Fix argument check for bit shifts. | Mike Pall | 2015-05-04 | 1 | -3/+7 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-05 | 1 | -2/+1 |
|\| |
|
| * | x86: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -2/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-20 | 1 | -1/+1 |
|\| |
|
| * | x86: Fix argument checks for ipairs() iterator. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
* | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 1 | -363/+62 |
* | | x86/x64: Call external symbols directly from interpreter code. | Mike Pall | 2014-12-08 | 1 | -5/+11 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-03-27 | 1 | -1/+1 |
|\| |
|