summaryrefslogtreecommitdiff
path: root/src/lj_crecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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