aboutsummaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backport some v3.0 syntax extensions.Mike Pall2026-06-221-0/+100
| | | | See discussion in: #1476
* DUALNUM: Improve/fix edge cases of unary minus.Mike Pall2026-01-091-1/+6
| | | | Thanks to Sergey Kaplun. #1422 #1418
* Merge branch 'master' into v2.1Mike Pall2026-01-091-1/+1
|\
| * Bump copyright date.Mike Pall2026-01-091-1/+1
| |
* | PPC: Fix soft-float lj_num2u64().Mike Pall2025-12-061-0/+2
| | | | | | | | Reported by Doug Crawford. #1411
* | Unify Lua number to FFI integer conversions.Mike Pall2025-11-271-0/+146
| | | | | | | | Phew. #1411
* | Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\|
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-11-121-0/+9
|\|
| * Add stack check to pcall/xpcall.Mike Pall2023-11-121-0/+8
| | | | | | | | Analyzed by Peter Cawley. #1048
* | FFI: Unify stack setup for C calls in interpreter.Mike Pall2023-08-291-2/+1
| |
* | 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-2/+20
| | | | | | | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-7/+4
| |
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-4/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-09-201-1/+1
|\|
| * FFI: Don't load PC from non-function object in FFI continuation.Mike Pall2021-09-201-1/+1
| | | | | | | | Reported by Yichun Zhang. #743
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-1/+8
| | | | | | | | Sponsored by OpenResty Inc.
* | Refactor table traversal.Mike Pall2021-09-191-34/+15
| | | | | | | | Sponsored by OpenResty Inc.
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
| | | | | | | | Sponsored by fmad.io.
* | Merge branch 'master' into v2.1Mike Pall2021-05-291-4/+4
|\|
| * PPC/PS3: Fix BC_ADD*/BC_SUB*.Mike Pall2021-05-291-4/+4
| | | | | | | | Thanks to MaryWan1982.
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-1/+2
| |
* | 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-08-091-2/+1
|\|
| * Call error function on rethrow after trace exit.Mike Pall2020-08-091-2/+1
| |
* | Redesign and harden string interning.Mike Pall2020-06-231-6/+6
| | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-7/+7
| |
* | ARM, ARM64, PPC: Fix TSETR fallback.Mike Pall2020-05-181-0/+1
| | | | | | | | Thanks to Javier Guerra Giraldez.
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Remove support for de-facto dead archs.Mike Pall2020-01-201-1/+0
| |
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-222/+1027
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | 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-6/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.Mike Pall2015-04-121-7/+0
| |
* | PPC: Fix write barrier in BC_TSETR.Mike Pall2015-04-091-2/+2
| | | | | | | | Thanks to Gustavo Serra Scalet.
* | PPC64: Add build infrastructure.Mike Pall2015-03-061-2/+2
| |
* | 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 Pall2014-12-271-1/+1
|\|
| * PPC: Fix excess stack growth in interpreter.Mike Pall2014-12-271-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-04-171-6/+29
|\|