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
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
|
\
|
|
*
x64: Fix store to upvalue for lightuserdata values.
Mike Pall
2013-12-02
1
-2
/
+2
*
|
Fix PS3 build.
Mike Pall
2013-09-10
1
-1
/
+1
*
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
Mike Pall
2013-09-02
1
-0
/
+13
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-12
/
+16
*
|
Use g->jit_base for on/off-trace detection.
Mike Pall
2013-08-26
1
-3
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-06-03
1
-2
/
+2
|
\
|
|
*
PPC: Add plt suffix for external calls from assembler code.
Mike Pall
2013-06-03
1
-2
/
+2
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-2
/
+2
*
|
Refactor string.rep().
Mike Pall
2013-04-26
1
-43
/
+0
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
1
-5
/
+0
*
|
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-52
/
+17
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-0
/
+1
*
|
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-9
/
+12
*
|
Replace table.getn/foreach/foreachi with bytecode builtins.
Mike Pall
2013-02-23
1
-8
/
+0
*
|
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-0
/
+109
*
|
Replace math.deg/math.rad with builtin Lua function.
Mike Pall
2013-02-22
1
-6
/
+0
|
/
*
Fix capitalization of 'Xbox'.
Mike Pall
2013-02-13
1
-2
/
+2
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Add XBox 360 port.
Mike Pall
2013-01-21
1
-4
/
+42
*
Don't use stack unwinding for lua_yield().
Mike Pall
2012-10-09
1
-4
/
+7
[next]