aboutsummaryrefslogtreecommitdiff
path: root/src/vm_x86.dasc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FFI: Unify stack setup for C calls in interpreter.Mike Pall2023-08-291-8/+14
|
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Ensure forward progress on trace exit to BC_ITERN.Mike Pall2023-08-131-1/+16
| | | | | | | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
* | Merge branch 'master' into v2.1Mike Pall2022-07-081-7/+6
|\|
| * x86/x64: Fix math.ceil(-0.9) result sign.Mike Pall2022-07-081-7/+6
| | | | | | | | Reported by minoki.
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-7/+4
| |
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-39/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-2/+97
| | | | | | | | Sponsored by OpenResty Inc.
* | Refactor table traversal.Mike Pall2021-09-191-40/+22
| | | | | | | | Sponsored by OpenResty Inc.
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-2/+2
| | | | | | | | Sponsored by fmad.io.
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-1/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-12-041-0/+4
|\|
| * x64: Fix __call metamethod return dispatch.Mike Pall2020-12-041-0/+4
| | | | | | | | Reported by Igor Munkin.
* | Merge branch 'master' into v2.1Mike Pall2020-08-091-3/+1
|\|
| * Call error function on rethrow after trace exit.Mike Pall2020-08-091-3/+1
| |
* | Redesign and harden string interning.Mike Pall2020-06-231-3/+3
| | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* | Cleanup some arch defines and fix builds.Mike Pall2020-06-151-1/+1
| |
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Windows/x86: Add full exception interoperability.Mike Pall2016-05-071-3/+74
| | | | | | | | Contributed by Peter Cawley.
* | x86: Detect BMI2 instruction support.Mike Pall2016-03-281-0/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Re-enable trace stitching.Mike Pall2015-08-291-7/+4
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-06-091-0/+24
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-091-0/+24
| | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park.
* | Cleanup.Mike Pall2015-05-041-2/+0
| |
* | Merge branch 'master' into v2.1Mike Pall2015-05-041-3/+7
|\|
| * x86/x64: Fix argument check for bit shifts.Mike Pall2015-05-041-3/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-051-2/+1
|\|
| * x86: Minor interpreter optimization.Mike Pall2015-01-051-2/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-12-201-1/+1
|\|
| * x86: Fix argument checks for ipairs() iterator.Mike Pall2014-12-201-1/+1
| |
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-363/+62
| |
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-5/+11
| | | | | | | | Except for ELF/x86 PIC, where it's easier to use wrappers.
* | Merge branch 'master' into v2.1Mike Pall2014-03-271-1/+1
|\|
| * x86/x64: Avoid use of SAHF instruction.Mike Pall2014-03-271-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-191-2/+2
|\|
| * Fix OSX build issue.Mike Pall2014-01-191-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|