summaryrefslogtreecommitdiff
path: root/src/lj_vmmath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-14/+14
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-1/+1
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-3/+13
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-6/+8
|/
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* ARM/PPC: Remove assembler code for lj_vm_foldarith().Mike Pall2012-06-121-3/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-1/+24
* FFI: Record ffi.errno().Mike Pall2011-11-261-0/+8
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-2/+2
* PPC: Fix or remove assembler helper functions.Mike Pall2011-09-051-2/+2
* Fix compiler warning.Mike Pall2011-06-071-3/+3
* Add narrowing of modulo operator.Mike Pall2011-06-031-0/+14
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-0/+97