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
/
lj_crecord.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
FFI: Record tonumber() for boxed cdata.
Mike Pall
2011-01-02
1
-0
/
+28
|
*
Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM.
Mike Pall
2010-12-31
1
-6
/
+8
|
|
|
|
Also narrow CONV.int.num and CONV.i64.num.
*
Copy destination type for CONV from ir->t to op2, too.
Mike Pall
2010-12-31
1
-14
/
+17
|
*
Refactoring of conversion ops, part 2: cleanup cdata conversions.
Mike Pall
2010-12-30
1
-71
/
+78
|
*
FFI: Catch various NYI cases while recording.
Mike Pall
2010-12-28
1
-2
/
+3
|
*
FFI: Record cdata allocations.
Mike Pall
2010-12-22
1
-6
/
+127
|
*
Avoid compiler warnings.
Mike Pall
2010-12-22
1
-1
/
+1
|
*
FFI: Drop IR_CNEWI. Add IR_CNEWP only for pointers/refs.
Mike Pall
2010-12-17
1
-4
/
+4
|
*
FFI: Record copy-by-value for pointer and complex C types.
Mike Pall
2010-12-17
1
-10
/
+28
|
*
FFI: Fix auto-deref of pointers to structs.
Mike Pall
2010-12-15
1
-2
/
+10
|
*
FOLD (base+k)+(idx*sz)+ofs ==> (base+idx*sz)+(ofs+k).
Mike Pall
2010-12-12
1
-15
/
+23
|
*
FFI: Don't use KNULL for arbitrary NULL pointers.
Mike Pall
2010-12-11
1
-1
/
+1
|
*
FFI: Add IR_CNEW/IR_CNEWI to allocate/init cdata objects.
Mike Pall
2010-12-11
1
-4
/
+5
|
*
FFI: Always specialize to the field name for struct access.
Mike Pall
2010-12-09
1
-0
/
+2
|
*
Strength-reduce 32 to 64 bit widening using scalar evolution analysis.
Mike Pall
2010-12-09
1
-4
/
+6
|
*
FOLD (base+(idx+k)*sz)+ofs ==> (base+idx*sz)+(ofs+k*sz).
Mike Pall
2010-12-08
1
-3
/
+15
|
*
FFI: Record cdata index operations (preliminary, lots of NYI cases).
Mike Pall
2010-12-08
1
-0
/
+391
[prev]