aboutsummaryrefslogtreecommitdiff
path: root/src/lj_carith.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-15/+27
|
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-1/+4
|
* FFI: Disable unused code for some build modes.Mike Pall2011-02-111-1/+1
|
* FFI: Record 64 bit integer divide and modulo.Mike Pall2011-02-021-20/+35
|
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-0/+8
| | | | | | | Add generic HIOP instruction for extra backend functionality. Add support for HIOP to x86 backend. Use POWI for 64 bit integer x^k, too. POWI is lowered to a call by SPLIT or the x64 backend.
* FFI: Split up 64 bit x^k helper into signed/unsigned.Mike Pall2011-01-281-16/+27
|
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-0/+260