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-02-05
FFI: Avoid intermediate boxes for tonumber(), too.
Mike Pall
1
-0
/
+6
2011-02-03
FFI: Disable MUL => BSHL FOLD rule on 32 bit.
Mike Pall
1
-0
/
+3
2011-02-03
FFI: Rename IR_CNEWP to IR_CNEWI and use it to box 64 bit integers.
Mike Pall
5
-82
/
+140
2011-02-02
Rename IR_POWI to IR_POW.
Mike Pall
5
-15
/
+15
2011-02-02
FFI: Add basic FOLD rules for 64 bit integer DIV, MOD and POWI.
Mike Pall
2
-1
/
+54
2011-02-02
FFI: Record 64 bit integer divide and modulo.
Mike Pall
6
-34
/
+86
2011-02-02
Use names defined in lualib.h for library registration.
Mike Pall
11
-19
/
+17
2011-02-02
Fix OSX build to work with newer ld64 versions.
Mike Pall
4
-0
/
+4
2011-02-02
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
Mike Pall
14
-116
/
+795
2011-02-01
Add SSE3 CPU feature detection.
Mike Pall
2
-8
/
+10
2011-01-29
FFI: Limit index range for complex numbers.
Mike Pall
2
-3
/
+8
2011-01-29
FFI: Implement POSIX/x64 struct-by-value calling conventions.
Mike Pall
2
-9
/
+127
2011-01-28
Fix 64 bit case of (SUB x x) and (BXOR x x) FOLD rules.
Mike Pall
1
-2
/
+2
2011-01-28
FFI: Split up 64 bit x^k helper into signed/unsigned.
Mike Pall
4
-20
/
+34
2011-01-27
FFI: Fix various issues with C type table reallocations.
Mike Pall
1
-9
/
+13
2011-01-27
FFI: Fix symbol name redirection.
Mike Pall
1
-0
/
+1
2011-01-26
FFI: Move code for cdata arithmetic to lj_carith.c.
Mike Pall
11
-260
/
+308
2011-01-26
FFI: Record cdata indexing with integer cdata.
Mike Pall
1
-0
/
+13
2011-01-26
FFI: Allow cdata indexing with integer cdata.
Mike Pall
1
-2
/
+12
2011-01-26
Fix comments for BC_ITERN.
Mike Pall
2
-2
/
+2
2011-01-26
FFI: Convert enum return value of C function to underlying type.
Mike Pall
1
-0
/
+1
2011-01-26
One more fix for the trace flush logic. Sigh.
Mike Pall
1
-1
/
+1
2011-01-26
FFI: Add symbol name redirection.
Mike Pall
4
-21
/
+58
2011-01-25
ARM: Add ARM target architecture selection (disabled).
Mike Pall
7
-10
/
+70
2011-01-24
FFI: Don't force zero terminator on string to array conversion.
Mike Pall
1
-4
/
+2
2011-01-23
Clear bytecode penalty cache in jit.flush().
Mike Pall
1
-0
/
+2
2011-01-23
FFI: Fix ffi.load() error message on Windows.
Mike Pall
1
-1
/
+1
2011-01-23
FFI: Simplify initializer rules. Clarify docs.
Mike Pall
6
-33
/
+58
2011-01-22
Another fix for the trace flush logic. I'll get this right someday.
Mike Pall
2
-9
/
+12
2011-01-20
FFI: Add preliminary FFI documentation (still incomplete).
Mike Pall
16
-15
/
+1137
2011-01-20
PPC: Fix ipairs() for keys in the hash part.
Mike Pall
2
-2
/
+2
2011-01-19
Add compile-time option LUAJIT_ENABLE_CHECKHOOK. Disabled by default.
Mike Pall
1
-0
/
+21
2011-01-19
Combine i8/u8 XLOAD with BAND+comparison into test byte mrm, imm8.
Mike Pall
1
-0
/
+20
2011-01-19
Add volatile XLOADs.
Mike Pall
3
-3
/
+7
2011-01-19
Differentiate between IR_KPTR and IR_KKPTR.
Mike Pall
6
-23
/
+32
2011-01-18
Fix for the fix for the trace flush logic.
Mike Pall
1
-5
/
+5
2011-01-18
Cleanup and fix trace flush logic.
Mike Pall
4
-28
/
+29
2011-01-17
FFI: Record 64 bit integer comparisons and pointer comparisons.
Mike Pall
4
-28
/
+49
2011-01-17
FFI: Record conversions from bool ctype.
Mike Pall
2
-3
/
+8
2011-01-17
Add trace recorder infrastructure for instruction post-processing.
Mike Pall
3
-1
/
+32
2011-01-17
FFI: Don't swap operands for cdata __eq metamethod call.
Mike Pall
1
-7
/
+4
2011-01-16
FFI: Record conversions to bool ctype.
Mike Pall
1
-9
/
+53
2011-01-16
Fix assertion.
Mike Pall
1
-1
/
+4
2011-01-16
FFI: Allow indexing a struct constructor to get constants.
Mike Pall
2
-1
/
+26
2011-01-13
FFI: Record conversions from strings to enums or pointers.
Mike Pall
1
-3
/
+22
2011-01-13
Add FOLD rule for CONV.num.u32 KINT.
Mike Pall
1
-0
/
+6
2011-01-13
Fix recording of select() with multi-char string as 1st argument.
Mike Pall
1
-1
/
+1
2011-01-13
FFI: Cleanup some type conversions.
Mike Pall
2
-33
/
+17
2011-01-13
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
11
-3021
/
+3309
2011-01-12
FFI: Simplify logic for pointer arithmetic.
Mike Pall
1
-13
/
+5
[next]