summaryrefslogtreecommitdiff
path: root/src/lj_crecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* FFI: Fix auto-deref of pointers to structs.Mike Pall2010-12-151-2/+10
* FOLD (base+k)+(idx*sz)+ofs ==> (base+idx*sz)+(ofs+k).Mike Pall2010-12-121-15/+23
* FFI: Don't use KNULL for arbitrary NULL pointers.Mike Pall2010-12-111-1/+1
* FFI: Add IR_CNEW/IR_CNEWI to allocate/init cdata objects.Mike Pall2010-12-111-4/+5
* FFI: Always specialize to the field name for struct access.Mike Pall2010-12-091-0/+2
* Strength-reduce 32 to 64 bit widening using scalar evolution analysis.Mike Pall2010-12-091-4/+6
* FOLD (base+(idx+k)*sz)+ofs ==> (base+idx*sz)+(ofs+k*sz).Mike Pall2010-12-081-3/+15
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-0/+391