index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vm_ppc.dasc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-11-12
1
-0
/
+9
|
\
|
|
*
Add stack check to pcall/xpcall.
Mike Pall
2023-11-12
1
-0
/
+8
*
|
FFI: Unify stack setup for C calls in interpreter.
Mike Pall
2023-08-29
1
-2
/
+1
*
|
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
-2
/
+20
*
|
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
-4
/
+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
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-09-20
1
-1
/
+1
|
\
|
|
*
FFI: Don't load PC from non-function object in FFI continuation.
Mike Pall
2021-09-20
1
-1
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-1
/
+8
*
|
Refactor table traversal.
Mike Pall
2021-09-19
1
-34
/
+15
*
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Mike Pall
2021-06-01
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-05-29
1
-4
/
+4
|
\
|
|
*
PPC/PS3: Fix BC_ADD*/BC_SUB*.
Mike Pall
2021-05-29
1
-4
/
+4
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-1
/
+2
*
|
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-08-09
1
-2
/
+1
|
\
|
|
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-2
/
+1
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-6
/
+6
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-7
/
+7
*
|
ARM, ARM64, PPC: Fix TSETR fallback.
Mike Pall
2020-05-18
1
-0
/
+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
*
|
Remove support for de-facto dead archs.
Mike Pall
2020-01-20
1
-1
/
+0
*
|
PPC: Add soft-float support to interpreter.
Mike Pall
2017-07-26
1
-222
/
+1027
*
|
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
*
|
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
-6
/
+2
*
|
DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.
Mike Pall
2015-04-12
1
-7
/
+0
*
|
PPC: Fix write barrier in BC_TSETR.
Mike Pall
2015-04-09
1
-2
/
+2
*
|
PPC64: Add build infrastructure.
Mike Pall
2015-03-06
1
-2
/
+2
*
|
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
2014-12-27
1
-1
/
+1
|
\
|
|
*
PPC: Fix excess stack growth in interpreter.
Mike Pall
2014-12-27
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-04-17
1
-6
/
+29
|
\
|
|
*
PPC: Don't use mcrxr on PPE.
Mike Pall
2014-04-17
1
-6
/
+29
*
|
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
*
|
Fix KBASE for Lua functions below stitched fast functions.
Mike Pall
2014-01-16
1
-2
/
+18
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-3
/
+52
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-02
1
-2
/
+2
|
\
|
[next]