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
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-22
ARM: Add ARM disassembler.
Mike Pall
1
-0
/
+538
2011-05-22
ARM: Add ARM-specific tuning to generic assembler backend.
Mike Pall
1
-4
/
+35
2011-05-22
ARM: Add rematerialization scheduler for constants to backend.
Mike Pall
1
-11
/
+88
2011-05-22
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
13
-72
/
+479
2011-05-22
More portability cleanups for assembler backend.
Mike Pall
2
-19
/
+30
2011-05-22
Add missing guard to for loop argument conversion.
Mike Pall
1
-1
/
+1
2011-05-22
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
12
-112
/
+137
2011-05-17
Portability cleanups for assembler backend.
Mike Pall
3
-7
/
+8
2011-05-17
Clarify docs wrt. table initializer handling for VLA/VLS.
Mike Pall
1
-1
/
+6
2011-05-16
Cleanup of target dependencies.
Mike Pall
10
-62
/
+77
2011-05-16
Add target-specific macro for stack alignment in assembler backend.
Mike Pall
2
-1
/
+2
2011-05-16
Fix compiler warning.
Mike Pall
1
-0
/
+2
2011-05-16
ARM: Add support for GDB JIT API.
Mike Pall
1
-0
/
+12
2011-05-16
ARM: Remove redundant parse_gpr() in DynASM.
Mike Pall
1
-1
/
+0
2011-05-16
ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
Mike Pall
5
-12
/
+30
2011-05-16
ARM: Generalize machine code co-location. ARM has a +-32MB range.
Mike Pall
1
-11
/
+26
2011-05-12
Move x86/x64 parts of JIT assembler backend to extra files.
Mike Pall
5
-3125
/
+3173
2011-05-12
Disentangle target-specific parts of JIT assembler backend.
Mike Pall
2
-154
/
+193
2011-05-10
Tuning loop unrolling heuristics again.
Mike Pall
1
-3
/
+11
2011-05-09
ARM: Fix table/userdata equality comparisons in interpreter.
Mike Pall
2
-358
/
+464
2011-05-09
ARM: Interpreter/JIT integration, part #1.
Mike Pall
1
-13
/
+61
2011-05-09
Fix some portability issues with the JIT compiler.
Mike Pall
6
-17
/
+38
2011-05-09
Use common helper functions for unaligned loads.
Mike Pall
3
-23
/
+34
2011-05-09
FFI: Allow setting errno with ffi.errno(), too.
Mike Pall
2
-5
/
+10
2011-05-08
FFI: Add ffi.errno().
Mike Pall
2
-0
/
+30
2011-05-08
FFI: Save errno/GetLastError() around allocations, hooks etc.
Mike Pall
4
-5
/
+72
2011-05-08
Avoid name clash with Windows MM_MAX define.
Mike Pall
2
-4
/
+4
2011-05-06
x86/x64: Fix bit.* argument checking.
Mike Pall
4
-2680
/
+2694
2011-05-05
RELEASE LuaJIT-2.0.0-beta7
v2.0.0-beta7
Mike Pall
19
-41
/
+41
2011-05-05
Update changelog.
Mike Pall
1
-1
/
+49
2011-05-05
Improve bytecode optimization of and/or operators.
Mike Pall
1
-8
/
+20
2011-05-05
Misc. updates to docs.
Mike Pall
5
-10
/
+12
2011-05-04
Fix compiler warning.
Mike Pall
1
-1
/
+2
2011-05-04
FFI: Fix field alignment for iOS.
Mike Pall
1
-2
/
+2
2011-05-04
More tuning of loop unrolling heuristics.
Mike Pall
1
-4
/
+3
2011-05-04
Fix stack slot updates for down-recursion.
Mike Pall
1
-1
/
+2
2011-05-03
Tune loop unrolling heuristics. Increase trace recorder limits.
Mike Pall
3
-7
/
+9
2011-04-29
FFI: Compile C function calls with 64 bit args/results in 32 bit mode.
Mike Pall
4
-4
/
+42
2011-04-29
x86: Pop unused FP result from x87 stack.
Mike Pall
1
-0
/
+2
2011-04-29
Improve target OS selection for buildvm.
Mike Pall
1
-4
/
+20
2011-04-28
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
Mike Pall
6
-932
/
+1489
2011-04-28
DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr.
Mike Pall
1
-2
/
+3
2011-04-28
ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.
Mike Pall
3
-4
/
+30
2011-04-20
FFI: Add ffi.istype() function.
Mike Pall
4
-13
/
+76
2011-04-19
Workaround to compile with Clang. Fix Clang warnings.
Mike Pall
3
-7
/
+12
2011-04-19
Fix compiler warning.
Mike Pall
1
-1
/
+1
2011-04-19
ARM: Workaround for unaligned accesses.
Mike Pall
1
-5
/
+17
2011-04-18
ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
Mike Pall
1
-3
/
+0
2011-04-18
ARM: Add missing FFI functionality. Enable FFI for ARM.
Mike Pall
3
-787
/
+920
2011-04-18
Add remark about target OS to cross-compilation instructions.
Mike Pall
1
-5
/
+13
[next]