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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-13
FFI: Fix unfused loads of float fields.
Mike Pall
1
-2
/
+2
2011-10-13
FFI: Fix call argument and return handling for I8/U8/I16/U16 types.
Mike Pall
2
-8
/
+27
2011-10-11
FFI: Record loads/stores to external variables in namespaces.
Mike Pall
3
-5
/
+21
2011-10-11
FFI: Fix recording of const/enum lookups in namespaces.
Mike Pall
1
-1
/
+1
2011-10-10
Remove unneeded PHI barrier for reassociation of duplicate ops.
Mike Pall
1
-1
/
+0
2011-09-28
Avoid overwriting argument with error from metacall recording.
Mike Pall
1
-1
/
+3
2011-09-21
Fix (harmless) typo.
Mike Pall
1
-1
/
+1
2011-09-21
ARM: Fix HREFK code generation.
Mike Pall
1
-1
/
+1
2011-09-20
Generate a portable vmdef.lua.
Mike Pall
4
-100
/
+106
2011-09-17
PPC/e500: Fix GC barrier for TSETM.
Mike Pall
2
-4
/
+4
2011-09-14
PPC: Fix GC barrier for TSETM.
Mike Pall
2
-4
/
+4
2011-09-14
ARM: Fix GC barrier for TSETM.
Mike Pall
2
-5
/
+5
2011-09-14
Fix typo.
Mike Pall
1
-1
/
+1
2011-09-08
ARM: Disable CPU detection for interpreter-only builds.
Mike Pall
1
-0
/
+2
2011-09-05
Increase max. number of exit stub groups to correspond with -Omaxsnap.
Mike Pall
1
-1
/
+1
2011-09-05
Use some register allocator helpers for multiple architectures.
Mike Pall
2
-67
/
+70
2011-09-05
PPC: Interpreter/JIT integration.
Mike Pall
2
-493
/
+955
2011-09-05
PPC: Fix or remove assembler helper functions.
Mike Pall
4
-210
/
+176
2011-09-05
PPC: More interpreter tuning. Use y-bit for branch predictions.
Mike Pall
1
-23
/
+23
2011-09-05
PPC: Export register names from disassembler.
Mike Pall
1
-0
/
+6
2011-09-05
PPC: Disassemble y-bit instead of at-bits for conditional branches.
Mike Pall
1
-12
/
+2
2011-09-05
PPC: Add y-bit variants of conditional branches to DynASM.
Mike Pall
1
-0
/
+2
2011-09-02
Always use ANSI variants of Windows system functions.
Mike Pall
2
-2
/
+2
2011-08-31
Mark installed shared library as executable.
Mike Pall
1
-1
/
+1
2011-08-26
Avoid conversion narrowing of arithmetic with large constants.
Mike Pall
1
-1
/
+2
2011-08-25
FFI/x64: Fix struct-by-value calling conventions.
Mike Pall
1
-1
/
+1
2011-08-21
Record missing FORI slot loads (e.g. after return to lower frame).
Mike Pall
1
-0
/
+1
2011-08-18
PPC: Add PPC disassembler.
Mike Pall
2
-1
/
+579
2011-08-17
Add potential PHI for number conversions due to type instability, too.
Mike Pall
1
-5
/
+16
2011-08-17
Extend -b to generate c/h/obj/o files with embedded bytecode.
Mike Pall
2
-45
/
+446
2011-08-17
Load embedded bytecode with require().
Mike Pall
3
-27
/
+83
2011-08-14
Clarify name of MIT license.
Mike Pall
14
-14
/
+14
2011-08-14
Replace some _Unwind_* types. Fixes build issues on OSX 10.7.
Mike Pall
1
-6
/
+6
2011-08-11
x64: Fix result type of cdata index conversions.
Mike Pall
1
-1
/
+1
2011-08-11
Don't bother to chain NOPs.
Mike Pall
3
-8
/
+6
2011-08-10
PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM.
Mike Pall
5
-356
/
+372
2011-08-10
PPC: Save/restore cr2, cr3 and cr4 when entering/leaving VM.
Mike Pall
3
-958
/
+1017
2011-08-10
PPC: Add mtcrf instruction to DynASM.
Mike Pall
1
-1
/
+4
2011-08-10
PPC: Tune and reschedule interpreter for PPC/e300.
Mike Pall
1
-41
/
+27
2011-08-10
Fix compiler warning.
Mike Pall
1
-1
/
+1
2011-08-09
Fix stack check when L->top is above L->maxstack.
Mike Pall
1
-2
/
+2
2011-08-09
Remove temporary mcode limit error from application stack.
Mike Pall
2
-0
/
+5
2011-08-07
FFI: Limit snapshot optimization for cdata comparisons.
Mike Pall
1
-1
/
+2
2011-08-01
PPC: Add machine-specific part of FFI.
Mike Pall
5
-383
/
+673
2011-07-25
PPC: Fix floor/ceil for dual-number mode.
Mike Pall
2
-478
/
+481
2011-07-25
PPC: Add dual-number mode interpreter. Enable by default.
Mike Pall
3
-1038
/
+4114
2011-07-23
Use different workaround for alignment of jit_State.
Mike Pall
1
-1
/
+5
2011-07-23
FFI: Treat function ctypes like pointers in comparisons.
Mike Pall
2
-1
/
+10
2011-07-19
From Lua 5.2: Change \* to \z. Reject undefined escape sequences.
Mike Pall
1
-16
/
+14
2011-07-13
PPC: Update install docs.
Mike Pall
1
-4
/
+17
[next]