index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
FFI: Detect type punning through unions.
Mike Pall
2012-08-27
1
-16
/
+20
*
Add table of IR type sizes.
Mike Pall
2012-08-27
3
-6
/
+21
*
ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.
Mike Pall
2012-08-27
4
-5
/
+9
*
Fix underflow handling in builtin string to number conversion.
Mike Pall
2012-08-27
1
-1
/
+1
*
Replace some trivial uses of fprintf() with fputs.
Mike Pall
2012-08-26
2
-5
/
+9
*
Replace divisions with simpler code.
Mike Pall
2012-08-26
2
-11
/
+14
*
Fix compilation with FFI disabled.
Mike Pall
2012-08-26
2
-3
/
+5
*
Remove old Makefile rules.
Mike Pall
2012-08-26
1
-5
/
+1
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
24
-272
/
+660
*
Add support for '%a' and '%A' to string.format.
Mike Pall
2012-08-25
1
-3
/
+3
*
ARM: Fix base register coalescing.
Mike Pall
2012-08-25
2
-3
/
+7
*
ARM: Fix commit ceaa60c0.
Mike Pall
2012-08-25
1
-2
/
+5
*
Minor fixes to FOLD rules.
Mike Pall
2012-08-20
1
-8
/
+20
*
ARM: Fix hard-float lj_vm_trunc() (used by compiled math.modf).
Mike Pall
2012-08-19
1
-2
/
+2
*
MIPS: Don't use argument GPRs to rematerialize FPR arguments.
Mike Pall
2012-08-19
1
-11
/
+20
*
ARM: Don't use argument GPRs to rematerialize FPR arguments.
Mike Pall
2012-08-19
1
-4
/
+15
*
ARM, MIPS, PPC: Rematerialize FPR invariants first.
Mike Pall
2012-08-19
1
-2
/
+11
*
MIPS: Fix calls to floor/ceil/trunc.
Mike Pall
2012-08-19
2
-8
/
+6
*
ARM: Fix calls to hard-float floor/ceil/trunc.
Mike Pall
2012-08-19
1
-1
/
+2
*
Fix shrinking of direct mapped block in builtin allocator.
Mike Pall
2012-08-16
1
-1
/
+1
*
Fix last commit.
Mike Pall
2012-08-15
1
-3
/
+3
*
FOLD x / 2^k ==> x * 2^-k.
Mike Pall
2012-08-15
1
-0
/
+9
*
x86: Simplify error message for CPUs lacking CMOV.
Mike Pall
2012-08-14
1
-1
/
+1
*
FFI: Don't keep CType * across call. Callback may reallocate table.
Mike Pall
2012-08-12
1
-0
/
+2
*
Do not use DWARF unwinder on Windows.
Mike Pall
2012-08-11
1
-45
/
+0
*
ARM: Enable VFP and hard-float ABI support.
Mike Pall
2012-08-09
1
-5
/
+2
*
ARM: Add VFP and hard-float ABI variants to JIT compiler.
Mike Pall
2012-08-09
8
-113
/
+760
*
Never compile DWARF unwinder on Windows.
Mike Pall
2012-08-09
1
-1
/
+1
*
FFI: Compile ffi.typeof(cdata).
Mike Pall
2012-08-08
3
-2
/
+16
*
FFI: Compile assignments from enums.
Mike Pall
2012-08-08
1
-2
/
+5
*
Add missing change for last commit.
Mike Pall
2012-08-05
1
-0
/
+1
*
FFI: Improve error message for bad indexing attempts.
Mike Pall
2012-08-05
1
-3
/
+7
*
FFI: Initialize all fields of standard types.
Mike Pall
2012-08-05
1
-0
/
+2
*
FFI: Fix alignment of C call structure.
Mike Pall
2012-08-02
1
-1
/
+5
*
ARM: Add hard-float ABI support to the FFI (interpreter).
Mike Pall
2012-07-30
5
-19
/
+193
*
ARM: Add VFP and hard-float ABI variants to interpreter.
Mike Pall
2012-07-30
3
-28
/
+434
*
Only replay sunk stores up to the snapshot reference.
Mike Pall
2012-07-29
1
-2
/
+1
*
Need to handle TBAR in SINK pass.
Mike Pall
2012-07-29
1
-1
/
+1
*
Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.
Mike Pall
2012-07-29
2
-6
/
+16
*
ARM: Add VFP instructions to ARM disassembler.
Mike Pall
2012-07-29
1
-9
/
+154
*
Don't treat all constified cdata content as constant.
Mike Pall
2012-07-24
3
-2
/
+16
*
Turn loads from immutable upvalues into constants.
Mike Pall
2012-07-20
6
-24
/
+72
*
Fix slot flags in snapshot replay.
Mike Pall
2012-07-20
1
-1
/
+1
*
Fix restore of sunk CNEWI with implicit P32 to P64 conversion.
Mike Pall
2012-07-18
1
-0
/
+4
*
FFI: Box all accessed or returned enums.
Mike Pall
2012-07-17
10
-53
/
+105
*
Fix FOLD rule (i-j)-i => 0-j.
Mike Pall
2012-07-17
1
-1
/
+1
*
Workaround for MSVC conversion bug (double -> uint32_t -> int32_t).
Mike Pall
2012-07-17
1
-0
/
+7
*
x86/x64: Fix fusion of unsigned byte comparisons with swapped ops.
Mike Pall
2012-07-16
1
-2
/
+2
*
ARM: Invoke SPLIT pass for leftover IR_TOBIT.
Mike Pall
2012-07-16
1
-0
/
+2
*
From Lua 5.2: Add -E command line option (ignore env vars).
Mike Pall
2012-07-16
2
-11
/
+27
[prev]
[next]