aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_split.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Rename IR_CNEWP to IR_CNEWI and use it to box 64 bit integers.Mike Pall2011-02-031-19/+31
* Rename IR_POWI to IR_POW.Mike Pall2011-02-021-1/+1
* FFI: Record 64 bit integer divide and modulo.Mike Pall2011-02-021-0/+10
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-0/+343