Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-12-22 | 1 | -3/+3 |
|\| | |||||
| * | Avoid negation of signed integers in C that may hold INT*_MIN. | Mike Pall | 2022-12-22 | 1 | -4/+4 |
| | | | | | | | | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k). | ||||
* | | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. | Mike Pall | 2022-12-07 | 1 | -1/+12 |
| | | | | | | | | See the discussion in #918 for the rationale. | ||||
* | | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -42/+2 |
| | | |||||
* | | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -37/+45 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | |||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -3/+4 |
| | | |||||
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -8/+0 |
| | | |||||
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 1 | -6/+0 |
| | | |||||
* | | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 1 | -3/+13 |
| | | |||||
* | | x86/x64: Call external symbols directly from interpreter code. | Mike Pall | 2014-12-08 | 1 | -6/+8 |
|/ | | | | Except for ELF/x86 PIC, where it's easier to use wrappers. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | ARM/PPC: Remove assembler code for lj_vm_foldarith(). | Mike Pall | 2012-06-12 | 1 | -3/+1 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -1/+24 |
| | |||||
* | FFI: Record ffi.errno(). | Mike Pall | 2011-11-26 | 1 | -0/+8 |
| | |||||
* | Rearrange defines for workarounds to embedded operating systems. | Mike Pall | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | PPC: Fix or remove assembler helper functions. | Mike Pall | 2011-09-05 | 1 | -2/+2 |
| | |||||
* | Fix compiler warning. | Mike Pall | 2011-06-07 | 1 | -3/+3 |
| | |||||
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -0/+14 |
| | |||||
* | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 1 | -0/+97 |